diff --git a/Space Shooter/Assembly-CSharp.csproj b/Space Shooter/Assembly-CSharp.csproj index d63f3244625c0c5ceaef6aa7dcd871a05d907e5c..0f2d68d78c0e960afd203f571e05bfee2ec1b0c3 100644 --- a/Space Shooter/Assembly-CSharp.csproj +++ b/Space Shooter/Assembly-CSharp.csproj @@ -63,6 +63,13 @@ <Compile Include="Assets\_Complete-Game\Scripts\Done_PlayerController.cs" /> <Compile Include="Assets\_Complete-Game\Scripts\Done_RandomRotator.cs" /> <Compile Include="Assets\_Complete-Game\Scripts\Done_WeaponController.cs" /> + <Compile Include="Assets\Scripts\DestroyByBoundary.cs" /> + <Compile Include="Assets\Scripts\DestroyByTime.cs" /> + <Compile Include="Assets\Scripts\DestroyOnContact.cs" /> + <Compile Include="Assets\Scripts\GameController.cs" /> + <Compile Include="Assets\Scripts\Mover.cs" /> + <Compile Include="Assets\Scripts\PlayerController.cs" /> + <Compile Include="Assets\Scripts\RandomRotator.cs" /> <Compile Include="Assets\TutorialInfo\Scripts\Readme.cs" /> <Reference Include="Unity.TextMeshPro.Editor"> <HintPath>E:/KULIAH/Semester-6/PBD/UNITY/unity/Space Shooter/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll</HintPath> diff --git a/Space Shooter/Assets/Materials/fx_bolt_orange 1.mat b/Space Shooter/Assets/Materials/fx_bolt_orange 1.mat new file mode 100644 index 0000000000000000000000000000000000000000..d168014f1d74c5ad732e462f3b9ab885a2f3af58 Binary files /dev/null and b/Space Shooter/Assets/Materials/fx_bolt_orange 1.mat differ diff --git a/Space Shooter/Assets/Materials/fx_bolt_orange 1.mat.meta b/Space Shooter/Assets/Materials/fx_bolt_orange 1.mat.meta new file mode 100644 index 0000000000000000000000000000000000000000..7a6789cc3fd81bccc827ec2cb0cb91eeb0d03bd1 --- /dev/null +++ b/Space Shooter/Assets/Materials/fx_bolt_orange 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c9d4a4216bc961d4ebc86efe9d182241 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Space Shooter/Assets/Materials/tile_nebula_green_dff.mat b/Space Shooter/Assets/Materials/tile_nebula_green_dff.mat new file mode 100644 index 0000000000000000000000000000000000000000..dd53e29a1eda063bef3610d60de5a9a45a5a991b Binary files /dev/null and b/Space Shooter/Assets/Materials/tile_nebula_green_dff.mat differ diff --git a/Space Shooter/Assets/Materials/tile_nebula_green_dff.mat.meta b/Space Shooter/Assets/Materials/tile_nebula_green_dff.mat.meta new file mode 100644 index 0000000000000000000000000000000000000000..c6587408f73a91216246ae83b87e2710870262db --- /dev/null +++ b/Space Shooter/Assets/Materials/tile_nebula_green_dff.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4b0829d686147234da9825bc66c786df +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Space Shooter/Assets/Prefabs/Asteroid.prefab b/Space Shooter/Assets/Prefabs/Asteroid.prefab new file mode 100644 index 0000000000000000000000000000000000000000..131f0c2a0341f052ccfafd654ffadf35ee29e6d9 Binary files /dev/null and b/Space Shooter/Assets/Prefabs/Asteroid.prefab differ diff --git a/Space Shooter/Assets/Prefabs/Asteroid.prefab.meta b/Space Shooter/Assets/Prefabs/Asteroid.prefab.meta new file mode 100644 index 0000000000000000000000000000000000000000..7c3da6014e5374378f8e226cce4c1c13d370f31f --- /dev/null +++ b/Space Shooter/Assets/Prefabs/Asteroid.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fd3e523f0645a69448f1268fd3969008 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Space Shooter/Assets/Prefabs/Bolt.prefab b/Space Shooter/Assets/Prefabs/Bolt.prefab new file mode 100644 index 0000000000000000000000000000000000000000..d5baef7d47e49b534b11916e52633bfba736c494 Binary files /dev/null and b/Space Shooter/Assets/Prefabs/Bolt.prefab differ diff --git a/Space Shooter/Assets/Prefabs/Bolt.prefab.meta b/Space Shooter/Assets/Prefabs/Bolt.prefab.meta new file mode 100644 index 0000000000000000000000000000000000000000..9c379fcc58e2039eb93c2bdd27c4eefa2fede0aa --- /dev/null +++ b/Space Shooter/Assets/Prefabs/Bolt.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 987145947dfdb3b49bc6c95735dd60ef +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Space Shooter/Assets/Prefabs/VFX/Explosions/explosion_asteroid.prefab b/Space Shooter/Assets/Prefabs/VFX/Explosions/explosion_asteroid.prefab index 5487d10e4bfdb8da6a9ae271b61e89e1794a952c..2d969ae0e9f2282e859a969dc267a7f48e18db42 100644 Binary files a/Space Shooter/Assets/Prefabs/VFX/Explosions/explosion_asteroid.prefab and b/Space Shooter/Assets/Prefabs/VFX/Explosions/explosion_asteroid.prefab differ diff --git a/Space Shooter/Assets/Prefabs/VFX/Explosions/explosion_enemy.prefab b/Space Shooter/Assets/Prefabs/VFX/Explosions/explosion_enemy.prefab index 2c61617f4f9f40cd1d0867c80d886a09a0cee60b..d77fee4fe3d0400d86f677f7c0111ebd83823128 100644 Binary files a/Space Shooter/Assets/Prefabs/VFX/Explosions/explosion_enemy.prefab and b/Space Shooter/Assets/Prefabs/VFX/Explosions/explosion_enemy.prefab differ diff --git a/Space Shooter/Assets/Prefabs/VFX/Explosions/explosion_player.prefab b/Space Shooter/Assets/Prefabs/VFX/Explosions/explosion_player.prefab index e25467fca0500dae20f832f7b064cb571cf38188..2e2cc0186689829ceccf1fd7cb87ac247c10ace5 100644 Binary files a/Space Shooter/Assets/Prefabs/VFX/Explosions/explosion_player.prefab and b/Space Shooter/Assets/Prefabs/VFX/Explosions/explosion_player.prefab differ diff --git a/Space Shooter/Assets/Scripts.meta b/Space Shooter/Assets/Scripts.meta new file mode 100644 index 0000000000000000000000000000000000000000..1e4137c41fc34a0a273f364b8047610c82037c84 --- /dev/null +++ b/Space Shooter/Assets/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 45ddce31f99eef746a1e03ff08b5a20b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Space Shooter/Assets/Scripts/DestroyByBoundary.cs b/Space Shooter/Assets/Scripts/DestroyByBoundary.cs new file mode 100644 index 0000000000000000000000000000000000000000..34f88f57d936a74b31e44ffefc29c6b6361a491c --- /dev/null +++ b/Space Shooter/Assets/Scripts/DestroyByBoundary.cs @@ -0,0 +1,11 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class DestroyByBoundary : MonoBehaviour +{ + void OnTriggerExit(Collider other) + { + Destroy(other.gameObject); + } +} diff --git a/Space Shooter/Assets/Scripts/DestroyByBoundary.cs.meta b/Space Shooter/Assets/Scripts/DestroyByBoundary.cs.meta new file mode 100644 index 0000000000000000000000000000000000000000..8758b023246ec89d8517a77e94e6eb38c9f6df4f --- /dev/null +++ b/Space Shooter/Assets/Scripts/DestroyByBoundary.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b5f42f9d913ad3a4f82147deae198dca +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Space Shooter/Assets/Scripts/DestroyByTime.cs b/Space Shooter/Assets/Scripts/DestroyByTime.cs new file mode 100644 index 0000000000000000000000000000000000000000..2cbbf58f7eef0d38c4503bf4b095e808f3399893 --- /dev/null +++ b/Space Shooter/Assets/Scripts/DestroyByTime.cs @@ -0,0 +1,14 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class DestroyByTime : MonoBehaviour +{ + public float lifetime; + + // Start is called before the first frame update + void Start() + { + Destroy (gameObject, lifetime); + } +} diff --git a/Space Shooter/Assets/Scripts/DestroyByTime.cs.meta b/Space Shooter/Assets/Scripts/DestroyByTime.cs.meta new file mode 100644 index 0000000000000000000000000000000000000000..190b9d8673960039f18e503d4f74373d86216b43 --- /dev/null +++ b/Space Shooter/Assets/Scripts/DestroyByTime.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 121ffdbd5d70f41439067250ebbccdb6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Space Shooter/Assets/Scripts/DestroyOnContact.cs b/Space Shooter/Assets/Scripts/DestroyOnContact.cs new file mode 100644 index 0000000000000000000000000000000000000000..f7991b4b06873b3e3fca721a8aaa3956e4096f25 --- /dev/null +++ b/Space Shooter/Assets/Scripts/DestroyOnContact.cs @@ -0,0 +1,41 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class DestroyOnContact : MonoBehaviour +{ + public GameObject explosion; + public GameObject playerExplosion; + public int scoreValue; + private GameController gameController; + + void Start () + { + GameObject gameControllerObject = GameObject.FindWithTag ("GameController"); + if (gameControllerObject != null) + { + gameController = gameControllerObject.GetComponent <GameController>(); + } + if (gameController == null) + { + Debug.Log ("Cannot find 'GameController' script"); + } + } + + void OnTriggerEnter(Collider other) + { + if (other.tag == "Boundary") + { + return; + } + Instantiate(explosion, transform.position, transform.rotation); + if (other.tag == "Player") + { + Instantiate(playerExplosion, other.transform.position, other.transform.rotation); + gameController.GameOver (); + } + gameController.AddScore (scoreValue); + Destroy(other.gameObject); + Destroy(gameObject); + } +} diff --git a/Space Shooter/Assets/Scripts/DestroyOnContact.cs.meta b/Space Shooter/Assets/Scripts/DestroyOnContact.cs.meta new file mode 100644 index 0000000000000000000000000000000000000000..77ca8b1b881c615b86726747c4b16a2da8524db2 --- /dev/null +++ b/Space Shooter/Assets/Scripts/DestroyOnContact.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e5c2bdb70080ee540af0aa267c0be2e7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Space Shooter/Assets/Scripts/GameController.cs b/Space Shooter/Assets/Scripts/GameController.cs new file mode 100644 index 0000000000000000000000000000000000000000..f2953e17448a63b151d8ffd548ba72a15ac32d58 --- /dev/null +++ b/Space Shooter/Assets/Scripts/GameController.cs @@ -0,0 +1,85 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.UI; + +public class GameController : MonoBehaviour +{ + public GameObject hazard; + public Vector3 spawnValues; + public int hazardCount; + public float spawnWait; + public float startWait; + public float waveWait; + + public Text scoreText; + public Text restartText; + public Text gameOverText; + + private bool gameOver; + private bool restart; + private int score; + + void Start () + { + gameOver = false; + restart = false; + restartText.text = ""; + gameOverText.text = ""; + score = 0; + UpdateScore (); + StartCoroutine (SpawnWaves ()); + } + + void Update () + { + if (restart) + { + if (Input.GetKeyDown (KeyCode.R)) + { + Application.LoadLevel (Application.loadedLevel); + } + } + } + + IEnumerator SpawnWaves () + { + yield return new WaitForSeconds (startWait); + while (true) + { + for (int i = 0; i < hazardCount; i++) + { + Vector3 spawnPosition = new Vector3 (Random.Range (-spawnValues.x, spawnValues.x), spawnValues.y, spawnValues.z); + Quaternion spawnRotation = Quaternion.identity; + Instantiate (hazard, spawnPosition, spawnRotation); + yield return new WaitForSeconds (spawnWait); + } + yield return new WaitForSeconds (waveWait); + + if (gameOver) + { + restartText.text = "Press 'R' for Restart"; + restart = true; + break; + } + } + } + + public void AddScore (int newScoreValue) + { + score += newScoreValue; + UpdateScore (); + } + + void UpdateScore () + { + scoreText.text = "Score: " + score; + } + + public void GameOver () + { + gameOverText.text = "Game Over!"; + gameOver = true; + } + +} diff --git a/Space Shooter/Assets/Scripts/GameController.cs.meta b/Space Shooter/Assets/Scripts/GameController.cs.meta new file mode 100644 index 0000000000000000000000000000000000000000..e5ab28714675fe20d92f37aa0bee61d2bc2fd71f --- /dev/null +++ b/Space Shooter/Assets/Scripts/GameController.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 24c2d1809bfdd2c49a635740e054ad05 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Space Shooter/Assets/Scripts/Mover.cs b/Space Shooter/Assets/Scripts/Mover.cs new file mode 100644 index 0000000000000000000000000000000000000000..7b76425aaac2a23422099f50950d96b5635a119e --- /dev/null +++ b/Space Shooter/Assets/Scripts/Mover.cs @@ -0,0 +1,17 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Mover : MonoBehaviour +{ + public float speed; + private Rigidbody rb; + + + // Start is called before the first frame update + void Start() + { + rb = GetComponent<Rigidbody>(); + rb.velocity = transform.forward * speed; + } +} diff --git a/Space Shooter/Assets/Scripts/Mover.cs.meta b/Space Shooter/Assets/Scripts/Mover.cs.meta new file mode 100644 index 0000000000000000000000000000000000000000..986ccda3992d43ddaab81e0eabb5a2955c46727d --- /dev/null +++ b/Space Shooter/Assets/Scripts/Mover.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c0379475ebd26524ab261bbf9523ceaf +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Space Shooter/Assets/Scripts/PlayerController.cs b/Space Shooter/Assets/Scripts/PlayerController.cs new file mode 100644 index 0000000000000000000000000000000000000000..a5e781ddc91f9d3272acf7325ed4bd93030979f4 --- /dev/null +++ b/Space Shooter/Assets/Scripts/PlayerController.cs @@ -0,0 +1,51 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +[System.Serializable] +public class Boundary +{ + public float xMin, xMax, zMin, zMax; +} + +public class PlayerController : MonoBehaviour +{ + public float speed; + public float tilt; + public Boundary boundary; + + public GameObject shot; + public Transform shotSpawn; + public float fireRate; + + private float nextFire; + + // Update is called once per frame + void Update() + { + if (Input.GetButton("Fire1") && Time.time > nextFire) + { + nextFire = Time.time + fireRate; + Instantiate(shot, shotSpawn.position, shotSpawn.rotation); + GetComponent<AudioSource>().Play (); + } + } + + void FixedUpdate() + { + float moveHorizontal = Input.GetAxis ("Horizontal"); + float moveVertical = Input.GetAxis ("Vertical"); + + Vector3 movement = new Vector3 (moveHorizontal, 0.0f, moveVertical); + GetComponent<Rigidbody>().velocity = movement * speed; + + GetComponent<Rigidbody>().position = new Vector3 + ( + Mathf.Clamp (GetComponent<Rigidbody>().position.x, boundary.xMin, boundary.xMax), + 0.0f, + Mathf.Clamp (GetComponent<Rigidbody>().position.z, boundary.zMin, boundary.zMax) + ); + + GetComponent<Rigidbody>().rotation = Quaternion.Euler (0.0f, 0.0f, GetComponent<Rigidbody>().velocity.x * -tilt); + } +} diff --git a/Space Shooter/Assets/Scripts/PlayerController.cs.meta b/Space Shooter/Assets/Scripts/PlayerController.cs.meta new file mode 100644 index 0000000000000000000000000000000000000000..b62044d83a344525303f904670594425fd112e7b --- /dev/null +++ b/Space Shooter/Assets/Scripts/PlayerController.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 16b93e295c7037d4d87c0e3bb1f1bbad +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Space Shooter/Assets/Scripts/RandomRotator.cs b/Space Shooter/Assets/Scripts/RandomRotator.cs new file mode 100644 index 0000000000000000000000000000000000000000..44b8211f27b24f785fa726521c0f04b111a1693b --- /dev/null +++ b/Space Shooter/Assets/Scripts/RandomRotator.cs @@ -0,0 +1,14 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class RandomRotator : MonoBehaviour +{ + public float tumble; + + // Start is called before the first frame update + void Start() + { + GetComponent<Rigidbody>().angularVelocity = Random.insideUnitSphere * tumble; + } +} diff --git a/Space Shooter/Assets/Scripts/RandomRotator.cs.meta b/Space Shooter/Assets/Scripts/RandomRotator.cs.meta new file mode 100644 index 0000000000000000000000000000000000000000..7e64689654ed7e74b7dd33f29e5a6c360956b53a --- /dev/null +++ b/Space Shooter/Assets/Scripts/RandomRotator.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ff260a5ea2ab6b24dadfbe2df748326b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Space Shooter/Assets/_Scenes/Main.meta b/Space Shooter/Assets/_Scenes/Main.meta new file mode 100644 index 0000000000000000000000000000000000000000..a99b3783fe7696ab4a974daebea9d416698cfd79 --- /dev/null +++ b/Space Shooter/Assets/_Scenes/Main.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 483cea02cee706e4fa734f7bf86be089 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Space Shooter/Assets/_Scenes/Main.unity b/Space Shooter/Assets/_Scenes/Main.unity index fe7e94c7e9a3cc0732a9cc2739a5656be07031b8..5eb7e9a2cf81119845b034789ba0b88c3a091191 100644 Binary files a/Space Shooter/Assets/_Scenes/Main.unity and b/Space Shooter/Assets/_Scenes/Main.unity differ diff --git a/Space Shooter/Library/AnnotationManager b/Space Shooter/Library/AnnotationManager index 2f6aae3c81a91168fd7fd3fa3f5f568d7a506467..3fcd69c497ec62bce67aa4b20ae588f0caec259f 100644 Binary files a/Space Shooter/Library/AnnotationManager and b/Space Shooter/Library/AnnotationManager differ diff --git a/Space Shooter/Library/CurrentLayout.dwlt b/Space Shooter/Library/CurrentLayout.dwlt index 92fface83ec85be3b7723e46318f9134dbf1b1fa..999992c65c94fe0f4f38ae07a979b5e9993c4460 100644 --- a/Space Shooter/Library/CurrentLayout.dwlt +++ b/Space Shooter/Library/CurrentLayout.dwlt @@ -20,8 +20,8 @@ MonoBehaviour: height: 781 m_ShowMode: 4 m_Title: - m_RootView: {fileID: 9} - m_MinSize: {x: 950, y: 548} + m_RootView: {fileID: 2} + m_MinSize: {x: 950, y: 524} m_MaxSize: {x: 10000, y: 10000} --- !u!114 &2 MonoBehaviour: @@ -31,24 +31,22 @@ MonoBehaviour: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_EditorHideFlags: 1 + m_Script: {fileID: 12008, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: - m_Children: [] + m_Children: + - {fileID: 3} + - {fileID: 5} + - {fileID: 4} m_Position: serializedVersion: 2 x: 0 - y: 312 - width: 350 - height: 419 - m_MinSize: {x: 232, y: 274} - m_MaxSize: {x: 10002, y: 10024} - m_ActualView: {fileID: 15} - m_Panes: - - {fileID: 15} - m_Selected: 0 - m_LastSelected: 0 + y: 0 + width: 1536 + height: 781 + m_MinSize: {x: 950, y: 300} + m_MaxSize: {x: 10000, y: 10000} --- !u!114 &3 MonoBehaviour: m_ObjectHideFlags: 52 @@ -57,23 +55,20 @@ MonoBehaviour: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} + m_EditorHideFlags: 1 + m_Script: {fileID: 12011, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: - m_Children: - - {fileID: 8} - - {fileID: 2} + m_Children: [] m_Position: serializedVersion: 2 x: 0 y: 0 - width: 350 - height: 731 - m_MinSize: {x: 232, y: 498} - m_MaxSize: {x: 10002, y: 14048} - vertical: 1 - controlID: 75 + width: 1536 + height: 30 + m_MinSize: {x: 0, y: 0} + m_MaxSize: {x: 0, y: 0} + m_LastLoadedLayoutName: --- !u!114 &4 MonoBehaviour: m_ObjectHideFlags: 52 @@ -82,24 +77,19 @@ MonoBehaviour: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_EditorHideFlags: 1 + m_Script: {fileID: 12042, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: m_Children: [] m_Position: serializedVersion: 2 x: 0 - y: 607 - width: 909 - height: 124 - m_MinSize: {x: 104, y: 124} - m_MaxSize: {x: 4004, y: 4024} - m_ActualView: {fileID: 20} - m_Panes: - - {fileID: 20} - m_Selected: 0 - m_LastSelected: 0 + y: 761 + width: 1536 + height: 20 + m_MinSize: {x: 0, y: 0} + m_MaxSize: {x: 0, y: 0} --- !u!114 &5 MonoBehaviour: m_ObjectHideFlags: 52 @@ -108,23 +98,24 @@ MonoBehaviour: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 - m_EditorHideFlags: 0 + m_EditorHideFlags: 1 m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: m_Children: + - {fileID: 6} + - {fileID: 9} - {fileID: 12} - - {fileID: 4} m_Position: serializedVersion: 2 - x: 350 - y: 0 - width: 909 + x: 0 + y: 30 + width: 1536 height: 731 - m_MinSize: {x: 204, y: 348} - m_MaxSize: {x: 4004, y: 8048} - vertical: 1 - controlID: 95 + m_MinSize: {x: 711, y: 474} + m_MaxSize: {x: 18006, y: 14024} + vertical: 0 + controlID: 4392 --- !u!114 &6 MonoBehaviour: m_ObjectHideFlags: 52 @@ -133,24 +124,23 @@ MonoBehaviour: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 - m_EditorHideFlags: 1 + m_EditorHideFlags: 0 m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: m_Children: - - {fileID: 3} - - {fileID: 5} - {fileID: 7} + - {fileID: 8} m_Position: serializedVersion: 2 x: 0 - y: 30 - width: 1536 + y: 0 + width: 388 height: 731 - m_MinSize: {x: 713, y: 498} - m_MaxSize: {x: 18008, y: 14048} - vertical: 0 - controlID: 94 + m_MinSize: {x: 232, y: 474} + m_MaxSize: {x: 10002, y: 14024} + vertical: 1 + controlID: 4324 --- !u!114 &7 MonoBehaviour: m_ObjectHideFlags: 52 @@ -166,18 +156,17 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 1259 + x: 0 y: 0 - width: 277 - height: 731 - m_MinSize: {x: 277, y: 74} - m_MaxSize: {x: 4002, y: 4024} - m_ActualView: {fileID: 16} + width: 388 + height: 312 + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_ActualView: {fileID: 14} m_Panes: - - {fileID: 16} - - {fileID: 13} + - {fileID: 14} m_Selected: 0 - m_LastSelected: 1 + m_LastSelected: 0 --- !u!114 &8 MonoBehaviour: m_ObjectHideFlags: 52 @@ -186,7 +175,7 @@ MonoBehaviour: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 - m_EditorHideFlags: 1 + m_EditorHideFlags: 0 m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: @@ -194,14 +183,14 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 0 - width: 350 - height: 312 - m_MinSize: {x: 202, y: 224} - m_MaxSize: {x: 4002, y: 4024} - m_ActualView: {fileID: 17} + y: 312 + width: 388 + height: 419 + m_MinSize: {x: 232, y: 274} + m_MaxSize: {x: 10002, y: 10024} + m_ActualView: {fileID: 15} m_Panes: - - {fileID: 17} + - {fileID: 15} m_Selected: 0 m_LastSelected: 0 --- !u!114 &9 @@ -212,22 +201,23 @@ MonoBehaviour: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 - m_EditorHideFlags: 1 - m_Script: {fileID: 12008, guid: 0000000000000000e000000000000000, type: 0} + m_EditorHideFlags: 0 + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: m_Children: - {fileID: 10} - - {fileID: 6} - {fileID: 11} m_Position: serializedVersion: 2 - x: 0 + x: 388 y: 0 - width: 1536 - height: 781 - m_MinSize: {x: 950, y: 548} - m_MaxSize: {x: 10000, y: 10000} + width: 850 + height: 731 + m_MinSize: {x: 204, y: 324} + m_MaxSize: {x: 4004, y: 8024} + vertical: 1 + controlID: 4393 --- !u!114 &10 MonoBehaviour: m_ObjectHideFlags: 52 @@ -237,7 +227,7 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 1 - m_Script: {fileID: 12011, guid: 0000000000000000e000000000000000, type: 0} + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: m_Children: [] @@ -245,11 +235,17 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1536 - height: 30 - m_MinSize: {x: 0, y: 0} - m_MaxSize: {x: 0, y: 0} - m_LastLoadedLayoutName: Layout + width: 850 + height: 573 + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_ActualView: {fileID: 13} + m_Panes: + - {fileID: 16} + - {fileID: 13} + - {fileID: 17} + m_Selected: 1 + m_LastSelected: 0 --- !u!114 &11 MonoBehaviour: m_ObjectHideFlags: 52 @@ -258,19 +254,24 @@ MonoBehaviour: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 - m_EditorHideFlags: 1 - m_Script: {fileID: 12042, guid: 0000000000000000e000000000000000, type: 0} + m_EditorHideFlags: 0 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: m_Children: [] m_Position: serializedVersion: 2 x: 0 - y: 761 - width: 1536 - height: 20 - m_MinSize: {x: 0, y: 0} - m_MaxSize: {x: 0, y: 0} + y: 573 + width: 850 + height: 158 + m_MinSize: {x: 100, y: 100} + m_MaxSize: {x: 4000, y: 4000} + m_ActualView: {fileID: 18} + m_Panes: + - {fileID: 18} + m_Selected: 0 + m_LastSelected: 0 --- !u!114 &12 MonoBehaviour: m_ObjectHideFlags: 52 @@ -286,17 +287,16 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 0 + x: 1238 y: 0 - width: 909 - height: 607 - m_MinSize: {x: 204, y: 224} - m_MaxSize: {x: 4004, y: 4024} - m_ActualView: {fileID: 18} + width: 298 + height: 731 + m_MinSize: {x: 275, y: 50} + m_MaxSize: {x: 4000, y: 4000} + m_ActualView: {fileID: 19} m_Panes: - - {fileID: 18} - {fileID: 19} - - {fileID: 14} + - {fileID: 20} m_Selected: 0 m_LastSelected: 1 --- !u!114 &13 @@ -308,28 +308,77 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 1 - m_Script: {fileID: 12157, guid: 0000000000000000e000000000000000, type: 0} + m_Script: {fileID: 12015, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: - m_MinSize: {x: 275, y: 50} + m_MinSize: {x: 200, y: 200} m_MaxSize: {x: 4000, y: 4000} m_TitleContent: - m_Text: Services - m_Image: {fileID: 0} + m_Text: Game + m_Image: {fileID: -2087823869225018852, guid: 0000000000000000d000000000000000, + type: 0} m_Tooltip: m_Pos: serializedVersion: 2 - x: 1224.8 + x: 388 y: 73.6 - width: 309 - height: 711 + width: 846 + height: 553 m_PersistentViewDataDictionary: {fileID: 0} - m_InitialOpenURL: https://public-cdn.cloud.unity3d.com/editor/production/cloud/hub - m_GlobalObjectTypeName: - m_RegisteredViewURLs: - - https://public-cdn.cloud.unity3d.com/editor/production/cloud/hub - m_RegisteredViewInstances: - - {fileID: 0} + m_MaximizeOnPlay: 0 + m_Gizmos: 0 + m_Stats: 0 + m_SelectedSizes: 00000000000000000000000000000000000000000000000000000000000000000000000000000000 + m_TargetDisplay: 0 + m_ZoomArea: + m_HRangeLocked: 0 + m_VRangeLocked: 0 + hZoomLockedByDefault: 0 + vZoomLockedByDefault: 0 + m_HBaseRangeMin: -338.4 + m_HBaseRangeMax: 338.4 + m_VBaseRangeMin: -214.40001 + m_VBaseRangeMax: 214.40001 + m_HAllowExceedBaseRangeMin: 1 + m_HAllowExceedBaseRangeMax: 1 + m_VAllowExceedBaseRangeMin: 1 + m_VAllowExceedBaseRangeMax: 1 + m_ScaleWithWindow: 0 + m_HSlider: 0 + m_VSlider: 1 + m_IgnoreScrollWheelUntilClicked: 0 + m_EnableMouseInput: 1 + m_EnableSliderZoomHorizontal: 0 + m_EnableSliderZoomVertical: 0 + m_UniformScale: 1 + m_UpDirection: 1 + m_DrawArea: + serializedVersion: 2 + x: 0 + y: 17 + width: 846 + height: 536 + m_Scale: {x: 1.25, y: 1.25} + m_Translation: {x: 423, y: 267.99997} + m_MarginLeft: 0 + m_MarginRight: 0 + m_MarginTop: 0 + m_MarginBottom: 0 + m_LastShownAreaInsideMargins: + serializedVersion: 2 + x: -338.4 + y: -214.39998 + width: 676.8 + height: 428.8 + m_MinimalGUI: 1 + m_defaultScale: 1 + m_TargetTexture: {fileID: 0} + m_CurrentColorSpace: 0 + m_LastWindowPixelSize: {x: 1057.5, y: 691.25} + m_ClearInEditMode: 1 + m_NoCameraWarning: 1 + m_LowResolutionForAspectRatios: 01000000000100000100 + m_XRRenderMode: 0 --- !u!114 &14 MonoBehaviour: m_ObjectHideFlags: 52 @@ -339,23 +388,52 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 1 - m_Script: {fileID: 12111, guid: 0000000000000000e000000000000000, type: 0} + m_Script: {fileID: 12061, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: - m_MinSize: {x: 400, y: 100} - m_MaxSize: {x: 2048, y: 2048} + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} m_TitleContent: - m_Text: Asset Store - m_Image: {fileID: 357073275683767465, guid: 0000000000000000d000000000000000, + m_Text: Hierarchy + m_Image: {fileID: -590624980919486359, guid: 0000000000000000d000000000000000, type: 0} m_Tooltip: m_Pos: serializedVersion: 2 - x: 303.2 + x: 0 y: 73.6 - width: 918 - height: 422 + width: 386 + height: 292 m_PersistentViewDataDictionary: {fileID: 0} + m_SceneHierarchy: + m_TreeViewState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: de9afcff + m_LastClickedID: -222498 + m_ExpandedIDs: c29cfcff76a6fcff48aafcffec75fdffd4fbffff + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 0 + m_ClientGUIView: {fileID: 7} + m_SearchString: + m_ExpandedScenes: [] + m_CurrenRootInstanceID: 0 + m_LockTracker: + m_IsLocked: 0 + m_CurrentSortingName: TransformSorting + m_WindowGUID: fdc67856ea182ca428585114891aa67a --- !u!114 &15 MonoBehaviour: m_ObjectHideFlags: 52 @@ -379,7 +457,7 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 385.6 - width: 348 + width: 386 height: 399 m_PersistentViewDataDictionary: {fileID: 0} m_SearchFilter: @@ -394,20 +472,20 @@ MonoBehaviour: m_ShowAllHits: 0 m_SearchArea: 1 m_Folders: - - Assets/Prefabs/VFX/Engines - m_ViewMode: 1 + - Assets/Prefabs + m_ViewMode: 0 m_StartGridSize: 64 m_LastFolders: - - Assets/Prefabs/VFX/Engines + - Assets/Prefabs/VFX/Explosions m_LastFoldersGridSize: -1 m_LastProjectPath: E:\KULIAH\Semester-6\PBD\UNITY\unity\Space Shooter m_LockTracker: m_IsLocked: 0 m_FolderTreeState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 662c0000 - m_LastClickedID: 11366 - m_ExpandedIDs: 00000000202b0000cc2b00004a2c000000ca9a3b + m_SelectedIDs: a2270000 + m_LastClickedID: 10146 + m_ExpandedIDs: 0000000040260000f42600007627000000ca9a3b m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -432,10 +510,10 @@ MonoBehaviour: m_Icon: {fileID: 0} m_ResourceFile: m_AssetTreeState: - scrollPos: {x: 0, y: 0} + scrollPos: {x: 0, y: 7} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 00000000202b0000 + m_ExpandedIDs: ffffffff000000004026000076270000a227000074280000342a000000ca9a3b m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -462,8 +540,8 @@ MonoBehaviour: m_ListAreaState: m_SelectedInstanceIDs: m_LastClickedInstanceID: 0 - m_HadKeyboardFocusLastEvent: 1 - m_ExpandedInstanceIDs: c62300009e260000502a0000 + m_HadKeyboardFocusLastEvent: 0 + m_ExpandedInstanceIDs: c62300009e260000502a000000000000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -479,7 +557,7 @@ MonoBehaviour: m_IsRenaming: 0 m_OriginalEventType: 11 m_IsRenamingFilename: 1 - m_ClientGUIView: {fileID: 0} + m_ClientGUIView: {fileID: 8} m_CreateAssetUtility: m_EndAction: {fileID: 0} m_InstanceID: 0 @@ -491,96 +569,6 @@ MonoBehaviour: m_GridSize: 64 m_DirectoriesAreaWidth: 125 --- !u!114 &16 -MonoBehaviour: - m_ObjectHideFlags: 52 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 1 - m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0} - m_Name: - m_EditorClassIdentifier: - m_MinSize: {x: 275, y: 50} - m_MaxSize: {x: 4000, y: 4000} - m_TitleContent: - m_Text: Inspector - m_Image: {fileID: -6905738622615590433, guid: 0000000000000000d000000000000000, - type: 0} - m_Tooltip: - m_Pos: - serializedVersion: 2 - x: 1259.2001 - y: 73.6 - width: 275 - height: 711 - m_PersistentViewDataDictionary: {fileID: 0} - m_ObjectsLockedBeforeSerialization: [] - m_InstanceIDsLockedBeforeSerialization: - m_LockTracker: - m_IsLocked: 0 - m_PreviewResizer: - m_CachedPref: 160 - m_ControlHash: -371814159 - m_PrefName: Preview_InspectorPreview - m_PreviewWindow: {fileID: 0} ---- !u!114 &17 -MonoBehaviour: - m_ObjectHideFlags: 52 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 1 - m_Script: {fileID: 12061, guid: 0000000000000000e000000000000000, type: 0} - m_Name: - m_EditorClassIdentifier: - m_MinSize: {x: 200, y: 200} - m_MaxSize: {x: 4000, y: 4000} - m_TitleContent: - m_Text: Hierarchy - m_Image: {fileID: -590624980919486359, guid: 0000000000000000d000000000000000, - type: 0} - m_Tooltip: - m_Pos: - serializedVersion: 2 - x: 0 - y: 73.6 - width: 348 - height: 292 - m_PersistentViewDataDictionary: {fileID: 0} - m_SceneHierarchy: - m_TreeViewState: - scrollPos: {x: 0, y: 0} - m_SelectedIDs: - m_LastClickedID: 0 - m_ExpandedIDs: 10eaffff52f9ffffe0f9ffff - m_RenameOverlay: - m_UserAcceptedRename: 0 - m_Name: Player - m_OriginalName: Player - m_EditFieldRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 0 - height: 0 - m_UserData: -5616 - m_IsWaitingForDelay: 0 - m_IsRenaming: 0 - m_OriginalEventType: 0 - m_IsRenamingFilename: 0 - m_ClientGUIView: {fileID: 8} - m_SearchString: - m_ExpandedScenes: [] - m_CurrenRootInstanceID: 0 - m_LockTracker: - m_IsLocked: 0 - m_CurrentSortingName: TransformSorting - m_WindowGUID: fdc67856ea182ca428585114891aa67a ---- !u!114 &18 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -601,10 +589,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 350.4 + x: 388 y: 73.6 - width: 905 - height: 587 + width: 846 + height: 553 m_PersistentViewDataDictionary: {fileID: 0} m_WindowGUID: 9707792c78358ed488ae55b138d3fdbf m_SceneLighting: 1 @@ -612,9 +600,9 @@ MonoBehaviour: m_isRotationLocked: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: 0, y: 0.078431174, z: 0.019070804} + m_Target: {x: 0, y: 1.02, z: 1} speed: 2 - m_Value: {x: 0, y: 0.078431174, z: 0.019070804} + m_Value: {x: 0, y: 1.02, z: 1} m_RenderMode: 0 m_CameraMode: drawMode: 0 @@ -644,11 +632,11 @@ MonoBehaviour: m_Rotation: m_Target: {x: 0.7071068, y: 0, z: 0, w: 0.7071068} speed: 2 - m_Value: {x: -0.70710677, y: -0, z: 0, w: -0.70710677} + m_Value: {x: 0.7071068, y: 0, z: 0, w: 0.7071068} m_Size: - m_Target: 3.3931425 + m_Target: 10.218482 speed: 2 - m_Value: 3.3931425 + m_Value: 10.218482 m_Ortho: m_Target: 1 speed: 2 @@ -660,7 +648,7 @@ MonoBehaviour: m_ReplacementString: m_LastLockedObject: {fileID: 0} m_ViewIsLockedToObject: 0 ---- !u!114 &19 +--- !u!114 &17 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -669,78 +657,24 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 1 - m_Script: {fileID: 12015, guid: 0000000000000000e000000000000000, type: 0} + m_Script: {fileID: 12111, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: - m_MinSize: {x: 200, y: 200} - m_MaxSize: {x: 4000, y: 4000} + m_MinSize: {x: 400, y: 100} + m_MaxSize: {x: 2048, y: 2048} m_TitleContent: - m_Text: Game - m_Image: {fileID: -2087823869225018852, guid: 0000000000000000d000000000000000, + m_Text: Asset Store + m_Image: {fileID: 357073275683767465, guid: 0000000000000000d000000000000000, type: 0} m_Tooltip: m_Pos: serializedVersion: 2 - x: 247.2 + x: 303.2 y: 73.6 - width: 1008 - height: 587 + width: 918 + height: 422 m_PersistentViewDataDictionary: {fileID: 0} - m_MaximizeOnPlay: 0 - m_Gizmos: 0 - m_Stats: 0 - m_SelectedSizes: 00000000000000000000000000000000000000000000000000000000000000000000000000000000 - m_TargetDisplay: 0 - m_ZoomArea: - m_HRangeLocked: 0 - m_VRangeLocked: 0 - hZoomLockedByDefault: 0 - vZoomLockedByDefault: 0 - m_HBaseRangeMin: -403.2 - m_HBaseRangeMax: 403.2 - m_VBaseRangeMin: -228 - m_VBaseRangeMax: 228 - m_HAllowExceedBaseRangeMin: 1 - m_HAllowExceedBaseRangeMax: 1 - m_VAllowExceedBaseRangeMin: 1 - m_VAllowExceedBaseRangeMax: 1 - m_ScaleWithWindow: 0 - m_HSlider: 0 - m_VSlider: 0 - m_IgnoreScrollWheelUntilClicked: 0 - m_EnableMouseInput: 1 - m_EnableSliderZoomHorizontal: 0 - m_EnableSliderZoomVertical: 0 - m_UniformScale: 1 - m_UpDirection: 1 - m_DrawArea: - serializedVersion: 2 - x: 0 - y: 17 - width: 1008 - height: 570 - m_Scale: {x: 1.25, y: 1.25} - m_Translation: {x: 504, y: 285} - m_MarginLeft: 0 - m_MarginRight: 0 - m_MarginTop: 0 - m_MarginBottom: 0 - m_LastShownAreaInsideMargins: - serializedVersion: 2 - x: -403.2 - y: -228 - width: 806.4 - height: 456 - m_MinimalGUI: 1 - m_defaultScale: 1 - m_TargetTexture: {fileID: 0} - m_CurrentColorSpace: 0 - m_LastWindowPixelSize: {x: 1260, y: 733.75} - m_ClearInEditMode: 1 - m_NoCameraWarning: 1 - m_LowResolutionForAspectRatios: 01000000000100000100 - m_XRRenderMode: 0 ---- !u!114 &20 +--- !u!114 &18 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -761,8 +695,74 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 350.4 - y: 680 - width: 905 - height: 104 + x: 388 + y: 646.4 + width: 846 + height: 138 + m_PersistentViewDataDictionary: {fileID: 0} +--- !u!114 &19 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 275, y: 50} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Inspector + m_Image: {fileID: -6905738622615590433, guid: 0000000000000000d000000000000000, + type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 1238.4 + y: 73.6 + width: 296 + height: 711 + m_PersistentViewDataDictionary: {fileID: 0} + m_ObjectsLockedBeforeSerialization: [] + m_InstanceIDsLockedBeforeSerialization: + m_LockTracker: + m_IsLocked: 0 + m_PreviewResizer: + m_CachedPref: -335 + m_ControlHash: -371814159 + m_PrefName: Preview_InspectorPreview + m_PreviewWindow: {fileID: 0} +--- !u!114 &20 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12157, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 275, y: 50} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Services + m_Image: {fileID: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 1259.2001 + y: 73.6 + width: 275 + height: 711 m_PersistentViewDataDictionary: {fileID: 0} + m_InitialOpenURL: https://public-cdn.cloud.unity3d.com/editor/production/cloud/hub + m_GlobalObjectTypeName: + m_RegisteredViewURLs: + - https://public-cdn.cloud.unity3d.com/editor/production/cloud/hub + m_RegisteredViewInstances: + - {fileID: 0} diff --git a/Space Shooter/Library/CurrentMaximizeLayout.dwlt b/Space Shooter/Library/CurrentMaximizeLayout.dwlt new file mode 100644 index 0000000000000000000000000000000000000000..715fca710e421ffff68be1c6c46e55bb3875b9c1 --- /dev/null +++ b/Space Shooter/Library/CurrentMaximizeLayout.dwlt @@ -0,0 +1,678 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: + - {fileID: 3} + - {fileID: 8} + - {fileID: 14} + m_Position: + serializedVersion: 2 + x: 0 + y: 30 + width: 1536 + height: 731 + m_MinSize: {x: 711, y: 474} + m_MaxSize: {x: 18006, y: 14024} + vertical: 0 + controlID: 3376 +--- !u!114 &2 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12015, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Game + m_Image: {fileID: -2087823869225018852, guid: 0000000000000000d000000000000000, + type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 328.80002 + y: 73.6 + width: 905 + height: 480 + m_PersistentViewDataDictionary: {fileID: 0} + m_MaximizeOnPlay: 1 + m_Gizmos: 0 + m_Stats: 0 + m_SelectedSizes: 00000000000000000000000000000000000000000000000000000000000000000000000000000000 + m_TargetDisplay: 0 + m_ZoomArea: + m_HRangeLocked: 0 + m_VRangeLocked: 0 + hZoomLockedByDefault: 0 + vZoomLockedByDefault: 0 + m_HBaseRangeMin: -362 + m_HBaseRangeMax: 362 + m_VBaseRangeMin: -185.2 + m_VBaseRangeMax: 185.2 + m_HAllowExceedBaseRangeMin: 1 + m_HAllowExceedBaseRangeMax: 1 + m_VAllowExceedBaseRangeMin: 1 + m_VAllowExceedBaseRangeMax: 1 + m_ScaleWithWindow: 0 + m_HSlider: 0 + m_VSlider: 0 + m_IgnoreScrollWheelUntilClicked: 0 + m_EnableMouseInput: 1 + m_EnableSliderZoomHorizontal: 0 + m_EnableSliderZoomVertical: 0 + m_UniformScale: 1 + m_UpDirection: 1 + m_DrawArea: + serializedVersion: 2 + x: 0 + y: 17 + width: 905 + height: 463 + m_Scale: {x: 1.25, y: 1.25} + m_Translation: {x: 452.5, y: 231.5} + m_MarginLeft: 0 + m_MarginRight: 0 + m_MarginTop: 0 + m_MarginBottom: 0 + m_LastShownAreaInsideMargins: + serializedVersion: 2 + x: -362 + y: -185.2 + width: 724 + height: 370.4 + m_MinimalGUI: 1 + m_defaultScale: 1 + m_TargetTexture: {fileID: 0} + m_CurrentColorSpace: 0 + m_LastWindowPixelSize: {x: 1131.25, y: 600} + m_ClearInEditMode: 1 + m_NoCameraWarning: 1 + m_LowResolutionForAspectRatios: 01000000000100000100 + m_XRRenderMode: 0 +--- !u!114 &3 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: + - {fileID: 4} + - {fileID: 6} + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 329 + height: 731 + m_MinSize: {x: 232, y: 474} + m_MaxSize: {x: 10002, y: 14024} + vertical: 1 + controlID: 3377 +--- !u!114 &4 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 329 + height: 312 + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_ActualView: {fileID: 5} + m_Panes: + - {fileID: 5} + m_Selected: 0 + m_LastSelected: 0 +--- !u!114 &5 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12061, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Hierarchy + m_Image: {fileID: -590624980919486359, guid: 0000000000000000d000000000000000, + type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 0 + y: 73.6 + width: 327 + height: 292 + m_PersistentViewDataDictionary: {fileID: 0} + m_SceneHierarchy: + m_TreeViewState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: + m_LastClickedID: 0 + m_ExpandedIDs: ec75fdffd4fbffff + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 0 + m_ClientGUIView: {fileID: 4} + m_SearchString: + m_ExpandedScenes: [] + m_CurrenRootInstanceID: 0 + m_LockTracker: + m_IsLocked: 0 + m_CurrentSortingName: TransformSorting + m_WindowGUID: fdc67856ea182ca428585114891aa67a +--- !u!114 &6 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 312 + width: 329 + height: 419 + m_MinSize: {x: 230, y: 250} + m_MaxSize: {x: 10000, y: 10000} + m_ActualView: {fileID: 7} + m_Panes: + - {fileID: 7} + m_Selected: 0 + m_LastSelected: 0 +--- !u!114 &7 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12014, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 230, y: 250} + m_MaxSize: {x: 10000, y: 10000} + m_TitleContent: + m_Text: Project + m_Image: {fileID: -7501376956915960154, guid: 0000000000000000d000000000000000, + type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 0 + y: 385.6 + width: 327 + height: 399 + m_PersistentViewDataDictionary: {fileID: 0} + m_SearchFilter: + m_NameFilter: + m_ClassNames: [] + m_AssetLabels: [] + m_AssetBundleNames: [] + m_VersionControlStates: [] + m_SoftLockControlStates: [] + m_ReferencingInstanceIDs: + m_SceneHandles: + m_ShowAllHits: 0 + m_SearchArea: 1 + m_Folders: + - Assets/Prefabs + m_ViewMode: 1 + m_StartGridSize: 64 + m_LastFolders: + - Assets/Prefabs + m_LastFoldersGridSize: -1 + m_LastProjectPath: E:\KULIAH\Semester-6\PBD\UNITY\unity\Space Shooter + m_LockTracker: + m_IsLocked: 0 + m_FolderTreeState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: 76270000 + m_LastClickedID: 10102 + m_ExpandedIDs: 0000000040260000f42600007627000000ca9a3b + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 1 + m_ClientGUIView: {fileID: 0} + m_SearchString: + m_CreateAssetUtility: + m_EndAction: {fileID: 0} + m_InstanceID: 0 + m_Path: + m_Icon: {fileID: 0} + m_ResourceFile: + m_AssetTreeState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: + m_LastClickedID: 0 + m_ExpandedIDs: 0000000040260000f426000000ca9a3b + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 1 + m_ClientGUIView: {fileID: 0} + m_SearchString: + m_CreateAssetUtility: + m_EndAction: {fileID: 0} + m_InstanceID: 0 + m_Path: + m_Icon: {fileID: 0} + m_ResourceFile: + m_ListAreaState: + m_SelectedInstanceIDs: 842e0000 + m_LastClickedInstanceID: 11908 + m_HadKeyboardFocusLastEvent: 0 + m_ExpandedInstanceIDs: c62300009e260000502a000000000000 + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 1 + m_ClientGUIView: {fileID: 6} + m_CreateAssetUtility: + m_EndAction: {fileID: 0} + m_InstanceID: 0 + m_Path: + m_Icon: {fileID: 0} + m_ResourceFile: + m_NewAssetIndexInList: -1 + m_ScrollPosition: {x: 0, y: 0} + m_GridSize: 64 + m_DirectoriesAreaWidth: 125 +--- !u!114 &8 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: + - {fileID: 9} + - {fileID: 12} + m_Position: + serializedVersion: 2 + x: 329 + y: 0 + width: 909 + height: 731 + m_MinSize: {x: 204, y: 348} + m_MaxSize: {x: 4004, y: 8048} + vertical: 1 + controlID: 3287 +--- !u!114 &9 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 909 + height: 500 + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_ActualView: {fileID: 2} + m_Panes: + - {fileID: 10} + - {fileID: 2} + - {fileID: 11} + m_Selected: 1 + m_LastSelected: 0 +--- !u!114 &10 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12013, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Scene + m_Image: {fileID: 2318424515335265636, guid: 0000000000000000d000000000000000, + type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 328.80002 + y: 73.6 + width: 905 + height: 480 + m_PersistentViewDataDictionary: {fileID: 0} + m_WindowGUID: 9707792c78358ed488ae55b138d3fdbf + m_SceneLighting: 1 + m_2DMode: 0 + m_isRotationLocked: 0 + m_AudioPlay: 0 + m_Position: + m_Target: {x: 0, y: 1.52, z: 0} + speed: 2 + m_Value: {x: 0, y: 1.52, z: 0} + m_RenderMode: 0 + m_CameraMode: + drawMode: 0 + name: Shaded + section: Shading Mode + m_ValidateTrueMetals: 0 + m_SceneViewState: + showFog: 1 + showMaterialUpdate: 0 + showSkybox: 1 + showFlares: 1 + showImageEffects: 1 + showParticleSystems: 1 + grid: + xGrid: + m_Target: 0 + speed: 2 + m_Value: 0 + yGrid: + m_Target: 1 + speed: 2 + m_Value: 1 + zGrid: + m_Target: 0 + speed: 2 + m_Value: 0 + m_Rotation: + m_Target: {x: 0.18128635, y: -0.7277216, z: 0.21036139, w: 0.6271401} + speed: 2 + m_Value: {x: 0.18128635, y: -0.7277216, z: 0.21036139, w: 0.6271401} + m_Size: + m_Target: 2.5541677 + speed: 2 + m_Value: 2.5541677 + m_Ortho: + m_Target: 1 + speed: 2 + m_Value: 1 + m_ShowGlobalGrid: 1 + m_LastSceneViewRotation: {x: 0, y: 0, z: 0, w: 0} + m_LastSceneViewOrtho: 0 + m_ReplacementShader: {fileID: 0} + m_ReplacementString: + m_LastLockedObject: {fileID: 0} + m_ViewIsLockedToObject: 0 +--- !u!114 &11 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12111, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 400, y: 100} + m_MaxSize: {x: 2048, y: 2048} + m_TitleContent: + m_Text: Asset Store + m_Image: {fileID: 357073275683767465, guid: 0000000000000000d000000000000000, + type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 303.2 + y: 73.6 + width: 918 + height: 422 + m_PersistentViewDataDictionary: {fileID: 0} +--- !u!114 &12 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 500 + width: 909 + height: 231 + m_MinSize: {x: 104, y: 124} + m_MaxSize: {x: 4004, y: 4024} + m_ActualView: {fileID: 13} + m_Panes: + - {fileID: 13} + m_Selected: 0 + m_LastSelected: 0 +--- !u!114 &13 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12003, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 100, y: 100} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Console + m_Image: {fileID: 111653112392082826, guid: 0000000000000000d000000000000000, + type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 328.80002 + y: 573.60004 + width: 905 + height: 211 + m_PersistentViewDataDictionary: {fileID: 0} +--- !u!114 &14 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 1238 + y: 0 + width: 298 + height: 731 + m_MinSize: {x: 275, y: 50} + m_MaxSize: {x: 4000, y: 4000} + m_ActualView: {fileID: 15} + m_Panes: + - {fileID: 15} + - {fileID: 16} + m_Selected: 0 + m_LastSelected: 1 +--- !u!114 &15 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 275, y: 50} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Inspector + m_Image: {fileID: -6905738622615590433, guid: 0000000000000000d000000000000000, + type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 1238.4 + y: 73.6 + width: 296 + height: 711 + m_PersistentViewDataDictionary: {fileID: 0} + m_ObjectsLockedBeforeSerialization: [] + m_InstanceIDsLockedBeforeSerialization: + m_LockTracker: + m_IsLocked: 0 + m_PreviewResizer: + m_CachedPref: 335 + m_ControlHash: -371814159 + m_PrefName: Preview_InspectorPreview + m_PreviewWindow: {fileID: 0} +--- !u!114 &16 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12157, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 275, y: 50} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Services + m_Image: {fileID: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 1259.2001 + y: 73.6 + width: 275 + height: 711 + m_PersistentViewDataDictionary: {fileID: 0} + m_InitialOpenURL: https://public-cdn.cloud.unity3d.com/editor/production/cloud/hub + m_GlobalObjectTypeName: + m_RegisteredViewURLs: + - https://public-cdn.cloud.unity3d.com/editor/production/cloud/hub + m_RegisteredViewInstances: + - {fileID: 0} diff --git a/Space Shooter/Library/InspectorExpandedItems.asset b/Space Shooter/Library/InspectorExpandedItems.asset index 7ab0db596228ac34fb786700f11c6d94bb0c728e..62a4b376796edd01938390a1b873eb72457ee99a 100644 Binary files a/Space Shooter/Library/InspectorExpandedItems.asset and b/Space Shooter/Library/InspectorExpandedItems.asset differ diff --git a/Space Shooter/Library/ScriptAssemblies/Assembly-CSharp-Editor.dll b/Space Shooter/Library/ScriptAssemblies/Assembly-CSharp-Editor.dll index e3d8b8972dfac64b202a50f850df1e47344a9305..840759e8c7c1e5ebaeeba65eb087e6097ca5b80e 100644 Binary files a/Space Shooter/Library/ScriptAssemblies/Assembly-CSharp-Editor.dll and b/Space Shooter/Library/ScriptAssemblies/Assembly-CSharp-Editor.dll differ diff --git a/Space Shooter/Library/ScriptAssemblies/Assembly-CSharp.dll b/Space Shooter/Library/ScriptAssemblies/Assembly-CSharp.dll index 1c738bf70ef58077523d23ebef68097a22b97879..6b812a7f0399994cb34b5a25b58a9b244b30ca69 100644 Binary files a/Space Shooter/Library/ScriptAssemblies/Assembly-CSharp.dll and b/Space Shooter/Library/ScriptAssemblies/Assembly-CSharp.dll differ diff --git a/Space Shooter/Library/ScriptAssemblies/Assembly-CSharp.pdb b/Space Shooter/Library/ScriptAssemblies/Assembly-CSharp.pdb index 25aa5f5583856a3cd5dbc14049c391670891424e..589fa738d7feb2e555622821888456fc37777555 100644 Binary files a/Space Shooter/Library/ScriptAssemblies/Assembly-CSharp.pdb and b/Space Shooter/Library/ScriptAssemblies/Assembly-CSharp.pdb differ diff --git a/Space Shooter/Library/ShaderCache/0/0109a5330c8ff021b1b8a5be01a9cc30.bin b/Space Shooter/Library/ShaderCache/0/0109a5330c8ff021b1b8a5be01a9cc30.bin new file mode 100644 index 0000000000000000000000000000000000000000..672003bd51a8518ce29409d2751e76d0ad4548a6 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/0/0109a5330c8ff021b1b8a5be01a9cc30.bin differ diff --git a/Space Shooter/Library/ShaderCache/0/0e61f5084d5326950f0d1ed2989d8c9f.bin b/Space Shooter/Library/ShaderCache/0/0e61f5084d5326950f0d1ed2989d8c9f.bin new file mode 100644 index 0000000000000000000000000000000000000000..3d7f20054e2ac0ef95f2464a08d886966b971950 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/0/0e61f5084d5326950f0d1ed2989d8c9f.bin differ diff --git a/Space Shooter/Library/ShaderCache/1/12a97e52dac7ebbcc12a7c4fd0fd77c9.bin b/Space Shooter/Library/ShaderCache/1/12a97e52dac7ebbcc12a7c4fd0fd77c9.bin new file mode 100644 index 0000000000000000000000000000000000000000..235276b9e7b0a7c616205044614d75a30b66d6e3 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/1/12a97e52dac7ebbcc12a7c4fd0fd77c9.bin differ diff --git a/Space Shooter/Library/ShaderCache/2/24aba6a8e49c18777e68438221d9c1d6.bin b/Space Shooter/Library/ShaderCache/2/24aba6a8e49c18777e68438221d9c1d6.bin new file mode 100644 index 0000000000000000000000000000000000000000..e67ab7fdfb2fb5c7125cf8f02e9cd22fd1874531 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/2/24aba6a8e49c18777e68438221d9c1d6.bin differ diff --git a/Space Shooter/Library/ShaderCache/2/2644b42af791a142526bd48e8ef68196.bin b/Space Shooter/Library/ShaderCache/2/2644b42af791a142526bd48e8ef68196.bin new file mode 100644 index 0000000000000000000000000000000000000000..4b77333af1dc1adf9f73018962678dc12dfb326e Binary files /dev/null and b/Space Shooter/Library/ShaderCache/2/2644b42af791a142526bd48e8ef68196.bin differ diff --git a/Space Shooter/Library/ShaderCache/2/2d52d547499f5d18db8490448c106d6c.bin b/Space Shooter/Library/ShaderCache/2/2d52d547499f5d18db8490448c106d6c.bin new file mode 100644 index 0000000000000000000000000000000000000000..246fe5d6c987723070c590eb406e93ab8b604ba8 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/2/2d52d547499f5d18db8490448c106d6c.bin differ diff --git a/Space Shooter/Library/ShaderCache/3/336d481bb040f9264ab544ef716ebb9e.bin b/Space Shooter/Library/ShaderCache/3/336d481bb040f9264ab544ef716ebb9e.bin new file mode 100644 index 0000000000000000000000000000000000000000..0262352acab5ba3aa7b53be893f4723074cdb951 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/3/336d481bb040f9264ab544ef716ebb9e.bin differ diff --git a/Space Shooter/Library/ShaderCache/3/397c307701a3c08797e7e10f15e21408.bin b/Space Shooter/Library/ShaderCache/3/397c307701a3c08797e7e10f15e21408.bin new file mode 100644 index 0000000000000000000000000000000000000000..edc1d11296638cf73aded15bdb73c0f646b234ac Binary files /dev/null and b/Space Shooter/Library/ShaderCache/3/397c307701a3c08797e7e10f15e21408.bin differ diff --git a/Space Shooter/Library/ShaderCache/4/45aea4ea60fe56958584b42fc816c9a8.bin b/Space Shooter/Library/ShaderCache/4/45aea4ea60fe56958584b42fc816c9a8.bin new file mode 100644 index 0000000000000000000000000000000000000000..456e349e0308953e37e8e8c27820e9f2a4c3f767 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/4/45aea4ea60fe56958584b42fc816c9a8.bin differ diff --git a/Space Shooter/Library/ShaderCache/4/46bf96d86c7e678c558b836124b76256.bin b/Space Shooter/Library/ShaderCache/4/46bf96d86c7e678c558b836124b76256.bin new file mode 100644 index 0000000000000000000000000000000000000000..9db2258a8c1e837e1db4bd99f438c0b40915238f Binary files /dev/null and b/Space Shooter/Library/ShaderCache/4/46bf96d86c7e678c558b836124b76256.bin differ diff --git a/Space Shooter/Library/ShaderCache/4/4ca94327cbc7f99a9fd45e1ef86b072f.bin b/Space Shooter/Library/ShaderCache/4/4ca94327cbc7f99a9fd45e1ef86b072f.bin new file mode 100644 index 0000000000000000000000000000000000000000..8a2d39e660d40bee82c28aae2c17dc49217ff0b2 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/4/4ca94327cbc7f99a9fd45e1ef86b072f.bin differ diff --git a/Space Shooter/Library/ShaderCache/4/4e35fb9c5a154b14646f138be8ce8904.bin b/Space Shooter/Library/ShaderCache/4/4e35fb9c5a154b14646f138be8ce8904.bin new file mode 100644 index 0000000000000000000000000000000000000000..956b528b8fafbe4af27753e721d0f98f49ec1d72 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/4/4e35fb9c5a154b14646f138be8ce8904.bin differ diff --git a/Space Shooter/Library/ShaderCache/5/54e790242735364775bdcfc951e2a3be.bin b/Space Shooter/Library/ShaderCache/5/54e790242735364775bdcfc951e2a3be.bin new file mode 100644 index 0000000000000000000000000000000000000000..510770ead71bf7b70ff93860687ce91aa4a6ee00 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/5/54e790242735364775bdcfc951e2a3be.bin differ diff --git a/Space Shooter/Library/ShaderCache/6/613d33cfb000a7f69c1e5b7c784189b7.bin b/Space Shooter/Library/ShaderCache/6/613d33cfb000a7f69c1e5b7c784189b7.bin new file mode 100644 index 0000000000000000000000000000000000000000..4787a3b8f0d70dec8e1646358d5bfe5330851278 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/6/613d33cfb000a7f69c1e5b7c784189b7.bin differ diff --git a/Space Shooter/Library/ShaderCache/6/6649ce3ede69830c63338cd32747ffba.bin b/Space Shooter/Library/ShaderCache/6/6649ce3ede69830c63338cd32747ffba.bin new file mode 100644 index 0000000000000000000000000000000000000000..02c6f0b887349cc4f4e682bb37f82a0a1aeedacb Binary files /dev/null and b/Space Shooter/Library/ShaderCache/6/6649ce3ede69830c63338cd32747ffba.bin differ diff --git a/Space Shooter/Library/ShaderCache/6/6a188193547bfd4c59dcfb0bf9537b2b.bin b/Space Shooter/Library/ShaderCache/6/6a188193547bfd4c59dcfb0bf9537b2b.bin new file mode 100644 index 0000000000000000000000000000000000000000..eacd546453ac62c61e719ba89064f6f327797158 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/6/6a188193547bfd4c59dcfb0bf9537b2b.bin differ diff --git a/Space Shooter/Library/ShaderCache/6/6af26b5af5a1fb19b652c3bea131416a.bin b/Space Shooter/Library/ShaderCache/6/6af26b5af5a1fb19b652c3bea131416a.bin new file mode 100644 index 0000000000000000000000000000000000000000..f9cc30e4439f5e84b122a218ac1db49c0da8c465 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/6/6af26b5af5a1fb19b652c3bea131416a.bin differ diff --git a/Space Shooter/Library/ShaderCache/7/74675a0656582bb87a4adb2556d80edd.bin b/Space Shooter/Library/ShaderCache/7/74675a0656582bb87a4adb2556d80edd.bin new file mode 100644 index 0000000000000000000000000000000000000000..776cdd1cac1c97fa223c4356b5e2741f6aa58cc9 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/7/74675a0656582bb87a4adb2556d80edd.bin differ diff --git a/Space Shooter/Library/ShaderCache/7/776b1a3f908e75662125648967e98ad0.bin b/Space Shooter/Library/ShaderCache/7/776b1a3f908e75662125648967e98ad0.bin new file mode 100644 index 0000000000000000000000000000000000000000..f91fcaa65b27900c262320aafbf4aa4cb6777d9d Binary files /dev/null and b/Space Shooter/Library/ShaderCache/7/776b1a3f908e75662125648967e98ad0.bin differ diff --git a/Space Shooter/Library/ShaderCache/7/7b01a52eb5fe89015cebf1d2e25eebc2.bin b/Space Shooter/Library/ShaderCache/7/7b01a52eb5fe89015cebf1d2e25eebc2.bin new file mode 100644 index 0000000000000000000000000000000000000000..bb4b2c379dcbcf6e40fce3a0a44a3d76c1ee0815 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/7/7b01a52eb5fe89015cebf1d2e25eebc2.bin differ diff --git a/Space Shooter/Library/ShaderCache/7/7cc91a2bfc0a039c3673e2dc99224bc7.bin b/Space Shooter/Library/ShaderCache/7/7cc91a2bfc0a039c3673e2dc99224bc7.bin new file mode 100644 index 0000000000000000000000000000000000000000..395d45f829d593b665af7825a9ea7c72f902f99e Binary files /dev/null and b/Space Shooter/Library/ShaderCache/7/7cc91a2bfc0a039c3673e2dc99224bc7.bin differ diff --git a/Space Shooter/Library/ShaderCache/7/7f29926c9bd42d73153127503b3b27da.bin b/Space Shooter/Library/ShaderCache/7/7f29926c9bd42d73153127503b3b27da.bin new file mode 100644 index 0000000000000000000000000000000000000000..0151cf51b57e2a50282613c38b453dce795b2d3b Binary files /dev/null and b/Space Shooter/Library/ShaderCache/7/7f29926c9bd42d73153127503b3b27da.bin differ diff --git a/Space Shooter/Library/ShaderCache/8/8140e44165558335619e498d6bb803c1.bin b/Space Shooter/Library/ShaderCache/8/8140e44165558335619e498d6bb803c1.bin new file mode 100644 index 0000000000000000000000000000000000000000..71423f171b952193079426ed5ac2556fc0fb8dc2 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/8/8140e44165558335619e498d6bb803c1.bin differ diff --git a/Space Shooter/Library/ShaderCache/8/8c7571db14f8c2a2ea360f4bc5cbe818.bin b/Space Shooter/Library/ShaderCache/8/8c7571db14f8c2a2ea360f4bc5cbe818.bin new file mode 100644 index 0000000000000000000000000000000000000000..605ed09532bb24fc8aff395e99c1f4877deaab22 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/8/8c7571db14f8c2a2ea360f4bc5cbe818.bin differ diff --git a/Space Shooter/Library/ShaderCache/8/8d6e684109083ffd0b55135d0dbbe8de.bin b/Space Shooter/Library/ShaderCache/8/8d6e684109083ffd0b55135d0dbbe8de.bin new file mode 100644 index 0000000000000000000000000000000000000000..8bd84950e08af7caee08f9bfc0738415afd00ffd Binary files /dev/null and b/Space Shooter/Library/ShaderCache/8/8d6e684109083ffd0b55135d0dbbe8de.bin differ diff --git a/Space Shooter/Library/ShaderCache/9/94a679a0be74b80934a188cd4bd675de.bin b/Space Shooter/Library/ShaderCache/9/94a679a0be74b80934a188cd4bd675de.bin new file mode 100644 index 0000000000000000000000000000000000000000..3bdb45bbce8008f39ffc26f1088872f3dc5ef57d Binary files /dev/null and b/Space Shooter/Library/ShaderCache/9/94a679a0be74b80934a188cd4bd675de.bin differ diff --git a/Space Shooter/Library/ShaderCache/9/96a0d1c5fc9a1feea9902c28c1eeb9b2.bin b/Space Shooter/Library/ShaderCache/9/96a0d1c5fc9a1feea9902c28c1eeb9b2.bin new file mode 100644 index 0000000000000000000000000000000000000000..4f09949d6cd0fb77901b06f57cf2bcf5555fcfcf Binary files /dev/null and b/Space Shooter/Library/ShaderCache/9/96a0d1c5fc9a1feea9902c28c1eeb9b2.bin differ diff --git a/Space Shooter/Library/ShaderCache/9/9e07353e7fa09a52b2e1cd9ae23e1e14.bin b/Space Shooter/Library/ShaderCache/9/9e07353e7fa09a52b2e1cd9ae23e1e14.bin new file mode 100644 index 0000000000000000000000000000000000000000..bd1fcbeee4029dd581f0d50ef113aa6fa42b7904 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/9/9e07353e7fa09a52b2e1cd9ae23e1e14.bin differ diff --git a/Space Shooter/Library/ShaderCache/b/b0150f287498b8fdc56e0eb239c7abd8.bin b/Space Shooter/Library/ShaderCache/b/b0150f287498b8fdc56e0eb239c7abd8.bin new file mode 100644 index 0000000000000000000000000000000000000000..4b77333af1dc1adf9f73018962678dc12dfb326e Binary files /dev/null and b/Space Shooter/Library/ShaderCache/b/b0150f287498b8fdc56e0eb239c7abd8.bin differ diff --git a/Space Shooter/Library/ShaderCache/b/bb2f467c194ac7e5e6c2dfcab0eebacf.bin b/Space Shooter/Library/ShaderCache/b/bb2f467c194ac7e5e6c2dfcab0eebacf.bin new file mode 100644 index 0000000000000000000000000000000000000000..c8f1a3f08eaa3a9678fbb7621bcf0c99189362fb Binary files /dev/null and b/Space Shooter/Library/ShaderCache/b/bb2f467c194ac7e5e6c2dfcab0eebacf.bin differ diff --git a/Space Shooter/Library/ShaderCache/c/c426cc0058580f8a0e0fa409fab7369c.bin b/Space Shooter/Library/ShaderCache/c/c426cc0058580f8a0e0fa409fab7369c.bin new file mode 100644 index 0000000000000000000000000000000000000000..025696ad719f2c893807f7a37c67de5d9644b1a3 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/c/c426cc0058580f8a0e0fa409fab7369c.bin differ diff --git a/Space Shooter/Library/ShaderCache/c/c5359db348ce435a12aba869b391e2f4.bin b/Space Shooter/Library/ShaderCache/c/c5359db348ce435a12aba869b391e2f4.bin new file mode 100644 index 0000000000000000000000000000000000000000..238d58de6f8a699a0309e3d7a56960d1da49d84a Binary files /dev/null and b/Space Shooter/Library/ShaderCache/c/c5359db348ce435a12aba869b391e2f4.bin differ diff --git a/Space Shooter/Library/ShaderCache/c/c967132eb4e585789392c37d73509c75.bin b/Space Shooter/Library/ShaderCache/c/c967132eb4e585789392c37d73509c75.bin new file mode 100644 index 0000000000000000000000000000000000000000..956b528b8fafbe4af27753e721d0f98f49ec1d72 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/c/c967132eb4e585789392c37d73509c75.bin differ diff --git a/Space Shooter/Library/ShaderCache/c/cefd9bfdda56b77be15f9db4bf2f3fad.bin b/Space Shooter/Library/ShaderCache/c/cefd9bfdda56b77be15f9db4bf2f3fad.bin new file mode 100644 index 0000000000000000000000000000000000000000..bb1ce338bab0815f34a2321002ad7bcb502cf546 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/c/cefd9bfdda56b77be15f9db4bf2f3fad.bin differ diff --git a/Space Shooter/Library/ShaderCache/c/cf70af7f5e195087a2f276d267cf43d0.bin b/Space Shooter/Library/ShaderCache/c/cf70af7f5e195087a2f276d267cf43d0.bin new file mode 100644 index 0000000000000000000000000000000000000000..23d999b35fdd690d97631c610ceb89fd8c51aa68 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/c/cf70af7f5e195087a2f276d267cf43d0.bin differ diff --git a/Space Shooter/Library/ShaderCache/d/d8af68f43bfbad3a63c1cd1995feb678.bin b/Space Shooter/Library/ShaderCache/d/d8af68f43bfbad3a63c1cd1995feb678.bin new file mode 100644 index 0000000000000000000000000000000000000000..efb6a0e5b27fdeb96d9bb8f07533149bfd3ed948 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/d/d8af68f43bfbad3a63c1cd1995feb678.bin differ diff --git a/Space Shooter/Library/ShaderCache/d/d985ba19e72e0b7d1cc4f997b1c52bc7.bin b/Space Shooter/Library/ShaderCache/d/d985ba19e72e0b7d1cc4f997b1c52bc7.bin new file mode 100644 index 0000000000000000000000000000000000000000..13cf5444504dea89505519cadecd22963e1745f3 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/d/d985ba19e72e0b7d1cc4f997b1c52bc7.bin differ diff --git a/Space Shooter/Library/ShaderCache/d/d98bcf9c4c9af406d01cac58e9760a67.bin b/Space Shooter/Library/ShaderCache/d/d98bcf9c4c9af406d01cac58e9760a67.bin new file mode 100644 index 0000000000000000000000000000000000000000..4b77333af1dc1adf9f73018962678dc12dfb326e Binary files /dev/null and b/Space Shooter/Library/ShaderCache/d/d98bcf9c4c9af406d01cac58e9760a67.bin differ diff --git a/Space Shooter/Library/ShaderCache/d/dde14f121af88c2aec35971d1aba4c64.bin b/Space Shooter/Library/ShaderCache/d/dde14f121af88c2aec35971d1aba4c64.bin new file mode 100644 index 0000000000000000000000000000000000000000..155fa30132cc131cf3d5968206e552ada58e94f4 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/d/dde14f121af88c2aec35971d1aba4c64.bin differ diff --git a/Space Shooter/Library/ShaderCache/e/e1f3992df56cff3993ce3bda984065cc.bin b/Space Shooter/Library/ShaderCache/e/e1f3992df56cff3993ce3bda984065cc.bin new file mode 100644 index 0000000000000000000000000000000000000000..917d65e0e325a7c5cdc5a002e05d3ee95f73bd46 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/e/e1f3992df56cff3993ce3bda984065cc.bin differ diff --git a/Space Shooter/Library/ShaderCache/e/e91920790b2efc6989db1f9400a114b5.bin b/Space Shooter/Library/ShaderCache/e/e91920790b2efc6989db1f9400a114b5.bin new file mode 100644 index 0000000000000000000000000000000000000000..30c522010ca5c57aede24b69d9c045d5646c7685 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/e/e91920790b2efc6989db1f9400a114b5.bin differ diff --git a/Space Shooter/Library/ShaderCache/e/ecab4fbd1a2322dd6dd66a49f4be34e2.bin b/Space Shooter/Library/ShaderCache/e/ecab4fbd1a2322dd6dd66a49f4be34e2.bin new file mode 100644 index 0000000000000000000000000000000000000000..5b124fd0c479eda0f8f9fe7ac47ef0e84ab6790f Binary files /dev/null and b/Space Shooter/Library/ShaderCache/e/ecab4fbd1a2322dd6dd66a49f4be34e2.bin differ diff --git a/Space Shooter/Library/ShaderCache/e/ef6717c8d986ba395af5484a777c2417.bin b/Space Shooter/Library/ShaderCache/e/ef6717c8d986ba395af5484a777c2417.bin new file mode 100644 index 0000000000000000000000000000000000000000..c40b614b14cf60e7aeca69a177731460bd84fa8b Binary files /dev/null and b/Space Shooter/Library/ShaderCache/e/ef6717c8d986ba395af5484a777c2417.bin differ diff --git a/Space Shooter/Library/ShaderCache/f/f0edbf3f79a2acd9d5e9522c1a21a7ab.bin b/Space Shooter/Library/ShaderCache/f/f0edbf3f79a2acd9d5e9522c1a21a7ab.bin new file mode 100644 index 0000000000000000000000000000000000000000..b13e7cb334f4611be4a451072784bea36c4597a7 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/f/f0edbf3f79a2acd9d5e9522c1a21a7ab.bin differ diff --git a/Space Shooter/Library/ShaderCache/f/f5a0ef5e2e38f9513832e29333e7aeaf.bin b/Space Shooter/Library/ShaderCache/f/f5a0ef5e2e38f9513832e29333e7aeaf.bin new file mode 100644 index 0000000000000000000000000000000000000000..dce0534d233654a61552f2d3cab675470524624c Binary files /dev/null and b/Space Shooter/Library/ShaderCache/f/f5a0ef5e2e38f9513832e29333e7aeaf.bin differ diff --git a/Space Shooter/Library/ShaderCache/f/f5e00a71bbf9b394b5ad6e7696c8a17b.bin b/Space Shooter/Library/ShaderCache/f/f5e00a71bbf9b394b5ad6e7696c8a17b.bin new file mode 100644 index 0000000000000000000000000000000000000000..8bd84950e08af7caee08f9bfc0738415afd00ffd Binary files /dev/null and b/Space Shooter/Library/ShaderCache/f/f5e00a71bbf9b394b5ad6e7696c8a17b.bin differ diff --git a/Space Shooter/Library/ShaderCache/f/f5ef025180bd3e1750368a8084dd0eac.bin b/Space Shooter/Library/ShaderCache/f/f5ef025180bd3e1750368a8084dd0eac.bin new file mode 100644 index 0000000000000000000000000000000000000000..3d7f20054e2ac0ef95f2464a08d886966b971950 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/f/f5ef025180bd3e1750368a8084dd0eac.bin differ diff --git a/Space Shooter/Library/ShaderCache/f/f8b48482c7e91158268639e280ddcafe.bin b/Space Shooter/Library/ShaderCache/f/f8b48482c7e91158268639e280ddcafe.bin new file mode 100644 index 0000000000000000000000000000000000000000..5490cad5cad9fc76257e7ce02d3c83cbbefbb982 Binary files /dev/null and b/Space Shooter/Library/ShaderCache/f/f8b48482c7e91158268639e280ddcafe.bin differ diff --git a/Space Shooter/Library/StateCache/Hierarchy/fdc678-2857e183f4cd3df4e9.json b/Space Shooter/Library/StateCache/Hierarchy/fdc678-2857e183f4cd3df4e9.json new file mode 100644 index 0000000000000000000000000000000000000000..ed8e5cf81be62d96b7e3598c3f72e5288b652ab4 --- /dev/null +++ b/Space Shooter/Library/StateCache/Hierarchy/fdc678-2857e183f4cd3df4e9.json @@ -0,0 +1 @@ +{"m_ExpandedPrefabGameObjectFileIDs":[100004],"m_ExpandedSceneGameObjectInstanceIDs":[],"m_ScrollY":0.0,"m_LastClickedFileID":0,"m_LastClickedInstanceID":0} \ No newline at end of file diff --git a/Space Shooter/Library/StateCache/Hierarchy/fdc678-384371afbb4354cc9a.json b/Space Shooter/Library/StateCache/Hierarchy/fdc678-384371afbb4354cc9a.json new file mode 100644 index 0000000000000000000000000000000000000000..9784ddb74d7810e4c3bc8148962514ed9c084536 --- /dev/null +++ b/Space Shooter/Library/StateCache/Hierarchy/fdc678-384371afbb4354cc9a.json @@ -0,0 +1 @@ +{"m_ExpandedPrefabGameObjectFileIDs":[100012],"m_ExpandedSceneGameObjectInstanceIDs":[],"m_ScrollY":0.0,"m_LastClickedFileID":0,"m_LastClickedInstanceID":0} \ No newline at end of file diff --git a/Space Shooter/Library/StateCache/Hierarchy/fdc678-987145947dfdb3b49b.json b/Space Shooter/Library/StateCache/Hierarchy/fdc678-987145947dfdb3b49b.json new file mode 100644 index 0000000000000000000000000000000000000000..8416ec23e86ac06c677f557c65b127b0e2514c34 --- /dev/null +++ b/Space Shooter/Library/StateCache/Hierarchy/fdc678-987145947dfdb3b49b.json @@ -0,0 +1 @@ +{"m_ExpandedPrefabGameObjectFileIDs":[2521748911934503069],"m_ExpandedSceneGameObjectInstanceIDs":[],"m_ScrollY":0.0,"m_LastClickedFileID":0,"m_LastClickedInstanceID":0} \ No newline at end of file diff --git a/Space Shooter/Library/StateCache/Hierarchy/fdc678-a93496017806b77409.json b/Space Shooter/Library/StateCache/Hierarchy/fdc678-a93496017806b77409.json new file mode 100644 index 0000000000000000000000000000000000000000..a40e766f921fb44f335e5b6671db8e3defad51be --- /dev/null +++ b/Space Shooter/Library/StateCache/Hierarchy/fdc678-a93496017806b77409.json @@ -0,0 +1 @@ +{"m_ExpandedPrefabGameObjectFileIDs":[100008,100012],"m_ExpandedSceneGameObjectInstanceIDs":[],"m_ScrollY":0.0,"m_LastClickedFileID":100008,"m_LastClickedInstanceID":0} \ No newline at end of file diff --git a/Space Shooter/Library/StateCache/Hierarchy/fdc678-fd3e523f0645a69448.json b/Space Shooter/Library/StateCache/Hierarchy/fdc678-fd3e523f0645a69448.json new file mode 100644 index 0000000000000000000000000000000000000000..daafd05d0400408b2fd4bb8d2ffe1602e164f1ef --- /dev/null +++ b/Space Shooter/Library/StateCache/Hierarchy/fdc678-fd3e523f0645a69448.json @@ -0,0 +1 @@ +{"m_ExpandedPrefabGameObjectFileIDs":[8190483416839320701],"m_ExpandedSceneGameObjectInstanceIDs":[],"m_ScrollY":0.0,"m_LastClickedFileID":8190483416839320701,"m_LastClickedInstanceID":0} \ No newline at end of file diff --git a/Space Shooter/Library/StateCache/SceneView/970779-2857e183f4cd3df4e9.json b/Space Shooter/Library/StateCache/SceneView/970779-2857e183f4cd3df4e9.json new file mode 100644 index 0000000000000000000000000000000000000000..1c7db464348623bd4adf98e06cdb9ef630745c90 --- /dev/null +++ b/Space Shooter/Library/StateCache/SceneView/970779-2857e183f4cd3df4e9.json @@ -0,0 +1 @@ +{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":false,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":false,"pivot":{"x":0.0,"y":0.0,"z":0.0},"rotation":{"x":0.011094000190496445,"y":0.8619444370269775,"z":-0.018877526745200158,"w":0.506529688835144},"size":36.52375793457031,"orthographic":true} \ No newline at end of file diff --git a/Space Shooter/Library/StateCache/SceneView/970779-384371afbb4354cc9a.json b/Space Shooter/Library/StateCache/SceneView/970779-384371afbb4354cc9a.json new file mode 100644 index 0000000000000000000000000000000000000000..5b3feba1c4dc351dddc353f9459593ed0c20b167 --- /dev/null +++ b/Space Shooter/Library/StateCache/SceneView/970779-384371afbb4354cc9a.json @@ -0,0 +1 @@ +{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":false,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":false,"pivot":{"x":0.0,"y":-0.5297403335571289,"z":0.0},"rotation":{"x":0.011094000190496445,"y":0.8619444370269775,"z":-0.018877526745200158,"w":0.506529688835144},"size":38.50511932373047,"orthographic":true} \ No newline at end of file diff --git a/Space Shooter/Library/StateCache/SceneView/970779-987145947dfdb3b49b.json b/Space Shooter/Library/StateCache/SceneView/970779-987145947dfdb3b49b.json new file mode 100644 index 0000000000000000000000000000000000000000..a093d7037a36620efb15c30c1f3e174fe589a9ee --- /dev/null +++ b/Space Shooter/Library/StateCache/SceneView/970779-987145947dfdb3b49b.json @@ -0,0 +1 @@ +{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":false,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":false,"pivot":{"x":0.0,"y":1.5199999809265137,"z":0.0},"rotation":{"x":0.385154664516449,"y":0.2022908478975296,"z":-0.0869370698928833,"w":0.8962010145187378},"size":2.3355517387390138,"orthographic":true} \ No newline at end of file diff --git a/Space Shooter/Library/StateCache/SceneView/970779-a93496017806b77409.json b/Space Shooter/Library/StateCache/SceneView/970779-a93496017806b77409.json new file mode 100644 index 0000000000000000000000000000000000000000..75989ef6c779668142960a7936cd46ae6e8f3ca1 --- /dev/null +++ b/Space Shooter/Library/StateCache/SceneView/970779-a93496017806b77409.json @@ -0,0 +1 @@ +{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":false,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":false,"pivot":{"x":0.0,"y":-11.53656005859375,"z":0.0},"rotation":{"x":0.011094000190496445,"y":0.8619444370269775,"z":-0.018877526745200158,"w":0.506529688835144},"size":176.52325439453126,"orthographic":true} \ No newline at end of file diff --git a/Space Shooter/Library/StateCache/SceneView/970779-fd3e523f0645a69448.json b/Space Shooter/Library/StateCache/SceneView/970779-fd3e523f0645a69448.json new file mode 100644 index 0000000000000000000000000000000000000000..86f11bcc18899602e6a0b552e8ea61dad48a3ec4 --- /dev/null +++ b/Space Shooter/Library/StateCache/SceneView/970779-fd3e523f0645a69448.json @@ -0,0 +1 @@ +{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":false,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":false,"pivot":{"x":-0.007745802402496338,"y":0.9275701642036438,"z":8.0},"rotation":{"x":0.4152791500091553,"y":0.02319311909377575,"z":-0.01059191208332777,"w":0.9093366861343384},"size":15.505143165588379,"orthographic":true} \ No newline at end of file diff --git a/Space Shooter/Library/StateCache/SceneView/970779-mainStage.json b/Space Shooter/Library/StateCache/SceneView/970779-mainStage.json index 6358bc41cc3cabf095a641d27494d8010dc3aec5..ccde21b5b3f6f4604c2ebb622942a3b19cd66de9 100644 --- a/Space Shooter/Library/StateCache/SceneView/970779-mainStage.json +++ b/Space Shooter/Library/StateCache/SceneView/970779-mainStage.json @@ -1 +1 @@ -{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":false,"pivot":{"x":0.0,"y":0.07843117415904999,"z":0.019070804119110109},"rotation":{"x":-0.7071067690849304,"y":0.0,"z":0.0,"w":-0.7071067690849304},"size":3.3931424617767336,"orthographic":true} \ No newline at end of file +{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":false,"pivot":{"x":0.0,"y":1.0199999809265137,"z":1.0},"rotation":{"x":0.7071068286895752,"y":0.0,"z":0.0,"w":0.7071068286895752},"size":10.21848201751709,"orthographic":true} \ No newline at end of file diff --git a/Space Shooter/Library/assetDatabase3 b/Space Shooter/Library/assetDatabase3 index 5b8908404bf1a54abeb342fbf2b71f3f4fdd0fca..d860e92adac79ec9d8b3d74d240de85796430165 100644 Binary files a/Space Shooter/Library/assetDatabase3 and b/Space Shooter/Library/assetDatabase3 differ diff --git a/Space Shooter/Library/expandedItems b/Space Shooter/Library/expandedItems index 36d25436b56fec63350dfb7bfa4ef5e42fe7d391..54e8ea86524a177f7a79d3cb1f4563065d7e7c9f 100644 Binary files a/Space Shooter/Library/expandedItems and b/Space Shooter/Library/expandedItems differ diff --git a/Space Shooter/Library/metadata/12/121ffdbd5d70f41439067250ebbccdb6 b/Space Shooter/Library/metadata/12/121ffdbd5d70f41439067250ebbccdb6 new file mode 100644 index 0000000000000000000000000000000000000000..35ef26c79f247e9e61ea2702d63859872d540cca Binary files /dev/null and b/Space Shooter/Library/metadata/12/121ffdbd5d70f41439067250ebbccdb6 differ diff --git a/Space Shooter/Library/metadata/12/121ffdbd5d70f41439067250ebbccdb6.info b/Space Shooter/Library/metadata/12/121ffdbd5d70f41439067250ebbccdb6.info new file mode 100644 index 0000000000000000000000000000000000000000..99aca4d0b0f111337faeaf13a8599a665e2449e1 Binary files /dev/null and b/Space Shooter/Library/metadata/12/121ffdbd5d70f41439067250ebbccdb6.info differ diff --git a/Space Shooter/Library/metadata/16/16b93e295c7037d4d87c0e3bb1f1bbad b/Space Shooter/Library/metadata/16/16b93e295c7037d4d87c0e3bb1f1bbad new file mode 100644 index 0000000000000000000000000000000000000000..eaca67747f8ae9b1f33d02474c1d8e5e4b63873c Binary files /dev/null and b/Space Shooter/Library/metadata/16/16b93e295c7037d4d87c0e3bb1f1bbad differ diff --git a/Space Shooter/Library/metadata/16/16b93e295c7037d4d87c0e3bb1f1bbad.info b/Space Shooter/Library/metadata/16/16b93e295c7037d4d87c0e3bb1f1bbad.info new file mode 100644 index 0000000000000000000000000000000000000000..a3da828b54691dadd4ecfa4dc593a5c6ee1f8a82 Binary files /dev/null and b/Space Shooter/Library/metadata/16/16b93e295c7037d4d87c0e3bb1f1bbad.info differ diff --git a/Space Shooter/Library/metadata/24/24c2d1809bfdd2c49a635740e054ad05 b/Space Shooter/Library/metadata/24/24c2d1809bfdd2c49a635740e054ad05 new file mode 100644 index 0000000000000000000000000000000000000000..d1414dd9dffd3bf719c7f6a4872cb41320a2c940 Binary files /dev/null and b/Space Shooter/Library/metadata/24/24c2d1809bfdd2c49a635740e054ad05 differ diff --git a/Space Shooter/Library/metadata/24/24c2d1809bfdd2c49a635740e054ad05.info b/Space Shooter/Library/metadata/24/24c2d1809bfdd2c49a635740e054ad05.info new file mode 100644 index 0000000000000000000000000000000000000000..d71567f1e024df6f754f44a815c286da8fedd2ab Binary files /dev/null and b/Space Shooter/Library/metadata/24/24c2d1809bfdd2c49a635740e054ad05.info differ diff --git a/Space Shooter/Library/metadata/28/2857e183f4cd3df4e9096e5b578bd32f b/Space Shooter/Library/metadata/28/2857e183f4cd3df4e9096e5b578bd32f index 8e2c7205a3cd79f6720d882c3c7a274ae39561d0..f37e88aa1f6a83acf1ed8bae8e08f6f8f6dba144 100644 Binary files a/Space Shooter/Library/metadata/28/2857e183f4cd3df4e9096e5b578bd32f and b/Space Shooter/Library/metadata/28/2857e183f4cd3df4e9096e5b578bd32f differ diff --git a/Space Shooter/Library/metadata/28/2857e183f4cd3df4e9096e5b578bd32f.info b/Space Shooter/Library/metadata/28/2857e183f4cd3df4e9096e5b578bd32f.info index 0b6695099b7bda4a26c208147f79faa5ed616528..1a008b6e16b80e54aab5db9b5b0e568fcbe1891b 100644 Binary files a/Space Shooter/Library/metadata/28/2857e183f4cd3df4e9096e5b578bd32f.info and b/Space Shooter/Library/metadata/28/2857e183f4cd3df4e9096e5b578bd32f.info differ diff --git a/Space Shooter/Library/metadata/38/384371afbb4354cc9a3fc68eab303756 b/Space Shooter/Library/metadata/38/384371afbb4354cc9a3fc68eab303756 index 65a8c0b9454bd324176779a8edb85b3c910cd09e..fd795201e8f08081d3c01ed182fa56f58c232009 100644 Binary files a/Space Shooter/Library/metadata/38/384371afbb4354cc9a3fc68eab303756 and b/Space Shooter/Library/metadata/38/384371afbb4354cc9a3fc68eab303756 differ diff --git a/Space Shooter/Library/metadata/38/384371afbb4354cc9a3fc68eab303756.info b/Space Shooter/Library/metadata/38/384371afbb4354cc9a3fc68eab303756.info index 9edc757761a96a342ee2de919a30906ddc94db18..fed7f830c5047e188b3ab7a091a56756d80cb8cd 100644 Binary files a/Space Shooter/Library/metadata/38/384371afbb4354cc9a3fc68eab303756.info and b/Space Shooter/Library/metadata/38/384371afbb4354cc9a3fc68eab303756.info differ diff --git a/Space Shooter/Library/metadata/45/45ddce31f99eef746a1e03ff08b5a20b b/Space Shooter/Library/metadata/45/45ddce31f99eef746a1e03ff08b5a20b new file mode 100644 index 0000000000000000000000000000000000000000..901734b9fddeea3370ac2871509d34dab941d8b6 Binary files /dev/null and b/Space Shooter/Library/metadata/45/45ddce31f99eef746a1e03ff08b5a20b differ diff --git a/Space Shooter/Library/metadata/45/45ddce31f99eef746a1e03ff08b5a20b.info b/Space Shooter/Library/metadata/45/45ddce31f99eef746a1e03ff08b5a20b.info new file mode 100644 index 0000000000000000000000000000000000000000..98cb13ab825ee570b148467e580e2b7810de6b87 Binary files /dev/null and b/Space Shooter/Library/metadata/45/45ddce31f99eef746a1e03ff08b5a20b.info differ diff --git a/Space Shooter/Library/metadata/48/483cea02cee706e4fa734f7bf86be089 b/Space Shooter/Library/metadata/48/483cea02cee706e4fa734f7bf86be089 new file mode 100644 index 0000000000000000000000000000000000000000..3282521bc9fe61ce3acf67942772c2804ef72c22 Binary files /dev/null and b/Space Shooter/Library/metadata/48/483cea02cee706e4fa734f7bf86be089 differ diff --git a/Space Shooter/Library/metadata/48/483cea02cee706e4fa734f7bf86be089.info b/Space Shooter/Library/metadata/48/483cea02cee706e4fa734f7bf86be089.info new file mode 100644 index 0000000000000000000000000000000000000000..7596460beb3c7b9e65c1ebe9b2fd0c9355b0e2b5 Binary files /dev/null and b/Space Shooter/Library/metadata/48/483cea02cee706e4fa734f7bf86be089.info differ diff --git a/Space Shooter/Library/metadata/4b/4b0829d686147234da9825bc66c786df b/Space Shooter/Library/metadata/4b/4b0829d686147234da9825bc66c786df new file mode 100644 index 0000000000000000000000000000000000000000..fc0789c6d83aa2a0a053189f90e82ae56044b742 Binary files /dev/null and b/Space Shooter/Library/metadata/4b/4b0829d686147234da9825bc66c786df differ diff --git a/Space Shooter/Library/metadata/4b/4b0829d686147234da9825bc66c786df.info b/Space Shooter/Library/metadata/4b/4b0829d686147234da9825bc66c786df.info new file mode 100644 index 0000000000000000000000000000000000000000..4a3fea6eff4ae19c115091ee7e0b3b1b8aaeb330 Binary files /dev/null and b/Space Shooter/Library/metadata/4b/4b0829d686147234da9825bc66c786df.info differ diff --git a/Space Shooter/Library/metadata/98/987145947dfdb3b49bc6c95735dd60ef b/Space Shooter/Library/metadata/98/987145947dfdb3b49bc6c95735dd60ef new file mode 100644 index 0000000000000000000000000000000000000000..a192e81d84987334b3c5b7613dde902ac8b45596 Binary files /dev/null and b/Space Shooter/Library/metadata/98/987145947dfdb3b49bc6c95735dd60ef differ diff --git a/Space Shooter/Library/metadata/98/987145947dfdb3b49bc6c95735dd60ef.info b/Space Shooter/Library/metadata/98/987145947dfdb3b49bc6c95735dd60ef.info new file mode 100644 index 0000000000000000000000000000000000000000..08553e9586ef72426994848d42c9e589c41c910d Binary files /dev/null and b/Space Shooter/Library/metadata/98/987145947dfdb3b49bc6c95735dd60ef.info differ diff --git a/Space Shooter/Library/metadata/a9/a93496017806b7740910df5fd946f306 b/Space Shooter/Library/metadata/a9/a93496017806b7740910df5fd946f306 index a5d8d732dabd4a96bbfc8a6e6199b23dfbc5fb50..0caa62d1ecbc0fc20256cab7c9ea62e8b2e376ba 100644 Binary files a/Space Shooter/Library/metadata/a9/a93496017806b7740910df5fd946f306 and b/Space Shooter/Library/metadata/a9/a93496017806b7740910df5fd946f306 differ diff --git a/Space Shooter/Library/metadata/a9/a93496017806b7740910df5fd946f306.info b/Space Shooter/Library/metadata/a9/a93496017806b7740910df5fd946f306.info index 66ca34bbb0a092c118d60070888d6b963e83a613..f2d098574f91be2244685c995fbdd544f55a3956 100644 Binary files a/Space Shooter/Library/metadata/a9/a93496017806b7740910df5fd946f306.info and b/Space Shooter/Library/metadata/a9/a93496017806b7740910df5fd946f306.info differ diff --git a/Space Shooter/Library/metadata/b5/b5f42f9d913ad3a4f82147deae198dca b/Space Shooter/Library/metadata/b5/b5f42f9d913ad3a4f82147deae198dca new file mode 100644 index 0000000000000000000000000000000000000000..b4f9a363a579d23932451cbd904a9a20cfd566db Binary files /dev/null and b/Space Shooter/Library/metadata/b5/b5f42f9d913ad3a4f82147deae198dca differ diff --git a/Space Shooter/Library/metadata/b5/b5f42f9d913ad3a4f82147deae198dca.info b/Space Shooter/Library/metadata/b5/b5f42f9d913ad3a4f82147deae198dca.info new file mode 100644 index 0000000000000000000000000000000000000000..fcc243a4dc8667373c4073a79397356673956ad1 Binary files /dev/null and b/Space Shooter/Library/metadata/b5/b5f42f9d913ad3a4f82147deae198dca.info differ diff --git a/Space Shooter/Library/metadata/c0/c0379475ebd26524ab261bbf9523ceaf b/Space Shooter/Library/metadata/c0/c0379475ebd26524ab261bbf9523ceaf new file mode 100644 index 0000000000000000000000000000000000000000..71eed8750c35f1941e6b95fbae3c6cefac44f313 Binary files /dev/null and b/Space Shooter/Library/metadata/c0/c0379475ebd26524ab261bbf9523ceaf differ diff --git a/Space Shooter/Library/metadata/c0/c0379475ebd26524ab261bbf9523ceaf.info b/Space Shooter/Library/metadata/c0/c0379475ebd26524ab261bbf9523ceaf.info new file mode 100644 index 0000000000000000000000000000000000000000..e7fa689e5c9a1322cee9af42cd57125883daca56 Binary files /dev/null and b/Space Shooter/Library/metadata/c0/c0379475ebd26524ab261bbf9523ceaf.info differ diff --git a/Space Shooter/Library/metadata/c9/c9d4a4216bc961d4ebc86efe9d182241 b/Space Shooter/Library/metadata/c9/c9d4a4216bc961d4ebc86efe9d182241 new file mode 100644 index 0000000000000000000000000000000000000000..f913559fd6f327eba60e2a887da1273a1db4dae8 Binary files /dev/null and b/Space Shooter/Library/metadata/c9/c9d4a4216bc961d4ebc86efe9d182241 differ diff --git a/Space Shooter/Library/metadata/c9/c9d4a4216bc961d4ebc86efe9d182241.info b/Space Shooter/Library/metadata/c9/c9d4a4216bc961d4ebc86efe9d182241.info new file mode 100644 index 0000000000000000000000000000000000000000..f776af00abe816aad7b2d7a6ff4518a22220cbd6 Binary files /dev/null and b/Space Shooter/Library/metadata/c9/c9d4a4216bc961d4ebc86efe9d182241.info differ diff --git a/Space Shooter/Library/metadata/e5/e5c2bdb70080ee540af0aa267c0be2e7 b/Space Shooter/Library/metadata/e5/e5c2bdb70080ee540af0aa267c0be2e7 new file mode 100644 index 0000000000000000000000000000000000000000..7e65ebf9c498882a2c13524388fedd9801129953 Binary files /dev/null and b/Space Shooter/Library/metadata/e5/e5c2bdb70080ee540af0aa267c0be2e7 differ diff --git a/Space Shooter/Library/metadata/e5/e5c2bdb70080ee540af0aa267c0be2e7.info b/Space Shooter/Library/metadata/e5/e5c2bdb70080ee540af0aa267c0be2e7.info new file mode 100644 index 0000000000000000000000000000000000000000..ebbe06d4fb45de67c231ddc0d7599603b96caae7 Binary files /dev/null and b/Space Shooter/Library/metadata/e5/e5c2bdb70080ee540af0aa267c0be2e7.info differ diff --git a/Space Shooter/Library/metadata/fd/fd3e523f0645a69448f1268fd3969008 b/Space Shooter/Library/metadata/fd/fd3e523f0645a69448f1268fd3969008 new file mode 100644 index 0000000000000000000000000000000000000000..a8f6c7facee7bb237a536f4d65a252cd4bf72f66 Binary files /dev/null and b/Space Shooter/Library/metadata/fd/fd3e523f0645a69448f1268fd3969008 differ diff --git a/Space Shooter/Library/metadata/fd/fd3e523f0645a69448f1268fd3969008.info b/Space Shooter/Library/metadata/fd/fd3e523f0645a69448f1268fd3969008.info new file mode 100644 index 0000000000000000000000000000000000000000..e9f7f51120ea78b99f392a06c1e1ea3e30651f72 Binary files /dev/null and b/Space Shooter/Library/metadata/fd/fd3e523f0645a69448f1268fd3969008.info differ diff --git a/Space Shooter/Library/metadata/ff/ff260a5ea2ab6b24dadfbe2df748326b b/Space Shooter/Library/metadata/ff/ff260a5ea2ab6b24dadfbe2df748326b new file mode 100644 index 0000000000000000000000000000000000000000..227319825be1e7f88c18f7f61131dfafe8085c4c Binary files /dev/null and b/Space Shooter/Library/metadata/ff/ff260a5ea2ab6b24dadfbe2df748326b differ diff --git a/Space Shooter/Library/metadata/ff/ff260a5ea2ab6b24dadfbe2df748326b.info b/Space Shooter/Library/metadata/ff/ff260a5ea2ab6b24dadfbe2df748326b.info new file mode 100644 index 0000000000000000000000000000000000000000..abc5456f0228422d42bc4308e4a0e63db311dc3f Binary files /dev/null and b/Space Shooter/Library/metadata/ff/ff260a5ea2ab6b24dadfbe2df748326b.info differ diff --git a/Space Shooter/Library/shadercompiler-UnityShaderCompiler.exe0.log b/Space Shooter/Library/shadercompiler-UnityShaderCompiler.exe0.log index f5320af72ca7fbd428751c8439796989cbae097b..e96eac41406059f98912798e4d5f7222d3ce2df3 100644 --- a/Space Shooter/Library/shadercompiler-UnityShaderCompiler.exe0.log +++ b/Space Shooter/Library/shadercompiler-UnityShaderCompiler.exe0.log @@ -1,68 +1,166 @@ Base path: C:/Program Files/Unity/Editor/Data Cmd: initializeCompiler Cmd: compileSnippet - api=4 type=0 insize=16605 outsize=5666 kw=_SUNDISK_SIMPLE pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=0 insize=2881 outsize=1186 kw=SOFTPARTICLES_ON pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=1 insize=16605 outsize=902 kw=_SUNDISK_SIMPLE pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=1 insize=2881 outsize=830 kw=SOFTPARTICLES_ON pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: compileSnippet + api=4 type=0 insize=1564 outsize=2254 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH _NORMALMAP pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: compileSnippet + api=4 type=1 insize=1564 outsize=7206 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH _NORMALMAP pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: compileSnippet + api=4 type=0 insize=4971 outsize=1138 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: compileSnippet + api=4 type=1 insize=4971 outsize=3494 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: compileSnippet + api=4 type=0 insize=1426 outsize=2298 kw=UNITY_PASS_FORWARDADD POINT _NORMALMAP pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: compileSnippet + api=4 type=1 insize=1426 outsize=4134 kw=UNITY_PASS_FORWARDADD POINT _NORMALMAP pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: compileSnippet + api=4 type=0 insize=1426 outsize=2178 kw=UNITY_PASS_FORWARDADD DIRECTIONAL SHADOWS_SCREEN _NORMALMAP pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: compileSnippet + api=4 type=1 insize=1426 outsize=4326 kw=UNITY_PASS_FORWARDADD DIRECTIONAL SHADOWS_SCREEN _NORMALMAP pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: compileSnippet + api=4 type=0 insize=1426 outsize=1798 kw=UNITY_PASS_FORWARDADD DIRECTIONAL SHADOWS_SCREEN pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: compileSnippet + api=4 type=1 insize=1426 outsize=3934 kw=UNITY_PASS_FORWARDADD DIRECTIONAL SHADOWS_SCREEN pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: compileSnippet + api=4 type=0 insize=1693 outsize=690 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: compileSnippet + api=4 type=1 insize=1693 outsize=346 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler Cmd: initializeCompiler Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: compileSnippet + api=4 type=0 insize=1564 outsize=2002 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL SHADOWS_SCREEN LIGHTPROBE_SH _EMISSION pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: compileSnippet + api=4 type=1 insize=1564 outsize=7294 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL SHADOWS_SCREEN LIGHTPROBE_SH _EMISSION pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: compileSnippet + api=4 type=0 insize=1564 outsize=1894 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH _EMISSION pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=0 insize=1341 outsize=790 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=1 insize=1564 outsize=6918 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH _EMISSION pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=1 insize=1341 outsize=402 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=0 insize=1054 outsize=1442 kw=UNITY_PASS_SHADOWCASTER SHADOWS_DEPTH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=0 insize=1582 outsize=690 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=1 insize=1054 outsize=182 kw=UNITY_PASS_SHADOWCASTER SHADOWS_DEPTH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=1 insize=1582 outsize=354 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=0 insize=20238071 outsize=2122 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL SHADOWS_SCREEN LIGHTPROBE_SH SOFTPARTICLES_ON pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=0 insize=1878 outsize=1082 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=1 insize=20238071 outsize=6946 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL SHADOWS_SCREEN LIGHTPROBE_SH SOFTPARTICLES_ON pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=1 insize=1878 outsize=778 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=0 insize=888 outsize=818 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=0 insize=1278 outsize=1414 kw=UNITY_PASS_SHADOWCASTER SHADOWS_DEPTH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=1 insize=888 outsize=282 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=1 insize=1278 outsize=218 kw=UNITY_PASS_SHADOWCASTER SHADOWS_DEPTH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=0 insize=20238071 outsize=1490 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=0 insize=11846 outsize=1258 kw=SHADOWS_SPLIT_SPHERES pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=1 insize=20238071 outsize=6418 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=1 insize=11846 outsize=5706 kw=SHADOWS_SPLIT_SPHERES pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=0 insize=888 outsize=818 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=0 insize=1564 outsize=2362 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL SHADOWS_SCREEN LIGHTPROBE_SH _NORMALMAP pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=1 insize=888 outsize=250 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=1 insize=1564 outsize=7582 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL SHADOWS_SCREEN LIGHTPROBE_SH _NORMALMAP pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=0 insize=1134 outsize=1442 kw=UNITY_PASS_SHADOWCASTER SHADOWS_DEPTH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=0 insize=1564 outsize=2002 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL SHADOWS_SCREEN LIGHTPROBE_SH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=1 insize=1134 outsize=182 kw=UNITY_PASS_SHADOWCASTER SHADOWS_DEPTH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=1 insize=1564 outsize=7190 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL SHADOWS_SCREEN LIGHTPROBE_SH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=0 insize=1366 outsize=822 kw=UNITY_PASS_FORWARDBASE pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=0 insize=11846 outsize=1258 kw=SHADOWS_SPLIT_SPHERES SHADOWS_SINGLE_CASCADE pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=1 insize=1366 outsize=442 kw=UNITY_PASS_FORWARDBASE pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=1 insize=11846 outsize=4538 kw=SHADOWS_SPLIT_SPHERES SHADOWS_SINGLE_CASCADE pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=0 insize=1366 outsize=1218 kw=UNITY_PASS_FORWARDBASE SOFTPARTICLES_ON pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=0 insize=1564 outsize=2254 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH _EMISSION _NORMALMAP pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=1 insize=1366 outsize=466 kw=UNITY_PASS_FORWARDBASE SOFTPARTICLES_ON pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=1 insize=1564 outsize=7310 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH _EMISSION _NORMALMAP pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=0 insize=924 outsize=818 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=0 insize=1426 outsize=2070 kw=UNITY_PASS_FORWARDADD DIRECTIONAL _NORMALMAP pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=1 insize=924 outsize=282 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=1 insize=1426 outsize=3770 kw=UNITY_PASS_FORWARDADD DIRECTIONAL _NORMALMAP pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=0 insize=20238071 outsize=2018 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH SOFTPARTICLES_ON pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=0 insize=1564 outsize=2362 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL SHADOWS_SCREEN LIGHTPROBE_SH _EMISSION _NORMALMAP pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=1 insize=20238071 outsize=6442 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH SOFTPARTICLES_ON pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=1 insize=1564 outsize=7686 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL SHADOWS_SCREEN LIGHTPROBE_SH _EMISSION _NORMALMAP pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=0 insize=20238071 outsize=1614 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL SHADOWS_SCREEN LIGHTPROBE_SH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=0 insize=1564 outsize=1894 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=1 insize=20238071 outsize=6922 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL SHADOWS_SCREEN LIGHTPROBE_SH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=1 insize=1564 outsize=6814 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=0 insize=1032 outsize=1414 kw=UNITY_PASS_SHADOWCASTER SHADOWS_DEPTH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=0 insize=1426 outsize=1690 kw=UNITY_PASS_FORWARDADD DIRECTIONAL pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=1 insize=1032 outsize=218 kw=UNITY_PASS_SHADOWCASTER SHADOWS_DEPTH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=1 insize=1426 outsize=3378 kw=UNITY_PASS_FORWARDADD DIRECTIONAL pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=0 insize=18355 outsize=2470 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=0 insize=1581 outsize=790 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=1 insize=18355 outsize=1770 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=1 insize=1581 outsize=374 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=0 insize=18355 outsize=2326 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL SHADOWS_SCREEN LIGHTPROBE_SH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: compileSnippet + api=4 type=1 insize=18355 outsize=3466 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL SHADOWS_SCREEN LIGHTPROBE_SH pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler Cmd: compileSnippet - api=4 type=0 insize=2881 outsize=790 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=0 insize=2285 outsize=858 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 Cmd: compileSnippet - api=4 type=1 insize=2881 outsize=490 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 + api=4 type=1 insize=2285 outsize=446 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING ok=1 +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler diff --git a/Space Shooter/ProjectSettings/TagManager.asset b/Space Shooter/ProjectSettings/TagManager.asset index f4b8e7bf537f854b2547e8e05bbde1326c7d3c3f..21ea5f50dfbf0fbe0fa77881941d2d0ecf16c192 100644 Binary files a/Space Shooter/ProjectSettings/TagManager.asset and b/Space Shooter/ProjectSettings/TagManager.asset differ