WuhuIslandTesting/Library/PackageCache/com.unity.collab-proxy@1.17.7/Editor/Collaborate/Common
2025-01-07 02:06:59 +01:00
..
ArrayContainer.cs initial commit 2025-01-07 02:06:59 +01:00
ArrayContainer.cs.meta initial commit 2025-01-07 02:06:59 +01:00
LocationAttribute.cs initial commit 2025-01-07 02:06:59 +01:00
LocationAttribute.cs.meta initial commit 2025-01-07 02:06:59 +01:00
README.md initial commit 2025-01-07 02:06:59 +01:00
README.md.meta initial commit 2025-01-07 02:06:59 +01:00
ScriptableObjectSingleton.cs initial commit 2025-01-07 02:06:59 +01:00
ScriptableObjectSingleton.cs.meta initial commit 2025-01-07 02:06:59 +01:00
SerializableDictionary.cs initial commit 2025-01-07 02:06:59 +01:00
SerializableDictionary.cs.meta initial commit 2025-01-07 02:06:59 +01:00
StringArrayContainer.cs initial commit 2025-01-07 02:06:59 +01:00
StringArrayContainer.cs.meta initial commit 2025-01-07 02:06:59 +01:00

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.