lstmdg cfdbf69074 2023.7.28 2 år sedan
..
ArrayContainer.cs cfdbf69074 2023.7.28 2 år sedan
ArrayContainer.cs.meta cfdbf69074 2023.7.28 2 år sedan
LocationAttribute.cs cfdbf69074 2023.7.28 2 år sedan
LocationAttribute.cs.meta cfdbf69074 2023.7.28 2 år sedan
README.md cfdbf69074 2023.7.28 2 år sedan
README.md.meta cfdbf69074 2023.7.28 2 år sedan
ScriptableObjectSingleton.cs cfdbf69074 2023.7.28 2 år sedan
ScriptableObjectSingleton.cs.meta cfdbf69074 2023.7.28 2 år sedan
SerializableDictionary.cs cfdbf69074 2023.7.28 2 år sedan
SerializableDictionary.cs.meta cfdbf69074 2023.7.28 2 år sedan
StringArrayContainer.cs cfdbf69074 2023.7.28 2 år sedan
StringArrayContainer.cs.meta cfdbf69074 2023.7.28 2 år sedan

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.