diff --git a/Assembly-CSharp.csproj b/Assembly-CSharp.csproj index 6b339af3..cdcc39a9 100644 --- a/Assembly-CSharp.csproj +++ b/Assembly-CSharp.csproj @@ -53,7 +53,7 @@ 2020.3.20f1 - + diff --git a/Assets/test.cs b/Assets/test.cs new file mode 100644 index 00000000..b0cf9637 --- /dev/null +++ b/Assets/test.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class NewBehaviourScript : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/Assets/test.cs.meta b/Assets/test.cs.meta new file mode 100644 index 00000000..b0901583 --- /dev/null +++ b/Assets/test.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 881885f3be9a07742a5fbb72d0274e83 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Library/ArtifactDB b/Library/ArtifactDB index f05f302c..cbadce7a 100644 Binary files a/Library/ArtifactDB and b/Library/ArtifactDB differ diff --git a/Library/Artifacts/20/2059cf21e014d14f4b3aa4d50aec6866 b/Library/Artifacts/20/2059cf21e014d14f4b3aa4d50aec6866 new file mode 100644 index 00000000..d62207a0 Binary files /dev/null and b/Library/Artifacts/20/2059cf21e014d14f4b3aa4d50aec6866 differ diff --git a/Library/Artifacts/21/2172cc4f7cde4c0313ea8d62db68634c b/Library/Artifacts/21/2172cc4f7cde4c0313ea8d62db68634c new file mode 100644 index 00000000..0e56223b Binary files /dev/null and b/Library/Artifacts/21/2172cc4f7cde4c0313ea8d62db68634c differ diff --git a/Library/Artifacts/aa/aabb242130726ae77825e93891ad4ce4 b/Library/Artifacts/aa/aabb242130726ae77825e93891ad4ce4 new file mode 100644 index 00000000..a25333fd Binary files /dev/null and b/Library/Artifacts/aa/aabb242130726ae77825e93891ad4ce4 differ diff --git a/Library/Artifacts/f5/f5c7e9c7f7d2845bd2e5a46edefc0bb3 b/Library/Artifacts/f5/f5c7e9c7f7d2845bd2e5a46edefc0bb3 new file mode 100644 index 00000000..58f1f8d3 Binary files /dev/null and b/Library/Artifacts/f5/f5c7e9c7f7d2845bd2e5a46edefc0bb3 differ diff --git a/Library/SceneVisibilityState.asset b/Library/SceneVisibilityState.asset index a4d8e251..a35b28f9 100644 Binary files a/Library/SceneVisibilityState.asset and b/Library/SceneVisibilityState.asset differ diff --git a/Library/ScriptAssemblies/Assembly-CSharp.dll b/Library/ScriptAssemblies/Assembly-CSharp.dll new file mode 100644 index 00000000..9e5e9ec5 Binary files /dev/null and b/Library/ScriptAssemblies/Assembly-CSharp.dll differ diff --git a/Library/ScriptAssemblies/Assembly-CSharp.pdb b/Library/ScriptAssemblies/Assembly-CSharp.pdb new file mode 100644 index 00000000..594fda7f Binary files /dev/null and b/Library/ScriptAssemblies/Assembly-CSharp.pdb differ diff --git a/Library/SourceAssetDB b/Library/SourceAssetDB index 5686ae71..df6b0ae5 100644 Binary files a/Library/SourceAssetDB and b/Library/SourceAssetDB differ diff --git a/Library/StateCache/MainStageHierarchy/4d/4d2a36d9faf65734f0bbefb3ee623532.json b/Library/StateCache/MainStageHierarchy/4d/4d2a36d9faf65734f0bbefb3ee623532.json index 8ef437d2..b7f447b1 100644 --- a/Library/StateCache/MainStageHierarchy/4d/4d2a36d9faf65734f0bbefb3ee623532.json +++ b/Library/StateCache/MainStageHierarchy/4d/4d2a36d9faf65734f0bbefb3ee623532.json @@ -1 +1 @@ -{"m_ScrollY":0.0,"m_ExpandedSceneGameObjectInstanceIDs":[],"m_LastClickedInstanceID":0,"m_OpenSceneGUIDs":[]} \ No newline at end of file +{"m_ScrollY":0.0,"m_ExpandedSceneGameObjectInstanceIDs":[-1198],"m_LastClickedInstanceID":0,"m_OpenSceneGUIDs":["9fc0d4010bbf28b4594072e72b8655ab"]} \ No newline at end of file diff --git a/Logs/AssetImportWorker0.log b/Logs/AssetImportWorker0.log new file mode 100644 index 00000000..e69de29b diff --git a/Logs/shadercompiler-AssetImportWorker0.log b/Logs/shadercompiler-AssetImportWorker0.log new file mode 100644 index 00000000..e69de29b diff --git a/My project.sln b/My project.sln index 1048b5dd..86cb4443 100644 --- a/My project.sln +++ b/My project.sln @@ -1,14 +1,18 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 - +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{32C3BDE6-E125-3128-82C1-25D0441455A3}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - + {32C3BDE6-E125-3128-82C1-25D0441455A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {32C3BDE6-E125-3128-82C1-25D0441455A3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {32C3BDE6-E125-3128-82C1-25D0441455A3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {32C3BDE6-E125-3128-82C1-25D0441455A3}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/test b/test new file mode 100644 index 00000000..e69de29b