|
|
2 년 전 | |
|---|---|---|
| .. | ||
| ArrayContainer.cs | 2 년 전 | |
| ArrayContainer.cs.meta | 2 년 전 | |
| LocationAttribute.cs | 2 년 전 | |
| LocationAttribute.cs.meta | 2 년 전 | |
| README.md | 2 년 전 | |
| README.md.meta | 2 년 전 | |
| ScriptableObjectSingleton.cs | 2 년 전 | |
| ScriptableObjectSingleton.cs.meta | 2 년 전 | |
| SerializableDictionary.cs | 2 년 전 | |
| SerializableDictionary.cs.meta | 2 년 전 | |
| StringArrayContainer.cs | 2 년 전 | |
| StringArrayContainer.cs.meta | 2 년 전 | |
This directory contains common classes and logic for the package.
This is the structure of the directory:
<root>
├── LocationAttribute.cs
└── ScriptableObjectSingleton.cs
LocationAttribute.cs attribute used to specify where to cache the ScriptableObjectSingleton.
ScriptableObjectSingleton.cs public version of the ScriptableSingleton class in Unity and modified from the
GitHubForUnity implementation of it.