Showing
40 changed files
with
1902 additions
and
0 deletions
test/.gitignore
0 → 100644
| 1 | +# This .gitignore file should be placed at the root of your Unity project directory | ||
| 2 | +# | ||
| 3 | +# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore | ||
| 4 | +# | ||
| 5 | +/[Ll]ibrary/ | ||
| 6 | +/[Tt]emp/ | ||
| 7 | +/[Oo]bj/ | ||
| 8 | +/[Bb]uild/ | ||
| 9 | +/[Bb]uilds/ | ||
| 10 | +/[Ll]ogs/ | ||
| 11 | +/[Uu]ser[Ss]ettings/ | ||
| 12 | + | ||
| 13 | +# MemoryCaptures can get excessive in size. | ||
| 14 | +# They also could contain extremely sensitive data | ||
| 15 | +/[Mm]emoryCaptures/ | ||
| 16 | + | ||
| 17 | +# Asset meta data should only be ignored when the corresponding asset is also ignored | ||
| 18 | +!/[Aa]ssets/**/*.meta | ||
| 19 | + | ||
| 20 | +# Uncomment this line if you wish to ignore the asset store tools plugin | ||
| 21 | +# /[Aa]ssets/AssetStoreTools* | ||
| 22 | + | ||
| 23 | +# Autogenerated Jetbrains Rider plugin | ||
| 24 | +/[Aa]ssets/Plugins/Editor/JetBrains* | ||
| 25 | + | ||
| 26 | +# Visual Studio cache directory | ||
| 27 | +.vs/ | ||
| 28 | +.vscode/ | ||
| 29 | + | ||
| 30 | +# Gradle cache directory | ||
| 31 | +.gradle/ | ||
| 32 | + | ||
| 33 | +# Autogenerated VS/MD/Consulo solution and project files | ||
| 34 | +ExportedObj/ | ||
| 35 | +.consulo/ | ||
| 36 | +*.csproj | ||
| 37 | +*.unityproj | ||
| 38 | +*.sln | ||
| 39 | +*.suo | ||
| 40 | +*.tmp | ||
| 41 | +*.user | ||
| 42 | +*.userprefs | ||
| 43 | +*.pidb | ||
| 44 | +*.booproj | ||
| 45 | +*.svd | ||
| 46 | +*.pdb | ||
| 47 | +*.mdb | ||
| 48 | +*.opendb | ||
| 49 | +*.VC.db | ||
| 50 | + | ||
| 51 | +# Unity3D generated meta files | ||
| 52 | +*.pidb.meta | ||
| 53 | +*.pdb.meta | ||
| 54 | +*.mdb.meta | ||
| 55 | + | ||
| 56 | +# Unity3D generated file on crash reports | ||
| 57 | +sysinfo.txt | ||
| 58 | + | ||
| 59 | +# Builds | ||
| 60 | +*.apk | ||
| 61 | +*.aab | ||
| 62 | +*.unitypackage | ||
| 63 | + | ||
| 64 | +# Crashlytics generated file | ||
| 65 | +crashlytics-build.properties | ||
| 66 | + | ||
| 67 | +# Packed Addressables | ||
| 68 | +/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin* | ||
| 69 | + | ||
| 70 | +# Temporary auto-generated Android Assets | ||
| 71 | +/[Aa]ssets/[Ss]treamingAssets/aa.meta | ||
| 72 | +/[Aa]ssets/[Ss]treamingAssets/aa/* | ||
| 73 | + |
test/Assets/Assets.meta
0 → 100644
test/Assets/Assets/Materials.meta
0 → 100644
| 1 | +%YAML 1.1 | ||
| 2 | +%TAG !u! tag:unity3d.com,2011: | ||
| 3 | +--- !u!21 &2100000 | ||
| 4 | +Material: | ||
| 5 | + serializedVersion: 6 | ||
| 6 | + m_ObjectHideFlags: 0 | ||
| 7 | + m_CorrespondingSourceObject: {fileID: 0} | ||
| 8 | + m_PrefabInstance: {fileID: 0} | ||
| 9 | + m_PrefabAsset: {fileID: 0} | ||
| 10 | + m_Name: ColdMaterial | ||
| 11 | + m_Shader: {fileID: 10755, guid: 0000000000000000f000000000000000, type: 0} | ||
| 12 | + m_ShaderKeywords: | ||
| 13 | + m_LightmapFlags: 4 | ||
| 14 | + m_EnableInstancingVariants: 0 | ||
| 15 | + m_DoubleSidedGI: 0 | ||
| 16 | + m_CustomRenderQueue: -1 | ||
| 17 | + stringTagMap: {} | ||
| 18 | + disabledShaderPasses: [] | ||
| 19 | + m_SavedProperties: | ||
| 20 | + serializedVersion: 3 | ||
| 21 | + m_TexEnvs: | ||
| 22 | + - _BumpMap: | ||
| 23 | + m_Texture: {fileID: 0} | ||
| 24 | + m_Scale: {x: 1, y: 1} | ||
| 25 | + m_Offset: {x: 0, y: 0} | ||
| 26 | + - _DetailAlbedoMap: | ||
| 27 | + m_Texture: {fileID: 0} | ||
| 28 | + m_Scale: {x: 1, y: 1} | ||
| 29 | + m_Offset: {x: 0, y: 0} | ||
| 30 | + - _DetailMask: | ||
| 31 | + m_Texture: {fileID: 0} | ||
| 32 | + m_Scale: {x: 1, y: 1} | ||
| 33 | + m_Offset: {x: 0, y: 0} | ||
| 34 | + - _DetailNormalMap: | ||
| 35 | + m_Texture: {fileID: 0} | ||
| 36 | + m_Scale: {x: 1, y: 1} | ||
| 37 | + m_Offset: {x: 0, y: 0} | ||
| 38 | + - _EmissionMap: | ||
| 39 | + m_Texture: {fileID: 0} | ||
| 40 | + m_Scale: {x: 1, y: 1} | ||
| 41 | + m_Offset: {x: 0, y: 0} | ||
| 42 | + - _MainTex: | ||
| 43 | + m_Texture: {fileID: 0} | ||
| 44 | + m_Scale: {x: 1, y: 1} | ||
| 45 | + m_Offset: {x: 0, y: 0} | ||
| 46 | + - _MetallicGlossMap: | ||
| 47 | + m_Texture: {fileID: 0} | ||
| 48 | + m_Scale: {x: 1, y: 1} | ||
| 49 | + m_Offset: {x: 0, y: 0} | ||
| 50 | + - _OcclusionMap: | ||
| 51 | + m_Texture: {fileID: 0} | ||
| 52 | + m_Scale: {x: 1, y: 1} | ||
| 53 | + m_Offset: {x: 0, y: 0} | ||
| 54 | + - _ParallaxMap: | ||
| 55 | + m_Texture: {fileID: 0} | ||
| 56 | + m_Scale: {x: 1, y: 1} | ||
| 57 | + m_Offset: {x: 0, y: 0} | ||
| 58 | + m_Floats: | ||
| 59 | + - _BumpScale: 1 | ||
| 60 | + - _Cutoff: 0.5 | ||
| 61 | + - _DetailNormalMapScale: 1 | ||
| 62 | + - _DstBlend: 0 | ||
| 63 | + - _GlossMapScale: 1 | ||
| 64 | + - _Glossiness: 0.5 | ||
| 65 | + - _GlossyReflections: 1 | ||
| 66 | + - _Metallic: 0 | ||
| 67 | + - _Mode: 0 | ||
| 68 | + - _OcclusionStrength: 1 | ||
| 69 | + - _Parallax: 0.02 | ||
| 70 | + - _SmoothnessTextureChannel: 0 | ||
| 71 | + - _SpecularHighlights: 1 | ||
| 72 | + - _SrcBlend: 1 | ||
| 73 | + - _UVSec: 0 | ||
| 74 | + - _ZWrite: 1 | ||
| 75 | + m_Colors: | ||
| 76 | + - _Color: {r: 0.3066038, g: 1, b: 1, a: 1} | ||
| 77 | + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} |
test/Assets/Assets/Materials/HotMaterial.mat
0 → 100644
| 1 | +%YAML 1.1 | ||
| 2 | +%TAG !u! tag:unity3d.com,2011: | ||
| 3 | +--- !u!21 &2100000 | ||
| 4 | +Material: | ||
| 5 | + serializedVersion: 6 | ||
| 6 | + m_ObjectHideFlags: 0 | ||
| 7 | + m_CorrespondingSourceObject: {fileID: 0} | ||
| 8 | + m_PrefabInstance: {fileID: 0} | ||
| 9 | + m_PrefabAsset: {fileID: 0} | ||
| 10 | + m_Name: HotMaterial | ||
| 11 | + m_Shader: {fileID: 10755, guid: 0000000000000000f000000000000000, type: 0} | ||
| 12 | + m_ShaderKeywords: | ||
| 13 | + m_LightmapFlags: 4 | ||
| 14 | + m_EnableInstancingVariants: 0 | ||
| 15 | + m_DoubleSidedGI: 0 | ||
| 16 | + m_CustomRenderQueue: -1 | ||
| 17 | + stringTagMap: {} | ||
| 18 | + disabledShaderPasses: [] | ||
| 19 | + m_SavedProperties: | ||
| 20 | + serializedVersion: 3 | ||
| 21 | + m_TexEnvs: | ||
| 22 | + - _BumpMap: | ||
| 23 | + m_Texture: {fileID: 0} | ||
| 24 | + m_Scale: {x: 1, y: 1} | ||
| 25 | + m_Offset: {x: 0, y: 0} | ||
| 26 | + - _DetailAlbedoMap: | ||
| 27 | + m_Texture: {fileID: 0} | ||
| 28 | + m_Scale: {x: 1, y: 1} | ||
| 29 | + m_Offset: {x: 0, y: 0} | ||
| 30 | + - _DetailMask: | ||
| 31 | + m_Texture: {fileID: 0} | ||
| 32 | + m_Scale: {x: 1, y: 1} | ||
| 33 | + m_Offset: {x: 0, y: 0} | ||
| 34 | + - _DetailNormalMap: | ||
| 35 | + m_Texture: {fileID: 0} | ||
| 36 | + m_Scale: {x: 1, y: 1} | ||
| 37 | + m_Offset: {x: 0, y: 0} | ||
| 38 | + - _EmissionMap: | ||
| 39 | + m_Texture: {fileID: 0} | ||
| 40 | + m_Scale: {x: 1, y: 1} | ||
| 41 | + m_Offset: {x: 0, y: 0} | ||
| 42 | + - _MainTex: | ||
| 43 | + m_Texture: {fileID: 0} | ||
| 44 | + m_Scale: {x: 1, y: 1} | ||
| 45 | + m_Offset: {x: 0, y: 0} | ||
| 46 | + - _MetallicGlossMap: | ||
| 47 | + m_Texture: {fileID: 0} | ||
| 48 | + m_Scale: {x: 1, y: 1} | ||
| 49 | + m_Offset: {x: 0, y: 0} | ||
| 50 | + - _OcclusionMap: | ||
| 51 | + m_Texture: {fileID: 0} | ||
| 52 | + m_Scale: {x: 1, y: 1} | ||
| 53 | + m_Offset: {x: 0, y: 0} | ||
| 54 | + - _ParallaxMap: | ||
| 55 | + m_Texture: {fileID: 0} | ||
| 56 | + m_Scale: {x: 1, y: 1} | ||
| 57 | + m_Offset: {x: 0, y: 0} | ||
| 58 | + m_Floats: | ||
| 59 | + - _BumpScale: 1 | ||
| 60 | + - _Cutoff: 0.5 | ||
| 61 | + - _DetailNormalMapScale: 1 | ||
| 62 | + - _DstBlend: 0 | ||
| 63 | + - _GlossMapScale: 1 | ||
| 64 | + - _Glossiness: 0.5 | ||
| 65 | + - _GlossyReflections: 1 | ||
| 66 | + - _Metallic: 0 | ||
| 67 | + - _Mode: 0 | ||
| 68 | + - _OcclusionStrength: 1 | ||
| 69 | + - _Parallax: 0.02 | ||
| 70 | + - _SmoothnessTextureChannel: 0 | ||
| 71 | + - _SpecularHighlights: 1 | ||
| 72 | + - _SrcBlend: 1 | ||
| 73 | + - _UVSec: 0 | ||
| 74 | + - _ZWrite: 1 | ||
| 75 | + m_Colors: | ||
| 76 | + - _Color: {r: 1, g: 0.30588233, b: 0.34928456, a: 1} | ||
| 77 | + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} |
| 1 | +%YAML 1.1 | ||
| 2 | +%TAG !u! tag:unity3d.com,2011: | ||
| 3 | +--- !u!21 &2100000 | ||
| 4 | +Material: | ||
| 5 | + serializedVersion: 6 | ||
| 6 | + m_ObjectHideFlags: 0 | ||
| 7 | + m_CorrespondingSourceObject: {fileID: 0} | ||
| 8 | + m_PrefabInstance: {fileID: 0} | ||
| 9 | + m_PrefabAsset: {fileID: 0} | ||
| 10 | + m_Name: PlayerMaterial | ||
| 11 | + m_Shader: {fileID: 10755, guid: 0000000000000000f000000000000000, type: 0} | ||
| 12 | + m_ShaderKeywords: | ||
| 13 | + m_LightmapFlags: 4 | ||
| 14 | + m_EnableInstancingVariants: 0 | ||
| 15 | + m_DoubleSidedGI: 0 | ||
| 16 | + m_CustomRenderQueue: -1 | ||
| 17 | + stringTagMap: {} | ||
| 18 | + disabledShaderPasses: [] | ||
| 19 | + m_SavedProperties: | ||
| 20 | + serializedVersion: 3 | ||
| 21 | + m_TexEnvs: | ||
| 22 | + - _BumpMap: | ||
| 23 | + m_Texture: {fileID: 0} | ||
| 24 | + m_Scale: {x: 1, y: 1} | ||
| 25 | + m_Offset: {x: 0, y: 0} | ||
| 26 | + - _DetailAlbedoMap: | ||
| 27 | + m_Texture: {fileID: 0} | ||
| 28 | + m_Scale: {x: 1, y: 1} | ||
| 29 | + m_Offset: {x: 0, y: 0} | ||
| 30 | + - _DetailMask: | ||
| 31 | + m_Texture: {fileID: 0} | ||
| 32 | + m_Scale: {x: 1, y: 1} | ||
| 33 | + m_Offset: {x: 0, y: 0} | ||
| 34 | + - _DetailNormalMap: | ||
| 35 | + m_Texture: {fileID: 0} | ||
| 36 | + m_Scale: {x: 1, y: 1} | ||
| 37 | + m_Offset: {x: 0, y: 0} | ||
| 38 | + - _EmissionMap: | ||
| 39 | + m_Texture: {fileID: 0} | ||
| 40 | + m_Scale: {x: 1, y: 1} | ||
| 41 | + m_Offset: {x: 0, y: 0} | ||
| 42 | + - _MainTex: | ||
| 43 | + m_Texture: {fileID: 0} | ||
| 44 | + m_Scale: {x: 1, y: 1} | ||
| 45 | + m_Offset: {x: 0, y: 0} | ||
| 46 | + - _MetallicGlossMap: | ||
| 47 | + m_Texture: {fileID: 0} | ||
| 48 | + m_Scale: {x: 1, y: 1} | ||
| 49 | + m_Offset: {x: 0, y: 0} | ||
| 50 | + - _OcclusionMap: | ||
| 51 | + m_Texture: {fileID: 0} | ||
| 52 | + m_Scale: {x: 1, y: 1} | ||
| 53 | + m_Offset: {x: 0, y: 0} | ||
| 54 | + - _ParallaxMap: | ||
| 55 | + m_Texture: {fileID: 0} | ||
| 56 | + m_Scale: {x: 1, y: 1} | ||
| 57 | + m_Offset: {x: 0, y: 0} | ||
| 58 | + m_Floats: | ||
| 59 | + - _BumpScale: 1 | ||
| 60 | + - _Cutoff: 0.5 | ||
| 61 | + - _DetailNormalMapScale: 1 | ||
| 62 | + - _DstBlend: 0 | ||
| 63 | + - _GlossMapScale: 1 | ||
| 64 | + - _Glossiness: 0.5 | ||
| 65 | + - _GlossyReflections: 1 | ||
| 66 | + - _Metallic: 0 | ||
| 67 | + - _Mode: 0 | ||
| 68 | + - _OcclusionStrength: 1 | ||
| 69 | + - _Parallax: 0.02 | ||
| 70 | + - _SmoothnessTextureChannel: 0 | ||
| 71 | + - _SpecularHighlights: 1 | ||
| 72 | + - _SrcBlend: 1 | ||
| 73 | + - _UVSec: 0 | ||
| 74 | + - _ZWrite: 1 | ||
| 75 | + m_Colors: | ||
| 76 | + - _Color: {r: 0, g: 0, b: 0, a: 1} | ||
| 77 | + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} |
test/Assets/Scenes.meta
0 → 100644
test/Assets/Scenes/SampleScene.unity
0 → 100644
This diff is collapsed. Click to expand it.
test/Assets/Scenes/SampleScene.unity.meta
0 → 100644
test/Assets/Scripts.meta
0 → 100644
test/Assets/Scripts/ArduinoHandler.cs
0 → 100644
| 1 | +using System.Collections; | ||
| 2 | +using System.Collections.Generic; | ||
| 3 | +using UnityEngine; | ||
| 4 | + | ||
| 5 | +public class ArduinoHandler : MonoBehaviour | ||
| 6 | +{ | ||
| 7 | + public SerialHandler serialHandler; | ||
| 8 | + | ||
| 9 | + void Start() | ||
| 10 | + { | ||
| 11 | + serialHandler.OnDataReceived += OnDataReceived; | ||
| 12 | + } | ||
| 13 | + | ||
| 14 | + void Update() | ||
| 15 | + { | ||
| 16 | + //Write Something | ||
| 17 | + serialHandler.Write(""); | ||
| 18 | + } | ||
| 19 | + | ||
| 20 | + void OnDataReceived(string message) | ||
| 21 | + { | ||
| 22 | + var data = message.Split( | ||
| 23 | + new string[]{"\t"}, System.StringSplitOptions.None); | ||
| 24 | + if (data.Length < 2) return; | ||
| 25 | + | ||
| 26 | + try { | ||
| 27 | + // Do Something | ||
| 28 | + } catch (System.Exception e) { | ||
| 29 | + Debug.LogWarning(e.Message); | ||
| 30 | + } | ||
| 31 | + } | ||
| 32 | +} |
test/Assets/Scripts/ArduinoHandler.cs.meta
0 → 100644
test/Assets/Scripts/Player.cs
0 → 100644
| 1 | +using System.Collections; | ||
| 2 | +using System.Collections.Generic; | ||
| 3 | +using UnityEngine; | ||
| 4 | + | ||
| 5 | +public class Player : MonoBehaviour | ||
| 6 | +{ | ||
| 7 | + public float speed = 5.0f; | ||
| 8 | + public SerialHandler serialHandler; | ||
| 9 | + | ||
| 10 | + void Update () { | ||
| 11 | + | ||
| 12 | + if (Input.GetKey(KeyCode.RightArrow)){ | ||
| 13 | + transform.position += Vector3.right * speed * Time.deltaTime; | ||
| 14 | + } | ||
| 15 | + if (Input.GetKey(KeyCode.LeftArrow)){ | ||
| 16 | + transform.position += Vector3.left* speed * Time.deltaTime; | ||
| 17 | + } | ||
| 18 | + if (Input.GetKey(KeyCode.UpArrow)){ | ||
| 19 | + transform.position += Vector3.forward * speed * Time.deltaTime; | ||
| 20 | + } | ||
| 21 | + if (Input.GetKey(KeyCode.DownArrow)){ | ||
| 22 | + transform.position += Vector3.back* speed * Time.deltaTime; | ||
| 23 | + } | ||
| 24 | + } | ||
| 25 | + | ||
| 26 | + private void OnTriggerEnter(Collider other) { | ||
| 27 | + if (other.name == "ColdSphere") serialHandler.Write("s"); | ||
| 28 | + else if (other.name == "HotSphere") serialHandler.Write("f"); | ||
| 29 | + } | ||
| 30 | + | ||
| 31 | + private void OnTriggerExit(Collider other) { | ||
| 32 | + if (other.name == "ColdSphere") serialHandler.Write("a"); | ||
| 33 | + else if (other.name == "HotSphere") serialHandler.Write("d"); | ||
| 34 | + } | ||
| 35 | +} |
test/Assets/Scripts/Player.cs.meta
0 → 100644
test/Assets/Scripts/SerialHandler.cs
0 → 100644
| 1 | +using UnityEngine; | ||
| 2 | +using System.Collections; | ||
| 3 | +using System.IO.Ports; | ||
| 4 | +using System.Threading; | ||
| 5 | + | ||
| 6 | +// code: https://qiita.com/yjiro0403/items/54e9518b5624c0030531 | ||
| 7 | + | ||
| 8 | +public class SerialHandler : MonoBehaviour | ||
| 9 | +{ | ||
| 10 | + public delegate void SerialDataReceivedEventHandler(string message); | ||
| 11 | + public event SerialDataReceivedEventHandler OnDataReceived; | ||
| 12 | + | ||
| 13 | + public string portName = "COM1"; | ||
| 14 | + public int baudRate = 9600; | ||
| 15 | + | ||
| 16 | + private SerialPort serialPort_; | ||
| 17 | + private Thread thread_; | ||
| 18 | + private bool isRunning_ = false; | ||
| 19 | + | ||
| 20 | + private string message_; | ||
| 21 | + private bool isNewMessageReceived_ = false; | ||
| 22 | + | ||
| 23 | + void Awake() | ||
| 24 | + { | ||
| 25 | + Open(); | ||
| 26 | + } | ||
| 27 | + | ||
| 28 | + void Update() | ||
| 29 | + { | ||
| 30 | + if (isNewMessageReceived_) { | ||
| 31 | + OnDataReceived(message_); | ||
| 32 | + } | ||
| 33 | + isNewMessageReceived_ = false; | ||
| 34 | + } | ||
| 35 | + | ||
| 36 | + void OnDestroy() | ||
| 37 | + { | ||
| 38 | + Close(); | ||
| 39 | + } | ||
| 40 | + | ||
| 41 | + private void Open() | ||
| 42 | + { | ||
| 43 | + serialPort_ = new SerialPort(portName, baudRate, Parity.None, 8, StopBits.One); | ||
| 44 | + serialPort_.Open(); | ||
| 45 | + | ||
| 46 | + isRunning_ = true; | ||
| 47 | + | ||
| 48 | + thread_ = new Thread(Read); | ||
| 49 | + thread_.Start(); | ||
| 50 | + } | ||
| 51 | + | ||
| 52 | + private void Close() | ||
| 53 | + { | ||
| 54 | + isNewMessageReceived_ = false; | ||
| 55 | + isRunning_ = false; | ||
| 56 | + | ||
| 57 | + if (thread_ != null && thread_.IsAlive) { | ||
| 58 | + thread_.Join(); | ||
| 59 | + } | ||
| 60 | + | ||
| 61 | + if (serialPort_ != null && serialPort_.IsOpen) { | ||
| 62 | + serialPort_.Close(); | ||
| 63 | + serialPort_.Dispose(); | ||
| 64 | + } | ||
| 65 | + } | ||
| 66 | + | ||
| 67 | + private void Read() | ||
| 68 | + { | ||
| 69 | + while (isRunning_ && serialPort_ != null && serialPort_.IsOpen) { | ||
| 70 | + try { | ||
| 71 | + message_ = serialPort_.ReadLine(); | ||
| 72 | + isNewMessageReceived_ = true; | ||
| 73 | + } catch (System.Exception e) { | ||
| 74 | + Debug.LogWarning(e.Message); | ||
| 75 | + } | ||
| 76 | + } | ||
| 77 | + } | ||
| 78 | + | ||
| 79 | + public void Write(string message) | ||
| 80 | + { | ||
| 81 | + try { | ||
| 82 | + serialPort_.Write(message); | ||
| 83 | + } catch (System.Exception e) { | ||
| 84 | + Debug.LogWarning(e.Message); | ||
| 85 | + } | ||
| 86 | + } | ||
| 87 | +} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
test/Assets/Scripts/SerialHandler.cs.meta
0 → 100644
test/Packages/manifest.json
0 → 100644
| 1 | +{ | ||
| 2 | + "dependencies": { | ||
| 3 | + "com.unity.collab-proxy": "1.2.16", | ||
| 4 | + "com.unity.ide.rider": "1.1.4", | ||
| 5 | + "com.unity.ide.vscode": "1.2.3", | ||
| 6 | + "com.unity.test-framework": "1.1.20", | ||
| 7 | + "com.unity.textmeshpro": "2.1.1", | ||
| 8 | + "com.unity.timeline": "1.2.17", | ||
| 9 | + "com.unity.ugui": "1.0.0", | ||
| 10 | + "com.unity.modules.ai": "1.0.0", | ||
| 11 | + "com.unity.modules.androidjni": "1.0.0", | ||
| 12 | + "com.unity.modules.animation": "1.0.0", | ||
| 13 | + "com.unity.modules.assetbundle": "1.0.0", | ||
| 14 | + "com.unity.modules.audio": "1.0.0", | ||
| 15 | + "com.unity.modules.cloth": "1.0.0", | ||
| 16 | + "com.unity.modules.director": "1.0.0", | ||
| 17 | + "com.unity.modules.imageconversion": "1.0.0", | ||
| 18 | + "com.unity.modules.imgui": "1.0.0", | ||
| 19 | + "com.unity.modules.jsonserialize": "1.0.0", | ||
| 20 | + "com.unity.modules.particlesystem": "1.0.0", | ||
| 21 | + "com.unity.modules.physics": "1.0.0", | ||
| 22 | + "com.unity.modules.physics2d": "1.0.0", | ||
| 23 | + "com.unity.modules.screencapture": "1.0.0", | ||
| 24 | + "com.unity.modules.terrain": "1.0.0", | ||
| 25 | + "com.unity.modules.terrainphysics": "1.0.0", | ||
| 26 | + "com.unity.modules.tilemap": "1.0.0", | ||
| 27 | + "com.unity.modules.ui": "1.0.0", | ||
| 28 | + "com.unity.modules.uielements": "1.0.0", | ||
| 29 | + "com.unity.modules.umbra": "1.0.0", | ||
| 30 | + "com.unity.modules.unityanalytics": "1.0.0", | ||
| 31 | + "com.unity.modules.unitywebrequest": "1.0.0", | ||
| 32 | + "com.unity.modules.unitywebrequestassetbundle": "1.0.0", | ||
| 33 | + "com.unity.modules.unitywebrequestaudio": "1.0.0", | ||
| 34 | + "com.unity.modules.unitywebrequesttexture": "1.0.0", | ||
| 35 | + "com.unity.modules.unitywebrequestwww": "1.0.0", | ||
| 36 | + "com.unity.modules.vehicles": "1.0.0", | ||
| 37 | + "com.unity.modules.video": "1.0.0", | ||
| 38 | + "com.unity.modules.vr": "1.0.0", | ||
| 39 | + "com.unity.modules.wind": "1.0.0", | ||
| 40 | + "com.unity.modules.xr": "1.0.0" | ||
| 41 | + } | ||
| 42 | +} |
test/Packages/packages-lock.json
0 → 100644
| 1 | +{ | ||
| 2 | + "dependencies": { | ||
| 3 | + "com.unity.collab-proxy": { | ||
| 4 | + "version": "1.2.16", | ||
| 5 | + "depth": 0, | ||
| 6 | + "source": "registry", | ||
| 7 | + "dependencies": {}, | ||
| 8 | + "url": "https://packages.unity.com" | ||
| 9 | + }, | ||
| 10 | + "com.unity.ext.nunit": { | ||
| 11 | + "version": "1.0.6", | ||
| 12 | + "depth": 1, | ||
| 13 | + "source": "registry", | ||
| 14 | + "dependencies": {}, | ||
| 15 | + "url": "https://packages.unity.com" | ||
| 16 | + }, | ||
| 17 | + "com.unity.ide.rider": { | ||
| 18 | + "version": "1.1.4", | ||
| 19 | + "depth": 0, | ||
| 20 | + "source": "registry", | ||
| 21 | + "dependencies": { | ||
| 22 | + "com.unity.test-framework": "1.1.1" | ||
| 23 | + }, | ||
| 24 | + "url": "https://packages.unity.com" | ||
| 25 | + }, | ||
| 26 | + "com.unity.ide.vscode": { | ||
| 27 | + "version": "1.2.3", | ||
| 28 | + "depth": 0, | ||
| 29 | + "source": "registry", | ||
| 30 | + "dependencies": {}, | ||
| 31 | + "url": "https://packages.unity.com" | ||
| 32 | + }, | ||
| 33 | + "com.unity.test-framework": { | ||
| 34 | + "version": "1.1.20", | ||
| 35 | + "depth": 0, | ||
| 36 | + "source": "registry", | ||
| 37 | + "dependencies": { | ||
| 38 | + "com.unity.ext.nunit": "1.0.6", | ||
| 39 | + "com.unity.modules.imgui": "1.0.0", | ||
| 40 | + "com.unity.modules.jsonserialize": "1.0.0" | ||
| 41 | + }, | ||
| 42 | + "url": "https://packages.unity.com" | ||
| 43 | + }, | ||
| 44 | + "com.unity.textmeshpro": { | ||
| 45 | + "version": "2.1.1", | ||
| 46 | + "depth": 0, | ||
| 47 | + "source": "registry", | ||
| 48 | + "dependencies": { | ||
| 49 | + "com.unity.ugui": "1.0.0" | ||
| 50 | + }, | ||
| 51 | + "url": "https://packages.unity.com" | ||
| 52 | + }, | ||
| 53 | + "com.unity.timeline": { | ||
| 54 | + "version": "1.2.17", | ||
| 55 | + "depth": 0, | ||
| 56 | + "source": "registry", | ||
| 57 | + "dependencies": {}, | ||
| 58 | + "url": "https://packages.unity.com" | ||
| 59 | + }, | ||
| 60 | + "com.unity.ugui": { | ||
| 61 | + "version": "1.0.0", | ||
| 62 | + "depth": 0, | ||
| 63 | + "source": "builtin", | ||
| 64 | + "dependencies": { | ||
| 65 | + "com.unity.modules.ui": "1.0.0", | ||
| 66 | + "com.unity.modules.imgui": "1.0.0" | ||
| 67 | + } | ||
| 68 | + }, | ||
| 69 | + "com.unity.modules.ai": { | ||
| 70 | + "version": "1.0.0", | ||
| 71 | + "depth": 0, | ||
| 72 | + "source": "builtin", | ||
| 73 | + "dependencies": {} | ||
| 74 | + }, | ||
| 75 | + "com.unity.modules.androidjni": { | ||
| 76 | + "version": "1.0.0", | ||
| 77 | + "depth": 0, | ||
| 78 | + "source": "builtin", | ||
| 79 | + "dependencies": {} | ||
| 80 | + }, | ||
| 81 | + "com.unity.modules.animation": { | ||
| 82 | + "version": "1.0.0", | ||
| 83 | + "depth": 0, | ||
| 84 | + "source": "builtin", | ||
| 85 | + "dependencies": {} | ||
| 86 | + }, | ||
| 87 | + "com.unity.modules.assetbundle": { | ||
| 88 | + "version": "1.0.0", | ||
| 89 | + "depth": 0, | ||
| 90 | + "source": "builtin", | ||
| 91 | + "dependencies": {} | ||
| 92 | + }, | ||
| 93 | + "com.unity.modules.audio": { | ||
| 94 | + "version": "1.0.0", | ||
| 95 | + "depth": 0, | ||
| 96 | + "source": "builtin", | ||
| 97 | + "dependencies": {} | ||
| 98 | + }, | ||
| 99 | + "com.unity.modules.cloth": { | ||
| 100 | + "version": "1.0.0", | ||
| 101 | + "depth": 0, | ||
| 102 | + "source": "builtin", | ||
| 103 | + "dependencies": { | ||
| 104 | + "com.unity.modules.physics": "1.0.0" | ||
| 105 | + } | ||
| 106 | + }, | ||
| 107 | + "com.unity.modules.director": { | ||
| 108 | + "version": "1.0.0", | ||
| 109 | + "depth": 0, | ||
| 110 | + "source": "builtin", | ||
| 111 | + "dependencies": { | ||
| 112 | + "com.unity.modules.audio": "1.0.0", | ||
| 113 | + "com.unity.modules.animation": "1.0.0" | ||
| 114 | + } | ||
| 115 | + }, | ||
| 116 | + "com.unity.modules.imageconversion": { | ||
| 117 | + "version": "1.0.0", | ||
| 118 | + "depth": 0, | ||
| 119 | + "source": "builtin", | ||
| 120 | + "dependencies": {} | ||
| 121 | + }, | ||
| 122 | + "com.unity.modules.imgui": { | ||
| 123 | + "version": "1.0.0", | ||
| 124 | + "depth": 0, | ||
| 125 | + "source": "builtin", | ||
| 126 | + "dependencies": {} | ||
| 127 | + }, | ||
| 128 | + "com.unity.modules.jsonserialize": { | ||
| 129 | + "version": "1.0.0", | ||
| 130 | + "depth": 0, | ||
| 131 | + "source": "builtin", | ||
| 132 | + "dependencies": {} | ||
| 133 | + }, | ||
| 134 | + "com.unity.modules.particlesystem": { | ||
| 135 | + "version": "1.0.0", | ||
| 136 | + "depth": 0, | ||
| 137 | + "source": "builtin", | ||
| 138 | + "dependencies": {} | ||
| 139 | + }, | ||
| 140 | + "com.unity.modules.physics": { | ||
| 141 | + "version": "1.0.0", | ||
| 142 | + "depth": 0, | ||
| 143 | + "source": "builtin", | ||
| 144 | + "dependencies": {} | ||
| 145 | + }, | ||
| 146 | + "com.unity.modules.physics2d": { | ||
| 147 | + "version": "1.0.0", | ||
| 148 | + "depth": 0, | ||
| 149 | + "source": "builtin", | ||
| 150 | + "dependencies": {} | ||
| 151 | + }, | ||
| 152 | + "com.unity.modules.screencapture": { | ||
| 153 | + "version": "1.0.0", | ||
| 154 | + "depth": 0, | ||
| 155 | + "source": "builtin", | ||
| 156 | + "dependencies": { | ||
| 157 | + "com.unity.modules.imageconversion": "1.0.0" | ||
| 158 | + } | ||
| 159 | + }, | ||
| 160 | + "com.unity.modules.subsystems": { | ||
| 161 | + "version": "1.0.0", | ||
| 162 | + "depth": 1, | ||
| 163 | + "source": "builtin", | ||
| 164 | + "dependencies": { | ||
| 165 | + "com.unity.modules.jsonserialize": "1.0.0" | ||
| 166 | + } | ||
| 167 | + }, | ||
| 168 | + "com.unity.modules.terrain": { | ||
| 169 | + "version": "1.0.0", | ||
| 170 | + "depth": 0, | ||
| 171 | + "source": "builtin", | ||
| 172 | + "dependencies": {} | ||
| 173 | + }, | ||
| 174 | + "com.unity.modules.terrainphysics": { | ||
| 175 | + "version": "1.0.0", | ||
| 176 | + "depth": 0, | ||
| 177 | + "source": "builtin", | ||
| 178 | + "dependencies": { | ||
| 179 | + "com.unity.modules.physics": "1.0.0", | ||
| 180 | + "com.unity.modules.terrain": "1.0.0" | ||
| 181 | + } | ||
| 182 | + }, | ||
| 183 | + "com.unity.modules.tilemap": { | ||
| 184 | + "version": "1.0.0", | ||
| 185 | + "depth": 0, | ||
| 186 | + "source": "builtin", | ||
| 187 | + "dependencies": { | ||
| 188 | + "com.unity.modules.physics2d": "1.0.0" | ||
| 189 | + } | ||
| 190 | + }, | ||
| 191 | + "com.unity.modules.ui": { | ||
| 192 | + "version": "1.0.0", | ||
| 193 | + "depth": 0, | ||
| 194 | + "source": "builtin", | ||
| 195 | + "dependencies": {} | ||
| 196 | + }, | ||
| 197 | + "com.unity.modules.uielements": { | ||
| 198 | + "version": "1.0.0", | ||
| 199 | + "depth": 0, | ||
| 200 | + "source": "builtin", | ||
| 201 | + "dependencies": { | ||
| 202 | + "com.unity.modules.imgui": "1.0.0", | ||
| 203 | + "com.unity.modules.jsonserialize": "1.0.0" | ||
| 204 | + } | ||
| 205 | + }, | ||
| 206 | + "com.unity.modules.umbra": { | ||
| 207 | + "version": "1.0.0", | ||
| 208 | + "depth": 0, | ||
| 209 | + "source": "builtin", | ||
| 210 | + "dependencies": {} | ||
| 211 | + }, | ||
| 212 | + "com.unity.modules.unityanalytics": { | ||
| 213 | + "version": "1.0.0", | ||
| 214 | + "depth": 0, | ||
| 215 | + "source": "builtin", | ||
| 216 | + "dependencies": { | ||
| 217 | + "com.unity.modules.unitywebrequest": "1.0.0", | ||
| 218 | + "com.unity.modules.jsonserialize": "1.0.0" | ||
| 219 | + } | ||
| 220 | + }, | ||
| 221 | + "com.unity.modules.unitywebrequest": { | ||
| 222 | + "version": "1.0.0", | ||
| 223 | + "depth": 0, | ||
| 224 | + "source": "builtin", | ||
| 225 | + "dependencies": {} | ||
| 226 | + }, | ||
| 227 | + "com.unity.modules.unitywebrequestassetbundle": { | ||
| 228 | + "version": "1.0.0", | ||
| 229 | + "depth": 0, | ||
| 230 | + "source": "builtin", | ||
| 231 | + "dependencies": { | ||
| 232 | + "com.unity.modules.assetbundle": "1.0.0", | ||
| 233 | + "com.unity.modules.unitywebrequest": "1.0.0" | ||
| 234 | + } | ||
| 235 | + }, | ||
| 236 | + "com.unity.modules.unitywebrequestaudio": { | ||
| 237 | + "version": "1.0.0", | ||
| 238 | + "depth": 0, | ||
| 239 | + "source": "builtin", | ||
| 240 | + "dependencies": { | ||
| 241 | + "com.unity.modules.unitywebrequest": "1.0.0", | ||
| 242 | + "com.unity.modules.audio": "1.0.0" | ||
| 243 | + } | ||
| 244 | + }, | ||
| 245 | + "com.unity.modules.unitywebrequesttexture": { | ||
| 246 | + "version": "1.0.0", | ||
| 247 | + "depth": 0, | ||
| 248 | + "source": "builtin", | ||
| 249 | + "dependencies": { | ||
| 250 | + "com.unity.modules.unitywebrequest": "1.0.0", | ||
| 251 | + "com.unity.modules.imageconversion": "1.0.0" | ||
| 252 | + } | ||
| 253 | + }, | ||
| 254 | + "com.unity.modules.unitywebrequestwww": { | ||
| 255 | + "version": "1.0.0", | ||
| 256 | + "depth": 0, | ||
| 257 | + "source": "builtin", | ||
| 258 | + "dependencies": { | ||
| 259 | + "com.unity.modules.unitywebrequest": "1.0.0", | ||
| 260 | + "com.unity.modules.unitywebrequestassetbundle": "1.0.0", | ||
| 261 | + "com.unity.modules.unitywebrequestaudio": "1.0.0", | ||
| 262 | + "com.unity.modules.audio": "1.0.0", | ||
| 263 | + "com.unity.modules.assetbundle": "1.0.0", | ||
| 264 | + "com.unity.modules.imageconversion": "1.0.0" | ||
| 265 | + } | ||
| 266 | + }, | ||
| 267 | + "com.unity.modules.vehicles": { | ||
| 268 | + "version": "1.0.0", | ||
| 269 | + "depth": 0, | ||
| 270 | + "source": "builtin", | ||
| 271 | + "dependencies": { | ||
| 272 | + "com.unity.modules.physics": "1.0.0" | ||
| 273 | + } | ||
| 274 | + }, | ||
| 275 | + "com.unity.modules.video": { | ||
| 276 | + "version": "1.0.0", | ||
| 277 | + "depth": 0, | ||
| 278 | + "source": "builtin", | ||
| 279 | + "dependencies": { | ||
| 280 | + "com.unity.modules.audio": "1.0.0", | ||
| 281 | + "com.unity.modules.ui": "1.0.0", | ||
| 282 | + "com.unity.modules.unitywebrequest": "1.0.0" | ||
| 283 | + } | ||
| 284 | + }, | ||
| 285 | + "com.unity.modules.vr": { | ||
| 286 | + "version": "1.0.0", | ||
| 287 | + "depth": 0, | ||
| 288 | + "source": "builtin", | ||
| 289 | + "dependencies": { | ||
| 290 | + "com.unity.modules.jsonserialize": "1.0.0", | ||
| 291 | + "com.unity.modules.physics": "1.0.0", | ||
| 292 | + "com.unity.modules.xr": "1.0.0" | ||
| 293 | + } | ||
| 294 | + }, | ||
| 295 | + "com.unity.modules.wind": { | ||
| 296 | + "version": "1.0.0", | ||
| 297 | + "depth": 0, | ||
| 298 | + "source": "builtin", | ||
| 299 | + "dependencies": {} | ||
| 300 | + }, | ||
| 301 | + "com.unity.modules.xr": { | ||
| 302 | + "version": "1.0.0", | ||
| 303 | + "depth": 0, | ||
| 304 | + "source": "builtin", | ||
| 305 | + "dependencies": { | ||
| 306 | + "com.unity.modules.physics": "1.0.0", | ||
| 307 | + "com.unity.modules.jsonserialize": "1.0.0", | ||
| 308 | + "com.unity.modules.subsystems": "1.0.0" | ||
| 309 | + } | ||
| 310 | + } | ||
| 311 | + } | ||
| 312 | +} |
test/ProjectSettings/AudioManager.asset
0 → 100644
| 1 | +%YAML 1.1 | ||
| 2 | +%TAG !u! tag:unity3d.com,2011: | ||
| 3 | +--- !u!11 &1 | ||
| 4 | +AudioManager: | ||
| 5 | + m_ObjectHideFlags: 0 | ||
| 6 | + serializedVersion: 2 | ||
| 7 | + m_Volume: 1 | ||
| 8 | + Rolloff Scale: 1 | ||
| 9 | + Doppler Factor: 1 | ||
| 10 | + Default Speaker Mode: 2 | ||
| 11 | + m_SampleRate: 0 | ||
| 12 | + m_DSPBufferSize: 1024 | ||
| 13 | + m_VirtualVoiceCount: 512 | ||
| 14 | + m_RealVoiceCount: 32 | ||
| 15 | + m_SpatializerPlugin: | ||
| 16 | + m_AmbisonicDecoderPlugin: | ||
| 17 | + m_DisableAudio: 0 | ||
| 18 | + m_VirtualizeEffects: 1 | ||
| 19 | + m_RequestedDSPBufferSize: 1024 |
test/ProjectSettings/DynamicsManager.asset
0 → 100644
| 1 | +%YAML 1.1 | ||
| 2 | +%TAG !u! tag:unity3d.com,2011: | ||
| 3 | +--- !u!55 &1 | ||
| 4 | +PhysicsManager: | ||
| 5 | + m_ObjectHideFlags: 0 | ||
| 6 | + serializedVersion: 11 | ||
| 7 | + m_Gravity: {x: 0, y: -9.81, z: 0} | ||
| 8 | + m_DefaultMaterial: {fileID: 0} | ||
| 9 | + m_BounceThreshold: 2 | ||
| 10 | + m_SleepThreshold: 0.005 | ||
| 11 | + m_DefaultContactOffset: 0.01 | ||
| 12 | + m_DefaultSolverIterations: 6 | ||
| 13 | + m_DefaultSolverVelocityIterations: 1 | ||
| 14 | + m_QueriesHitBackfaces: 0 | ||
| 15 | + m_QueriesHitTriggers: 1 | ||
| 16 | + m_EnableAdaptiveForce: 0 | ||
| 17 | + m_ClothInterCollisionDistance: 0 | ||
| 18 | + m_ClothInterCollisionStiffness: 0 | ||
| 19 | + m_ContactsGeneration: 1 | ||
| 20 | + m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff | ||
| 21 | + m_AutoSimulation: 1 | ||
| 22 | + m_AutoSyncTransforms: 0 | ||
| 23 | + m_ReuseCollisionCallbacks: 1 | ||
| 24 | + m_ClothInterCollisionSettingsToggle: 0 | ||
| 25 | + m_ContactPairsMode: 0 | ||
| 26 | + m_BroadphaseType: 0 | ||
| 27 | + m_WorldBounds: | ||
| 28 | + m_Center: {x: 0, y: 0, z: 0} | ||
| 29 | + m_Extent: {x: 250, y: 250, z: 250} | ||
| 30 | + m_WorldSubdivisions: 8 | ||
| 31 | + m_FrictionType: 0 | ||
| 32 | + m_EnableEnhancedDeterminism: 0 | ||
| 33 | + m_EnableUnifiedHeightmaps: 1 | ||
| 34 | + m_DefaultMaxAngluarSpeed: 7 |
test/ProjectSettings/EditorSettings.asset
0 → 100644
| 1 | +%YAML 1.1 | ||
| 2 | +%TAG !u! tag:unity3d.com,2011: | ||
| 3 | +--- !u!159 &1 | ||
| 4 | +EditorSettings: | ||
| 5 | + m_ObjectHideFlags: 0 | ||
| 6 | + serializedVersion: 9 | ||
| 7 | + m_ExternalVersionControlSupport: Visible Meta Files | ||
| 8 | + m_SerializationMode: 2 | ||
| 9 | + m_LineEndingsForNewScripts: 0 | ||
| 10 | + m_DefaultBehaviorMode: 0 | ||
| 11 | + m_PrefabRegularEnvironment: {fileID: 0} | ||
| 12 | + m_PrefabUIEnvironment: {fileID: 0} | ||
| 13 | + m_SpritePackerMode: 0 | ||
| 14 | + m_SpritePackerPaddingPower: 1 | ||
| 15 | + m_EtcTextureCompressorBehavior: 1 | ||
| 16 | + m_EtcTextureFastCompressor: 1 | ||
| 17 | + m_EtcTextureNormalCompressor: 2 | ||
| 18 | + m_EtcTextureBestCompressor: 4 | ||
| 19 | + m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef;rsp;asmref | ||
| 20 | + m_ProjectGenerationRootNamespace: | ||
| 21 | + m_CollabEditorSettings: | ||
| 22 | + inProgressEnabled: 1 | ||
| 23 | + m_EnableTextureStreamingInEditMode: 1 | ||
| 24 | + m_EnableTextureStreamingInPlayMode: 1 | ||
| 25 | + m_AsyncShaderCompilation: 1 | ||
| 26 | + m_EnterPlayModeOptionsEnabled: 0 | ||
| 27 | + m_EnterPlayModeOptions: 3 | ||
| 28 | + m_ShowLightmapResolutionOverlay: 1 | ||
| 29 | + m_UseLegacyProbeSampleCount: 0 | ||
| 30 | + m_AssetPipelineMode: 1 | ||
| 31 | + m_CacheServerMode: 0 | ||
| 32 | + m_CacheServerEndpoint: | ||
| 33 | + m_CacheServerNamespacePrefix: default | ||
| 34 | + m_CacheServerEnableDownload: 1 | ||
| 35 | + m_CacheServerEnableUpload: 1 |
test/ProjectSettings/GraphicsSettings.asset
0 → 100644
| 1 | +%YAML 1.1 | ||
| 2 | +%TAG !u! tag:unity3d.com,2011: | ||
| 3 | +--- !u!30 &1 | ||
| 4 | +GraphicsSettings: | ||
| 5 | + m_ObjectHideFlags: 0 | ||
| 6 | + serializedVersion: 13 | ||
| 7 | + m_Deferred: | ||
| 8 | + m_Mode: 1 | ||
| 9 | + m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0} | ||
| 10 | + m_DeferredReflections: | ||
| 11 | + m_Mode: 1 | ||
| 12 | + m_Shader: {fileID: 74, guid: 0000000000000000f000000000000000, type: 0} | ||
| 13 | + m_ScreenSpaceShadows: | ||
| 14 | + m_Mode: 1 | ||
| 15 | + m_Shader: {fileID: 64, guid: 0000000000000000f000000000000000, type: 0} | ||
| 16 | + m_LegacyDeferred: | ||
| 17 | + m_Mode: 1 | ||
| 18 | + m_Shader: {fileID: 63, guid: 0000000000000000f000000000000000, type: 0} | ||
| 19 | + m_DepthNormals: | ||
| 20 | + m_Mode: 1 | ||
| 21 | + m_Shader: {fileID: 62, guid: 0000000000000000f000000000000000, type: 0} | ||
| 22 | + m_MotionVectors: | ||
| 23 | + m_Mode: 1 | ||
| 24 | + m_Shader: {fileID: 75, guid: 0000000000000000f000000000000000, type: 0} | ||
| 25 | + m_LightHalo: | ||
| 26 | + m_Mode: 1 | ||
| 27 | + m_Shader: {fileID: 105, guid: 0000000000000000f000000000000000, type: 0} | ||
| 28 | + m_LensFlare: | ||
| 29 | + m_Mode: 1 | ||
| 30 | + m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0} | ||
| 31 | + m_AlwaysIncludedShaders: | ||
| 32 | + - {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} | ||
| 33 | + - {fileID: 15104, guid: 0000000000000000f000000000000000, type: 0} | ||
| 34 | + - {fileID: 15105, guid: 0000000000000000f000000000000000, type: 0} | ||
| 35 | + - {fileID: 15106, guid: 0000000000000000f000000000000000, type: 0} | ||
| 36 | + - {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0} | ||
| 37 | + - {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0} | ||
| 38 | + m_PreloadedShaders: [] | ||
| 39 | + m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, | ||
| 40 | + type: 0} | ||
| 41 | + m_CustomRenderPipeline: {fileID: 0} | ||
| 42 | + m_TransparencySortMode: 0 | ||
| 43 | + m_TransparencySortAxis: {x: 0, y: 0, z: 1} | ||
| 44 | + m_DefaultRenderingPath: 1 | ||
| 45 | + m_DefaultMobileRenderingPath: 1 | ||
| 46 | + m_TierSettings: [] | ||
| 47 | + m_LightmapStripping: 0 | ||
| 48 | + m_FogStripping: 0 | ||
| 49 | + m_InstancingStripping: 0 | ||
| 50 | + m_LightmapKeepPlain: 1 | ||
| 51 | + m_LightmapKeepDirCombined: 1 | ||
| 52 | + m_LightmapKeepDynamicPlain: 1 | ||
| 53 | + m_LightmapKeepDynamicDirCombined: 1 | ||
| 54 | + m_LightmapKeepShadowMask: 1 | ||
| 55 | + m_LightmapKeepSubtractive: 1 | ||
| 56 | + m_FogKeepLinear: 1 | ||
| 57 | + m_FogKeepExp: 1 | ||
| 58 | + m_FogKeepExp2: 1 | ||
| 59 | + m_AlbedoSwatchInfos: [] | ||
| 60 | + m_LightsUseLinearIntensity: 0 | ||
| 61 | + m_LightsUseColorTemperature: 0 | ||
| 62 | + m_LogWhenShaderIsCompiled: 0 | ||
| 63 | + m_AllowEnlightenSupportForUpgradedProject: 0 |
test/ProjectSettings/InputManager.asset
0 → 100644
| 1 | +%YAML 1.1 | ||
| 2 | +%TAG !u! tag:unity3d.com,2011: | ||
| 3 | +--- !u!13 &1 | ||
| 4 | +InputManager: | ||
| 5 | + m_ObjectHideFlags: 0 | ||
| 6 | + serializedVersion: 2 | ||
| 7 | + m_Axes: | ||
| 8 | + - serializedVersion: 3 | ||
| 9 | + m_Name: Horizontal | ||
| 10 | + descriptiveName: | ||
| 11 | + descriptiveNegativeName: | ||
| 12 | + negativeButton: left | ||
| 13 | + positiveButton: right | ||
| 14 | + altNegativeButton: a | ||
| 15 | + altPositiveButton: d | ||
| 16 | + gravity: 3 | ||
| 17 | + dead: 0.001 | ||
| 18 | + sensitivity: 3 | ||
| 19 | + snap: 1 | ||
| 20 | + invert: 0 | ||
| 21 | + type: 0 | ||
| 22 | + axis: 0 | ||
| 23 | + joyNum: 0 | ||
| 24 | + - serializedVersion: 3 | ||
| 25 | + m_Name: Vertical | ||
| 26 | + descriptiveName: | ||
| 27 | + descriptiveNegativeName: | ||
| 28 | + negativeButton: down | ||
| 29 | + positiveButton: up | ||
| 30 | + altNegativeButton: s | ||
| 31 | + altPositiveButton: w | ||
| 32 | + gravity: 3 | ||
| 33 | + dead: 0.001 | ||
| 34 | + sensitivity: 3 | ||
| 35 | + snap: 1 | ||
| 36 | + invert: 0 | ||
| 37 | + type: 0 | ||
| 38 | + axis: 0 | ||
| 39 | + joyNum: 0 | ||
| 40 | + - serializedVersion: 3 | ||
| 41 | + m_Name: Fire1 | ||
| 42 | + descriptiveName: | ||
| 43 | + descriptiveNegativeName: | ||
| 44 | + negativeButton: | ||
| 45 | + positiveButton: left ctrl | ||
| 46 | + altNegativeButton: | ||
| 47 | + altPositiveButton: mouse 0 | ||
| 48 | + gravity: 1000 | ||
| 49 | + dead: 0.001 | ||
| 50 | + sensitivity: 1000 | ||
| 51 | + snap: 0 | ||
| 52 | + invert: 0 | ||
| 53 | + type: 0 | ||
| 54 | + axis: 0 | ||
| 55 | + joyNum: 0 | ||
| 56 | + - serializedVersion: 3 | ||
| 57 | + m_Name: Fire2 | ||
| 58 | + descriptiveName: | ||
| 59 | + descriptiveNegativeName: | ||
| 60 | + negativeButton: | ||
| 61 | + positiveButton: left alt | ||
| 62 | + altNegativeButton: | ||
| 63 | + altPositiveButton: mouse 1 | ||
| 64 | + gravity: 1000 | ||
| 65 | + dead: 0.001 | ||
| 66 | + sensitivity: 1000 | ||
| 67 | + snap: 0 | ||
| 68 | + invert: 0 | ||
| 69 | + type: 0 | ||
| 70 | + axis: 0 | ||
| 71 | + joyNum: 0 | ||
| 72 | + - serializedVersion: 3 | ||
| 73 | + m_Name: Fire3 | ||
| 74 | + descriptiveName: | ||
| 75 | + descriptiveNegativeName: | ||
| 76 | + negativeButton: | ||
| 77 | + positiveButton: left shift | ||
| 78 | + altNegativeButton: | ||
| 79 | + altPositiveButton: mouse 2 | ||
| 80 | + gravity: 1000 | ||
| 81 | + dead: 0.001 | ||
| 82 | + sensitivity: 1000 | ||
| 83 | + snap: 0 | ||
| 84 | + invert: 0 | ||
| 85 | + type: 0 | ||
| 86 | + axis: 0 | ||
| 87 | + joyNum: 0 | ||
| 88 | + - serializedVersion: 3 | ||
| 89 | + m_Name: Jump | ||
| 90 | + descriptiveName: | ||
| 91 | + descriptiveNegativeName: | ||
| 92 | + negativeButton: | ||
| 93 | + positiveButton: space | ||
| 94 | + altNegativeButton: | ||
| 95 | + altPositiveButton: | ||
| 96 | + gravity: 1000 | ||
| 97 | + dead: 0.001 | ||
| 98 | + sensitivity: 1000 | ||
| 99 | + snap: 0 | ||
| 100 | + invert: 0 | ||
| 101 | + type: 0 | ||
| 102 | + axis: 0 | ||
| 103 | + joyNum: 0 | ||
| 104 | + - serializedVersion: 3 | ||
| 105 | + m_Name: Mouse X | ||
| 106 | + descriptiveName: | ||
| 107 | + descriptiveNegativeName: | ||
| 108 | + negativeButton: | ||
| 109 | + positiveButton: | ||
| 110 | + altNegativeButton: | ||
| 111 | + altPositiveButton: | ||
| 112 | + gravity: 0 | ||
| 113 | + dead: 0 | ||
| 114 | + sensitivity: 0.1 | ||
| 115 | + snap: 0 | ||
| 116 | + invert: 0 | ||
| 117 | + type: 1 | ||
| 118 | + axis: 0 | ||
| 119 | + joyNum: 0 | ||
| 120 | + - serializedVersion: 3 | ||
| 121 | + m_Name: Mouse Y | ||
| 122 | + descriptiveName: | ||
| 123 | + descriptiveNegativeName: | ||
| 124 | + negativeButton: | ||
| 125 | + positiveButton: | ||
| 126 | + altNegativeButton: | ||
| 127 | + altPositiveButton: | ||
| 128 | + gravity: 0 | ||
| 129 | + dead: 0 | ||
| 130 | + sensitivity: 0.1 | ||
| 131 | + snap: 0 | ||
| 132 | + invert: 0 | ||
| 133 | + type: 1 | ||
| 134 | + axis: 1 | ||
| 135 | + joyNum: 0 | ||
| 136 | + - serializedVersion: 3 | ||
| 137 | + m_Name: Mouse ScrollWheel | ||
| 138 | + descriptiveName: | ||
| 139 | + descriptiveNegativeName: | ||
| 140 | + negativeButton: | ||
| 141 | + positiveButton: | ||
| 142 | + altNegativeButton: | ||
| 143 | + altPositiveButton: | ||
| 144 | + gravity: 0 | ||
| 145 | + dead: 0 | ||
| 146 | + sensitivity: 0.1 | ||
| 147 | + snap: 0 | ||
| 148 | + invert: 0 | ||
| 149 | + type: 1 | ||
| 150 | + axis: 2 | ||
| 151 | + joyNum: 0 | ||
| 152 | + - serializedVersion: 3 | ||
| 153 | + m_Name: Horizontal | ||
| 154 | + descriptiveName: | ||
| 155 | + descriptiveNegativeName: | ||
| 156 | + negativeButton: | ||
| 157 | + positiveButton: | ||
| 158 | + altNegativeButton: | ||
| 159 | + altPositiveButton: | ||
| 160 | + gravity: 0 | ||
| 161 | + dead: 0.19 | ||
| 162 | + sensitivity: 1 | ||
| 163 | + snap: 0 | ||
| 164 | + invert: 0 | ||
| 165 | + type: 2 | ||
| 166 | + axis: 0 | ||
| 167 | + joyNum: 0 | ||
| 168 | + - serializedVersion: 3 | ||
| 169 | + m_Name: Vertical | ||
| 170 | + descriptiveName: | ||
| 171 | + descriptiveNegativeName: | ||
| 172 | + negativeButton: | ||
| 173 | + positiveButton: | ||
| 174 | + altNegativeButton: | ||
| 175 | + altPositiveButton: | ||
| 176 | + gravity: 0 | ||
| 177 | + dead: 0.19 | ||
| 178 | + sensitivity: 1 | ||
| 179 | + snap: 0 | ||
| 180 | + invert: 1 | ||
| 181 | + type: 2 | ||
| 182 | + axis: 1 | ||
| 183 | + joyNum: 0 | ||
| 184 | + - serializedVersion: 3 | ||
| 185 | + m_Name: Fire1 | ||
| 186 | + descriptiveName: | ||
| 187 | + descriptiveNegativeName: | ||
| 188 | + negativeButton: | ||
| 189 | + positiveButton: joystick button 0 | ||
| 190 | + altNegativeButton: | ||
| 191 | + altPositiveButton: | ||
| 192 | + gravity: 1000 | ||
| 193 | + dead: 0.001 | ||
| 194 | + sensitivity: 1000 | ||
| 195 | + snap: 0 | ||
| 196 | + invert: 0 | ||
| 197 | + type: 0 | ||
| 198 | + axis: 0 | ||
| 199 | + joyNum: 0 | ||
| 200 | + - serializedVersion: 3 | ||
| 201 | + m_Name: Fire2 | ||
| 202 | + descriptiveName: | ||
| 203 | + descriptiveNegativeName: | ||
| 204 | + negativeButton: | ||
| 205 | + positiveButton: joystick button 1 | ||
| 206 | + altNegativeButton: | ||
| 207 | + altPositiveButton: | ||
| 208 | + gravity: 1000 | ||
| 209 | + dead: 0.001 | ||
| 210 | + sensitivity: 1000 | ||
| 211 | + snap: 0 | ||
| 212 | + invert: 0 | ||
| 213 | + type: 0 | ||
| 214 | + axis: 0 | ||
| 215 | + joyNum: 0 | ||
| 216 | + - serializedVersion: 3 | ||
| 217 | + m_Name: Fire3 | ||
| 218 | + descriptiveName: | ||
| 219 | + descriptiveNegativeName: | ||
| 220 | + negativeButton: | ||
| 221 | + positiveButton: joystick button 2 | ||
| 222 | + altNegativeButton: | ||
| 223 | + altPositiveButton: | ||
| 224 | + gravity: 1000 | ||
| 225 | + dead: 0.001 | ||
| 226 | + sensitivity: 1000 | ||
| 227 | + snap: 0 | ||
| 228 | + invert: 0 | ||
| 229 | + type: 0 | ||
| 230 | + axis: 0 | ||
| 231 | + joyNum: 0 | ||
| 232 | + - serializedVersion: 3 | ||
| 233 | + m_Name: Jump | ||
| 234 | + descriptiveName: | ||
| 235 | + descriptiveNegativeName: | ||
| 236 | + negativeButton: | ||
| 237 | + positiveButton: joystick button 3 | ||
| 238 | + altNegativeButton: | ||
| 239 | + altPositiveButton: | ||
| 240 | + gravity: 1000 | ||
| 241 | + dead: 0.001 | ||
| 242 | + sensitivity: 1000 | ||
| 243 | + snap: 0 | ||
| 244 | + invert: 0 | ||
| 245 | + type: 0 | ||
| 246 | + axis: 0 | ||
| 247 | + joyNum: 0 | ||
| 248 | + - serializedVersion: 3 | ||
| 249 | + m_Name: Submit | ||
| 250 | + descriptiveName: | ||
| 251 | + descriptiveNegativeName: | ||
| 252 | + negativeButton: | ||
| 253 | + positiveButton: return | ||
| 254 | + altNegativeButton: | ||
| 255 | + altPositiveButton: joystick button 0 | ||
| 256 | + gravity: 1000 | ||
| 257 | + dead: 0.001 | ||
| 258 | + sensitivity: 1000 | ||
| 259 | + snap: 0 | ||
| 260 | + invert: 0 | ||
| 261 | + type: 0 | ||
| 262 | + axis: 0 | ||
| 263 | + joyNum: 0 | ||
| 264 | + - serializedVersion: 3 | ||
| 265 | + m_Name: Submit | ||
| 266 | + descriptiveName: | ||
| 267 | + descriptiveNegativeName: | ||
| 268 | + negativeButton: | ||
| 269 | + positiveButton: enter | ||
| 270 | + altNegativeButton: | ||
| 271 | + altPositiveButton: space | ||
| 272 | + gravity: 1000 | ||
| 273 | + dead: 0.001 | ||
| 274 | + sensitivity: 1000 | ||
| 275 | + snap: 0 | ||
| 276 | + invert: 0 | ||
| 277 | + type: 0 | ||
| 278 | + axis: 0 | ||
| 279 | + joyNum: 0 | ||
| 280 | + - serializedVersion: 3 | ||
| 281 | + m_Name: Cancel | ||
| 282 | + descriptiveName: | ||
| 283 | + descriptiveNegativeName: | ||
| 284 | + negativeButton: | ||
| 285 | + positiveButton: escape | ||
| 286 | + altNegativeButton: | ||
| 287 | + altPositiveButton: joystick button 1 | ||
| 288 | + gravity: 1000 | ||
| 289 | + dead: 0.001 | ||
| 290 | + sensitivity: 1000 | ||
| 291 | + snap: 0 | ||
| 292 | + invert: 0 | ||
| 293 | + type: 0 | ||
| 294 | + axis: 0 | ||
| 295 | + joyNum: 0 |
test/ProjectSettings/NavMeshAreas.asset
0 → 100644
| 1 | +%YAML 1.1 | ||
| 2 | +%TAG !u! tag:unity3d.com,2011: | ||
| 3 | +--- !u!126 &1 | ||
| 4 | +NavMeshProjectSettings: | ||
| 5 | + m_ObjectHideFlags: 0 | ||
| 6 | + serializedVersion: 2 | ||
| 7 | + areas: | ||
| 8 | + - name: Walkable | ||
| 9 | + cost: 1 | ||
| 10 | + - name: Not Walkable | ||
| 11 | + cost: 1 | ||
| 12 | + - name: Jump | ||
| 13 | + cost: 2 | ||
| 14 | + - name: | ||
| 15 | + cost: 1 | ||
| 16 | + - name: | ||
| 17 | + cost: 1 | ||
| 18 | + - name: | ||
| 19 | + cost: 1 | ||
| 20 | + - name: | ||
| 21 | + cost: 1 | ||
| 22 | + - name: | ||
| 23 | + cost: 1 | ||
| 24 | + - name: | ||
| 25 | + cost: 1 | ||
| 26 | + - name: | ||
| 27 | + cost: 1 | ||
| 28 | + - name: | ||
| 29 | + cost: 1 | ||
| 30 | + - name: | ||
| 31 | + cost: 1 | ||
| 32 | + - name: | ||
| 33 | + cost: 1 | ||
| 34 | + - name: | ||
| 35 | + cost: 1 | ||
| 36 | + - name: | ||
| 37 | + cost: 1 | ||
| 38 | + - name: | ||
| 39 | + cost: 1 | ||
| 40 | + - name: | ||
| 41 | + cost: 1 | ||
| 42 | + - name: | ||
| 43 | + cost: 1 | ||
| 44 | + - name: | ||
| 45 | + cost: 1 | ||
| 46 | + - name: | ||
| 47 | + cost: 1 | ||
| 48 | + - name: | ||
| 49 | + cost: 1 | ||
| 50 | + - name: | ||
| 51 | + cost: 1 | ||
| 52 | + - name: | ||
| 53 | + cost: 1 | ||
| 54 | + - name: | ||
| 55 | + cost: 1 | ||
| 56 | + - name: | ||
| 57 | + cost: 1 | ||
| 58 | + - name: | ||
| 59 | + cost: 1 | ||
| 60 | + - name: | ||
| 61 | + cost: 1 | ||
| 62 | + - name: | ||
| 63 | + cost: 1 | ||
| 64 | + - name: | ||
| 65 | + cost: 1 | ||
| 66 | + - name: | ||
| 67 | + cost: 1 | ||
| 68 | + - name: | ||
| 69 | + cost: 1 | ||
| 70 | + - name: | ||
| 71 | + cost: 1 | ||
| 72 | + m_LastAgentTypeID: -887442657 | ||
| 73 | + m_Settings: | ||
| 74 | + - serializedVersion: 2 | ||
| 75 | + agentTypeID: 0 | ||
| 76 | + agentRadius: 0.5 | ||
| 77 | + agentHeight: 2 | ||
| 78 | + agentSlope: 45 | ||
| 79 | + agentClimb: 0.75 | ||
| 80 | + ledgeDropHeight: 0 | ||
| 81 | + maxJumpAcrossDistance: 0 | ||
| 82 | + minRegionArea: 2 | ||
| 83 | + manualCellSize: 0 | ||
| 84 | + cellSize: 0.16666667 | ||
| 85 | + manualTileSize: 0 | ||
| 86 | + tileSize: 256 | ||
| 87 | + accuratePlacement: 0 | ||
| 88 | + debug: | ||
| 89 | + m_Flags: 0 | ||
| 90 | + m_SettingNames: | ||
| 91 | + - Humanoid |
| 1 | +%YAML 1.1 | ||
| 2 | +%TAG !u! tag:unity3d.com,2011: | ||
| 3 | +--- !u!114 &1 | ||
| 4 | +MonoBehaviour: | ||
| 5 | + m_ObjectHideFlags: 61 | ||
| 6 | + m_CorrespondingSourceObject: {fileID: 0} | ||
| 7 | + m_PrefabInstance: {fileID: 0} | ||
| 8 | + m_PrefabAsset: {fileID: 0} | ||
| 9 | + m_GameObject: {fileID: 0} | ||
| 10 | + m_Enabled: 1 | ||
| 11 | + m_EditorHideFlags: 0 | ||
| 12 | + m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0} | ||
| 13 | + m_Name: | ||
| 14 | + m_EditorClassIdentifier: | ||
| 15 | + m_ScopedRegistriesSettingsExpanded: 1 | ||
| 16 | + oneTimeWarningShown: 0 | ||
| 17 | + m_Registries: | ||
| 18 | + - m_Id: main | ||
| 19 | + m_Name: | ||
| 20 | + m_Url: https://packages.unity.com | ||
| 21 | + m_Scopes: [] | ||
| 22 | + m_IsDefault: 1 | ||
| 23 | + m_UserSelectedRegistryName: | ||
| 24 | + m_UserAddingNewScopedRegistry: 0 | ||
| 25 | + m_RegistryInfoDraft: | ||
| 26 | + m_ErrorMessage: | ||
| 27 | + m_Original: | ||
| 28 | + m_Id: | ||
| 29 | + m_Name: | ||
| 30 | + m_Url: | ||
| 31 | + m_Scopes: [] | ||
| 32 | + m_IsDefault: 0 | ||
| 33 | + m_Modified: 0 | ||
| 34 | + m_Name: | ||
| 35 | + m_Url: | ||
| 36 | + m_Scopes: | ||
| 37 | + - | ||
| 38 | + m_SelectedScopeIndex: 0 |
test/ProjectSettings/Physics2DSettings.asset
0 → 100644
| 1 | +%YAML 1.1 | ||
| 2 | +%TAG !u! tag:unity3d.com,2011: | ||
| 3 | +--- !u!19 &1 | ||
| 4 | +Physics2DSettings: | ||
| 5 | + m_ObjectHideFlags: 0 | ||
| 6 | + serializedVersion: 4 | ||
| 7 | + m_Gravity: {x: 0, y: -9.81} | ||
| 8 | + m_DefaultMaterial: {fileID: 0} | ||
| 9 | + m_VelocityIterations: 8 | ||
| 10 | + m_PositionIterations: 3 | ||
| 11 | + m_VelocityThreshold: 1 | ||
| 12 | + m_MaxLinearCorrection: 0.2 | ||
| 13 | + m_MaxAngularCorrection: 8 | ||
| 14 | + m_MaxTranslationSpeed: 100 | ||
| 15 | + m_MaxRotationSpeed: 360 | ||
| 16 | + m_BaumgarteScale: 0.2 | ||
| 17 | + m_BaumgarteTimeOfImpactScale: 0.75 | ||
| 18 | + m_TimeToSleep: 0.5 | ||
| 19 | + m_LinearSleepTolerance: 0.01 | ||
| 20 | + m_AngularSleepTolerance: 2 | ||
| 21 | + m_DefaultContactOffset: 0.01 | ||
| 22 | + m_JobOptions: | ||
| 23 | + serializedVersion: 2 | ||
| 24 | + useMultithreading: 0 | ||
| 25 | + useConsistencySorting: 0 | ||
| 26 | + m_InterpolationPosesPerJob: 100 | ||
| 27 | + m_NewContactsPerJob: 30 | ||
| 28 | + m_CollideContactsPerJob: 100 | ||
| 29 | + m_ClearFlagsPerJob: 200 | ||
| 30 | + m_ClearBodyForcesPerJob: 200 | ||
| 31 | + m_SyncDiscreteFixturesPerJob: 50 | ||
| 32 | + m_SyncContinuousFixturesPerJob: 50 | ||
| 33 | + m_FindNearestContactsPerJob: 100 | ||
| 34 | + m_UpdateTriggerContactsPerJob: 100 | ||
| 35 | + m_IslandSolverCostThreshold: 100 | ||
| 36 | + m_IslandSolverBodyCostScale: 1 | ||
| 37 | + m_IslandSolverContactCostScale: 10 | ||
| 38 | + m_IslandSolverJointCostScale: 10 | ||
| 39 | + m_IslandSolverBodiesPerJob: 50 | ||
| 40 | + m_IslandSolverContactsPerJob: 50 | ||
| 41 | + m_AutoSimulation: 1 | ||
| 42 | + m_QueriesHitTriggers: 1 | ||
| 43 | + m_QueriesStartInColliders: 1 | ||
| 44 | + m_CallbacksOnDisable: 1 | ||
| 45 | + m_ReuseCollisionCallbacks: 1 | ||
| 46 | + m_AutoSyncTransforms: 0 | ||
| 47 | + m_AlwaysShowColliders: 0 | ||
| 48 | + m_ShowColliderSleep: 1 | ||
| 49 | + m_ShowColliderContacts: 0 | ||
| 50 | + m_ShowColliderAABB: 0 | ||
| 51 | + m_ContactArrowScale: 0.2 | ||
| 52 | + m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} | ||
| 53 | + m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} | ||
| 54 | + m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} | ||
| 55 | + m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804} | ||
| 56 | + m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff |
test/ProjectSettings/PresetManager.asset
0 → 100644
test/ProjectSettings/ProjectSettings.asset
0 → 100644
This diff is collapsed. Click to expand it.
test/ProjectSettings/ProjectVersion.txt
0 → 100644
test/ProjectSettings/QualitySettings.asset
0 → 100644
| 1 | +%YAML 1.1 | ||
| 2 | +%TAG !u! tag:unity3d.com,2011: | ||
| 3 | +--- !u!47 &1 | ||
| 4 | +QualitySettings: | ||
| 5 | + m_ObjectHideFlags: 0 | ||
| 6 | + serializedVersion: 5 | ||
| 7 | + m_CurrentQuality: 5 | ||
| 8 | + m_QualitySettings: | ||
| 9 | + - serializedVersion: 2 | ||
| 10 | + name: Very Low | ||
| 11 | + pixelLightCount: 0 | ||
| 12 | + shadows: 0 | ||
| 13 | + shadowResolution: 0 | ||
| 14 | + shadowProjection: 1 | ||
| 15 | + shadowCascades: 1 | ||
| 16 | + shadowDistance: 15 | ||
| 17 | + shadowNearPlaneOffset: 3 | ||
| 18 | + shadowCascade2Split: 0.33333334 | ||
| 19 | + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} | ||
| 20 | + shadowmaskMode: 0 | ||
| 21 | + blendWeights: 1 | ||
| 22 | + textureQuality: 1 | ||
| 23 | + anisotropicTextures: 0 | ||
| 24 | + antiAliasing: 0 | ||
| 25 | + softParticles: 0 | ||
| 26 | + softVegetation: 0 | ||
| 27 | + realtimeReflectionProbes: 0 | ||
| 28 | + billboardsFaceCameraPosition: 0 | ||
| 29 | + vSyncCount: 0 | ||
| 30 | + lodBias: 0.3 | ||
| 31 | + maximumLODLevel: 0 | ||
| 32 | + streamingMipmapsActive: 0 | ||
| 33 | + streamingMipmapsAddAllCameras: 1 | ||
| 34 | + streamingMipmapsMemoryBudget: 512 | ||
| 35 | + streamingMipmapsRenderersPerFrame: 512 | ||
| 36 | + streamingMipmapsMaxLevelReduction: 2 | ||
| 37 | + streamingMipmapsMaxFileIORequests: 1024 | ||
| 38 | + particleRaycastBudget: 4 | ||
| 39 | + asyncUploadTimeSlice: 2 | ||
| 40 | + asyncUploadBufferSize: 16 | ||
| 41 | + asyncUploadPersistentBuffer: 1 | ||
| 42 | + resolutionScalingFixedDPIFactor: 1 | ||
| 43 | + excludedTargetPlatforms: [] | ||
| 44 | + - serializedVersion: 2 | ||
| 45 | + name: Low | ||
| 46 | + pixelLightCount: 0 | ||
| 47 | + shadows: 0 | ||
| 48 | + shadowResolution: 0 | ||
| 49 | + shadowProjection: 1 | ||
| 50 | + shadowCascades: 1 | ||
| 51 | + shadowDistance: 20 | ||
| 52 | + shadowNearPlaneOffset: 3 | ||
| 53 | + shadowCascade2Split: 0.33333334 | ||
| 54 | + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} | ||
| 55 | + shadowmaskMode: 0 | ||
| 56 | + blendWeights: 2 | ||
| 57 | + textureQuality: 0 | ||
| 58 | + anisotropicTextures: 0 | ||
| 59 | + antiAliasing: 0 | ||
| 60 | + softParticles: 0 | ||
| 61 | + softVegetation: 0 | ||
| 62 | + realtimeReflectionProbes: 0 | ||
| 63 | + billboardsFaceCameraPosition: 0 | ||
| 64 | + vSyncCount: 0 | ||
| 65 | + lodBias: 0.4 | ||
| 66 | + maximumLODLevel: 0 | ||
| 67 | + streamingMipmapsActive: 0 | ||
| 68 | + streamingMipmapsAddAllCameras: 1 | ||
| 69 | + streamingMipmapsMemoryBudget: 512 | ||
| 70 | + streamingMipmapsRenderersPerFrame: 512 | ||
| 71 | + streamingMipmapsMaxLevelReduction: 2 | ||
| 72 | + streamingMipmapsMaxFileIORequests: 1024 | ||
| 73 | + particleRaycastBudget: 16 | ||
| 74 | + asyncUploadTimeSlice: 2 | ||
| 75 | + asyncUploadBufferSize: 16 | ||
| 76 | + asyncUploadPersistentBuffer: 1 | ||
| 77 | + resolutionScalingFixedDPIFactor: 1 | ||
| 78 | + excludedTargetPlatforms: [] | ||
| 79 | + - serializedVersion: 2 | ||
| 80 | + name: Medium | ||
| 81 | + pixelLightCount: 1 | ||
| 82 | + shadows: 1 | ||
| 83 | + shadowResolution: 0 | ||
| 84 | + shadowProjection: 1 | ||
| 85 | + shadowCascades: 1 | ||
| 86 | + shadowDistance: 20 | ||
| 87 | + shadowNearPlaneOffset: 3 | ||
| 88 | + shadowCascade2Split: 0.33333334 | ||
| 89 | + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} | ||
| 90 | + shadowmaskMode: 0 | ||
| 91 | + blendWeights: 2 | ||
| 92 | + textureQuality: 0 | ||
| 93 | + anisotropicTextures: 1 | ||
| 94 | + antiAliasing: 0 | ||
| 95 | + softParticles: 0 | ||
| 96 | + softVegetation: 0 | ||
| 97 | + realtimeReflectionProbes: 0 | ||
| 98 | + billboardsFaceCameraPosition: 0 | ||
| 99 | + vSyncCount: 1 | ||
| 100 | + lodBias: 0.7 | ||
| 101 | + maximumLODLevel: 0 | ||
| 102 | + streamingMipmapsActive: 0 | ||
| 103 | + streamingMipmapsAddAllCameras: 1 | ||
| 104 | + streamingMipmapsMemoryBudget: 512 | ||
| 105 | + streamingMipmapsRenderersPerFrame: 512 | ||
| 106 | + streamingMipmapsMaxLevelReduction: 2 | ||
| 107 | + streamingMipmapsMaxFileIORequests: 1024 | ||
| 108 | + particleRaycastBudget: 64 | ||
| 109 | + asyncUploadTimeSlice: 2 | ||
| 110 | + asyncUploadBufferSize: 16 | ||
| 111 | + asyncUploadPersistentBuffer: 1 | ||
| 112 | + resolutionScalingFixedDPIFactor: 1 | ||
| 113 | + excludedTargetPlatforms: [] | ||
| 114 | + - serializedVersion: 2 | ||
| 115 | + name: High | ||
| 116 | + pixelLightCount: 2 | ||
| 117 | + shadows: 2 | ||
| 118 | + shadowResolution: 1 | ||
| 119 | + shadowProjection: 1 | ||
| 120 | + shadowCascades: 2 | ||
| 121 | + shadowDistance: 40 | ||
| 122 | + shadowNearPlaneOffset: 3 | ||
| 123 | + shadowCascade2Split: 0.33333334 | ||
| 124 | + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} | ||
| 125 | + shadowmaskMode: 1 | ||
| 126 | + blendWeights: 2 | ||
| 127 | + textureQuality: 0 | ||
| 128 | + anisotropicTextures: 1 | ||
| 129 | + antiAliasing: 0 | ||
| 130 | + softParticles: 0 | ||
| 131 | + softVegetation: 1 | ||
| 132 | + realtimeReflectionProbes: 1 | ||
| 133 | + billboardsFaceCameraPosition: 1 | ||
| 134 | + vSyncCount: 1 | ||
| 135 | + lodBias: 1 | ||
| 136 | + maximumLODLevel: 0 | ||
| 137 | + streamingMipmapsActive: 0 | ||
| 138 | + streamingMipmapsAddAllCameras: 1 | ||
| 139 | + streamingMipmapsMemoryBudget: 512 | ||
| 140 | + streamingMipmapsRenderersPerFrame: 512 | ||
| 141 | + streamingMipmapsMaxLevelReduction: 2 | ||
| 142 | + streamingMipmapsMaxFileIORequests: 1024 | ||
| 143 | + particleRaycastBudget: 256 | ||
| 144 | + asyncUploadTimeSlice: 2 | ||
| 145 | + asyncUploadBufferSize: 16 | ||
| 146 | + asyncUploadPersistentBuffer: 1 | ||
| 147 | + resolutionScalingFixedDPIFactor: 1 | ||
| 148 | + excludedTargetPlatforms: [] | ||
| 149 | + - serializedVersion: 2 | ||
| 150 | + name: Very High | ||
| 151 | + pixelLightCount: 3 | ||
| 152 | + shadows: 2 | ||
| 153 | + shadowResolution: 2 | ||
| 154 | + shadowProjection: 1 | ||
| 155 | + shadowCascades: 2 | ||
| 156 | + shadowDistance: 70 | ||
| 157 | + shadowNearPlaneOffset: 3 | ||
| 158 | + shadowCascade2Split: 0.33333334 | ||
| 159 | + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} | ||
| 160 | + shadowmaskMode: 1 | ||
| 161 | + blendWeights: 4 | ||
| 162 | + textureQuality: 0 | ||
| 163 | + anisotropicTextures: 2 | ||
| 164 | + antiAliasing: 2 | ||
| 165 | + softParticles: 1 | ||
| 166 | + softVegetation: 1 | ||
| 167 | + realtimeReflectionProbes: 1 | ||
| 168 | + billboardsFaceCameraPosition: 1 | ||
| 169 | + vSyncCount: 1 | ||
| 170 | + lodBias: 1.5 | ||
| 171 | + maximumLODLevel: 0 | ||
| 172 | + streamingMipmapsActive: 0 | ||
| 173 | + streamingMipmapsAddAllCameras: 1 | ||
| 174 | + streamingMipmapsMemoryBudget: 512 | ||
| 175 | + streamingMipmapsRenderersPerFrame: 512 | ||
| 176 | + streamingMipmapsMaxLevelReduction: 2 | ||
| 177 | + streamingMipmapsMaxFileIORequests: 1024 | ||
| 178 | + particleRaycastBudget: 1024 | ||
| 179 | + asyncUploadTimeSlice: 2 | ||
| 180 | + asyncUploadBufferSize: 16 | ||
| 181 | + asyncUploadPersistentBuffer: 1 | ||
| 182 | + resolutionScalingFixedDPIFactor: 1 | ||
| 183 | + excludedTargetPlatforms: [] | ||
| 184 | + - serializedVersion: 2 | ||
| 185 | + name: Ultra | ||
| 186 | + pixelLightCount: 4 | ||
| 187 | + shadows: 2 | ||
| 188 | + shadowResolution: 2 | ||
| 189 | + shadowProjection: 1 | ||
| 190 | + shadowCascades: 4 | ||
| 191 | + shadowDistance: 150 | ||
| 192 | + shadowNearPlaneOffset: 3 | ||
| 193 | + shadowCascade2Split: 0.33333334 | ||
| 194 | + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} | ||
| 195 | + shadowmaskMode: 1 | ||
| 196 | + blendWeights: 4 | ||
| 197 | + textureQuality: 0 | ||
| 198 | + anisotropicTextures: 2 | ||
| 199 | + antiAliasing: 2 | ||
| 200 | + softParticles: 1 | ||
| 201 | + softVegetation: 1 | ||
| 202 | + realtimeReflectionProbes: 1 | ||
| 203 | + billboardsFaceCameraPosition: 1 | ||
| 204 | + vSyncCount: 1 | ||
| 205 | + lodBias: 2 | ||
| 206 | + maximumLODLevel: 0 | ||
| 207 | + streamingMipmapsActive: 0 | ||
| 208 | + streamingMipmapsAddAllCameras: 1 | ||
| 209 | + streamingMipmapsMemoryBudget: 512 | ||
| 210 | + streamingMipmapsRenderersPerFrame: 512 | ||
| 211 | + streamingMipmapsMaxLevelReduction: 2 | ||
| 212 | + streamingMipmapsMaxFileIORequests: 1024 | ||
| 213 | + particleRaycastBudget: 4096 | ||
| 214 | + asyncUploadTimeSlice: 2 | ||
| 215 | + asyncUploadBufferSize: 16 | ||
| 216 | + asyncUploadPersistentBuffer: 1 | ||
| 217 | + resolutionScalingFixedDPIFactor: 1 | ||
| 218 | + excludedTargetPlatforms: [] | ||
| 219 | + m_PerPlatformDefaultQuality: | ||
| 220 | + Android: 2 | ||
| 221 | + Lumin: 5 | ||
| 222 | + Nintendo 3DS: 5 | ||
| 223 | + Nintendo Switch: 5 | ||
| 224 | + PS4: 5 | ||
| 225 | + PSP2: 2 | ||
| 226 | + Stadia: 5 | ||
| 227 | + Standalone: 5 | ||
| 228 | + WebGL: 3 | ||
| 229 | + Windows Store Apps: 5 | ||
| 230 | + XboxOne: 5 | ||
| 231 | + iPhone: 2 | ||
| 232 | + tvOS: 2 |
test/ProjectSettings/TagManager.asset
0 → 100644
| 1 | +%YAML 1.1 | ||
| 2 | +%TAG !u! tag:unity3d.com,2011: | ||
| 3 | +--- !u!78 &1 | ||
| 4 | +TagManager: | ||
| 5 | + serializedVersion: 2 | ||
| 6 | + tags: [] | ||
| 7 | + layers: | ||
| 8 | + - Default | ||
| 9 | + - TransparentFX | ||
| 10 | + - Ignore Raycast | ||
| 11 | + - | ||
| 12 | + - Water | ||
| 13 | + - UI | ||
| 14 | + - | ||
| 15 | + - | ||
| 16 | + - | ||
| 17 | + - | ||
| 18 | + - | ||
| 19 | + - | ||
| 20 | + - | ||
| 21 | + - | ||
| 22 | + - | ||
| 23 | + - | ||
| 24 | + - | ||
| 25 | + - | ||
| 26 | + - | ||
| 27 | + - | ||
| 28 | + - | ||
| 29 | + - | ||
| 30 | + - | ||
| 31 | + - | ||
| 32 | + - | ||
| 33 | + - | ||
| 34 | + - | ||
| 35 | + - | ||
| 36 | + - | ||
| 37 | + - | ||
| 38 | + - | ||
| 39 | + - | ||
| 40 | + m_SortingLayers: | ||
| 41 | + - name: Default | ||
| 42 | + uniqueID: 0 | ||
| 43 | + locked: 0 |
test/ProjectSettings/TimeManager.asset
0 → 100644
| 1 | +%YAML 1.1 | ||
| 2 | +%TAG !u! tag:unity3d.com,2011: | ||
| 3 | +--- !u!310 &1 | ||
| 4 | +UnityConnectSettings: | ||
| 5 | + m_ObjectHideFlags: 0 | ||
| 6 | + serializedVersion: 1 | ||
| 7 | + m_Enabled: 0 | ||
| 8 | + m_TestMode: 0 | ||
| 9 | + m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events | ||
| 10 | + m_EventUrl: https://cdp.cloud.unity3d.com/v1/events | ||
| 11 | + m_ConfigUrl: https://config.uca.cloud.unity3d.com | ||
| 12 | + m_TestInitMode: 0 | ||
| 13 | + CrashReportingSettings: | ||
| 14 | + m_EventUrl: https://perf-events.cloud.unity3d.com | ||
| 15 | + m_Enabled: 0 | ||
| 16 | + m_LogBufferSize: 10 | ||
| 17 | + m_CaptureEditorExceptions: 1 | ||
| 18 | + UnityPurchasingSettings: | ||
| 19 | + m_Enabled: 0 | ||
| 20 | + m_TestMode: 0 | ||
| 21 | + UnityAnalyticsSettings: | ||
| 22 | + m_Enabled: 0 | ||
| 23 | + m_TestMode: 0 | ||
| 24 | + m_InitializeOnStartup: 1 | ||
| 25 | + UnityAdsSettings: | ||
| 26 | + m_Enabled: 0 | ||
| 27 | + m_InitializeOnStartup: 1 | ||
| 28 | + m_TestMode: 0 | ||
| 29 | + m_IosGameId: | ||
| 30 | + m_AndroidGameId: | ||
| 31 | + m_GameIds: {} | ||
| 32 | + m_GameId: | ||
| 33 | + PerformanceReportingSettings: | ||
| 34 | + m_Enabled: 0 |
test/ProjectSettings/VFXManager.asset
0 → 100644
| 1 | +%YAML 1.1 | ||
| 2 | +%TAG !u! tag:unity3d.com,2011: | ||
| 3 | +--- !u!937362698 &1 | ||
| 4 | +VFXManager: | ||
| 5 | + m_ObjectHideFlags: 0 | ||
| 6 | + m_IndirectShader: {fileID: 0} | ||
| 7 | + m_CopyBufferShader: {fileID: 0} | ||
| 8 | + m_SortShader: {fileID: 0} | ||
| 9 | + m_StripUpdateShader: {fileID: 0} | ||
| 10 | + m_RenderPipeSettingsPath: | ||
| 11 | + m_FixedTimeStep: 0.016666668 | ||
| 12 | + m_MaxDeltaTime: 0.05 |
-
Please register or login to post a comment