You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
.. | ||
ArrayContainer.cs | 3 years ago | |
ArrayContainer.cs.meta | 3 years ago | |
LocationAttribute.cs | 3 years ago | |
LocationAttribute.cs.meta | 3 years ago | |
README.md | 3 years ago | |
README.md.meta | 3 years ago | |
ScriptableObjectSingleton.cs | 3 years ago | |
ScriptableObjectSingleton.cs.meta | 3 years ago | |
SerializableDictionary.cs | 3 years ago | |
SerializableDictionary.cs.meta | 3 years ago | |
StringArrayContainer.cs | 3 years ago | |
StringArrayContainer.cs.meta | 3 years ago |
README.md
Unity Collaborate Common Code
This directory contains common classes and logic for the package.
Overview
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.