dzduole 4be683fb33 中文和声音头像OK il y a 1 mois
..
Assets 4be683fb33 中文和声音头像OK il y a 1 mois
Common 4be683fb33 中文和声音头像OK il y a 1 mois
Components 4be683fb33 中文和声音头像OK il y a 1 mois
EditorGameService 4be683fb33 中文和声音头像OK il y a 1 mois
Models 4be683fb33 中文和声音头像OK il y a 1 mois
Presenters 4be683fb33 中文和声音头像OK il y a 1 mois
Properties 4be683fb33 中文和声音头像OK il y a 1 mois
Settings 4be683fb33 中文和声音头像OK il y a 1 mois
UserInterface 4be683fb33 中文和声音头像OK il y a 1 mois
Utilities 4be683fb33 中文和声音头像OK il y a 1 mois
Views 4be683fb33 中文和声音头像OK il y a 1 mois
Assets.meta 4be683fb33 中文和声音头像OK il y a 1 mois
Common.meta 4be683fb33 中文和声音头像OK il y a 1 mois
Components.meta 4be683fb33 中文和声音头像OK il y a 1 mois
EditorGameService.meta 4be683fb33 中文和声音头像OK il y a 1 mois
Models.meta 4be683fb33 中文和声音头像OK il y a 1 mois
Presenters.meta 4be683fb33 中文和声音头像OK il y a 1 mois
Properties.meta 4be683fb33 中文和声音头像OK il y a 1 mois
README.md 4be683fb33 中文和声音头像OK il y a 1 mois
README.md.meta 4be683fb33 中文和声音头像OK il y a 1 mois
Settings.meta 4be683fb33 中文和声音头像OK il y a 1 mois
Unity.CollabProxy.Editor.asmdef 4be683fb33 中文和声音头像OK il y a 1 mois
Unity.CollabProxy.Editor.asmdef.meta 4be683fb33 中文和声音头像OK il y a 1 mois
UserInterface.meta 4be683fb33 中文和声音头像OK il y a 1 mois
Utilities.meta 4be683fb33 中文和声音头像OK il y a 1 mois
Views.meta 4be683fb33 中文和声音头像OK il y a 1 mois

README.md

Unity Collaborate Editor Package Code

In this directory, we have all of the package code of Collaborate including its MVP architecture.

Overview

This is the structure of the directory:

<root>
  ├── Unity.SourceControl.asmdef
  ├── Assets/
  │   ├── Icons/
  │   ├── Layouts/
  │   ├── Styles/
  │   └── UiConstants.cs
  ├── Models/
  │   ├── Api/
  │   │   └── ISourceControlProvider.cs
  │   └── Providers/
  │       └── Collab.cs
  ├── Views/
  │   └── Adaptors/
  ├── Presenters/
  ├── Common/
  ├── Settings/
  ├── Components/
  ├── Utilities/
  └── UserInterface/
      ├── Bootstrap.cs
      ├── WindowCache.cs
      ├── ToolbarButton.cs
      └── CollaborateWindow.cs