ZMWSLI0-SL2021-GR11/Projekt/MWSProjekt/Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Common
2021-07-05 21:20:56 +02:00
..
ArrayContainer.cs Added terrain in project 2021-07-05 21:20:56 +02:00
ArrayContainer.cs.meta Added terrain in project 2021-07-05 21:20:56 +02:00
LocationAttribute.cs Added terrain in project 2021-07-05 21:20:56 +02:00
LocationAttribute.cs.meta Added terrain in project 2021-07-05 21:20:56 +02:00
README.md Added terrain in project 2021-07-05 21:20:56 +02:00
README.md.meta Added terrain in project 2021-07-05 21:20:56 +02:00
ScriptableObjectSingleton.cs Added terrain in project 2021-07-05 21:20:56 +02:00
ScriptableObjectSingleton.cs.meta Added terrain in project 2021-07-05 21:20:56 +02:00
SerializableDictionary.cs Added terrain in project 2021-07-05 21:20:56 +02:00
SerializableDictionary.cs.meta Added terrain in project 2021-07-05 21:20:56 +02:00
StringArrayContainer.cs Added terrain in project 2021-07-05 21:20:56 +02:00
StringArrayContainer.cs.meta Added terrain in project 2021-07-05 21:20:56 +02: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.