lstmdg cfdbf69074 2023.7.28 преди 1 година
..
ArrayContainer.cs cfdbf69074 2023.7.28 преди 1 година
ArrayContainer.cs.meta cfdbf69074 2023.7.28 преди 1 година
LocationAttribute.cs cfdbf69074 2023.7.28 преди 1 година
LocationAttribute.cs.meta cfdbf69074 2023.7.28 преди 1 година
README.md cfdbf69074 2023.7.28 преди 1 година
README.md.meta cfdbf69074 2023.7.28 преди 1 година
ScriptableObjectSingleton.cs cfdbf69074 2023.7.28 преди 1 година
ScriptableObjectSingleton.cs.meta cfdbf69074 2023.7.28 преди 1 година
SerializableDictionary.cs cfdbf69074 2023.7.28 преди 1 година
SerializableDictionary.cs.meta cfdbf69074 2023.7.28 преди 1 година
StringArrayContainer.cs cfdbf69074 2023.7.28 преди 1 година
StringArrayContainer.cs.meta cfdbf69074 2023.7.28 преди 1 година

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.