|
|
há 2 anos atrás | |
|---|---|---|
| .. | ||
| ArrayContainer.cs | há 2 anos atrás | |
| ArrayContainer.cs.meta | há 2 anos atrás | |
| LocationAttribute.cs | há 2 anos atrás | |
| LocationAttribute.cs.meta | há 2 anos atrás | |
| README.md | há 2 anos atrás | |
| README.md.meta | há 2 anos atrás | |
| ScriptableObjectSingleton.cs | há 2 anos atrás | |
| ScriptableObjectSingleton.cs.meta | há 2 anos atrás | |
| SerializableDictionary.cs | há 2 anos atrás | |
| SerializableDictionary.cs.meta | há 2 anos atrás | |
| StringArrayContainer.cs | há 2 anos atrás | |
| StringArrayContainer.cs.meta | há 2 anos atrás | |
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.