dzduole 4be683fb33 中文和声音头像OK 1 месяц назад
..
ArrayContainer.cs 4be683fb33 中文和声音头像OK 1 месяц назад
ArrayContainer.cs.meta 4be683fb33 中文和声音头像OK 1 месяц назад
LocationAttribute.cs 4be683fb33 中文和声音头像OK 1 месяц назад
LocationAttribute.cs.meta 4be683fb33 中文和声音头像OK 1 месяц назад
README.md 4be683fb33 中文和声音头像OK 1 месяц назад
README.md.meta 4be683fb33 中文和声音头像OK 1 месяц назад
ScriptableObjectSingleton.cs 4be683fb33 中文和声音头像OK 1 месяц назад
ScriptableObjectSingleton.cs.meta 4be683fb33 中文和声音头像OK 1 месяц назад
SerializableDictionary.cs 4be683fb33 中文和声音头像OK 1 месяц назад
SerializableDictionary.cs.meta 4be683fb33 中文和声音头像OK 1 месяц назад
StringArrayContainer.cs 4be683fb33 中文和声音头像OK 1 месяц назад
StringArrayContainer.cs.meta 4be683fb33 中文和声音头像OK 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.