|
|
преди 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.