PO/Library/PackageCache/com.unity.collab-proxy@1.9.0/Editor/Collaborate/Common
Залетов Федор 573b3fda65 Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
..
ArrayContainer.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
ArrayContainer.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
LocationAttribute.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
LocationAttribute.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
README.md Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
README.md.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
ScriptableObjectSingleton.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
ScriptableObjectSingleton.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
SerializableDictionary.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
SerializableDictionary.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
StringArrayContainer.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
StringArrayContainer.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00

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.