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.
flavien ANDRE 899573c783
unity project added
3 years ago
..
ArrayContainer.cs unity project added 3 years ago
ArrayContainer.cs.meta unity project added 3 years ago
LocationAttribute.cs unity project added 3 years ago
LocationAttribute.cs.meta unity project added 3 years ago
README.md unity project added 3 years ago
README.md.meta unity project added 3 years ago
ScriptableObjectSingleton.cs unity project added 3 years ago
ScriptableObjectSingleton.cs.meta unity project added 3 years ago
SerializableDictionary.cs unity project added 3 years ago
SerializableDictionary.cs.meta unity project added 3 years ago
StringArrayContainer.cs unity project added 3 years ago
StringArrayContainer.cs.meta unity project added 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.