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.