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 00e4582c08 Plugins system 3 years ago
..
ArrayContainer.cs Plugins system 3 years ago
ArrayContainer.cs.meta Plugins system 3 years ago
LocationAttribute.cs Plugins system 3 years ago
LocationAttribute.cs.meta Plugins system 3 years ago
README.md Plugins system 3 years ago
README.md.meta Plugins system 3 years ago
ScriptableObjectSingleton.cs Plugins system 3 years ago
ScriptableObjectSingleton.cs.meta Plugins system 3 years ago
SerializableDictionary.cs Plugins system 3 years ago
SerializableDictionary.cs.meta Plugins system 3 years ago
StringArrayContainer.cs Plugins system 3 years ago
StringArrayContainer.cs.meta Plugins system 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.