You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonathan Miller 1f14de672b Adds library files 4 years ago
..
ArrayContainer.cs Adds library files 4 years ago
ArrayContainer.cs.meta Adds library files 4 years ago
LocationAttribute.cs Adds library files 4 years ago
LocationAttribute.cs.meta Adds library files 4 years ago
README.md Adds library files 4 years ago
README.md.meta Adds library files 4 years ago
ScriptableObjectSingleton.cs Adds library files 4 years ago
ScriptableObjectSingleton.cs.meta Adds library files 4 years ago
SerializableDictionary.cs Adds library files 4 years ago
SerializableDictionary.cs.meta Adds library files 4 years ago
StringArrayContainer.cs Adds library files 4 years ago
StringArrayContainer.cs.meta Adds library files 4 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.