lstmdg cfdbf69074 2023.7.28 2 лет назад
..
Assets cfdbf69074 2023.7.28 2 лет назад
Common cfdbf69074 2023.7.28 2 лет назад
Components cfdbf69074 2023.7.28 2 лет назад
EditorGameService cfdbf69074 2023.7.28 2 лет назад
Models cfdbf69074 2023.7.28 2 лет назад
Presenters cfdbf69074 2023.7.28 2 лет назад
Properties cfdbf69074 2023.7.28 2 лет назад
Settings cfdbf69074 2023.7.28 2 лет назад
UserInterface cfdbf69074 2023.7.28 2 лет назад
Utilities cfdbf69074 2023.7.28 2 лет назад
Views cfdbf69074 2023.7.28 2 лет назад
Assets.meta cfdbf69074 2023.7.28 2 лет назад
Common.meta cfdbf69074 2023.7.28 2 лет назад
Components.meta cfdbf69074 2023.7.28 2 лет назад
EditorGameService.meta cfdbf69074 2023.7.28 2 лет назад
Models.meta cfdbf69074 2023.7.28 2 лет назад
Presenters.meta cfdbf69074 2023.7.28 2 лет назад
Properties.meta cfdbf69074 2023.7.28 2 лет назад
README.md cfdbf69074 2023.7.28 2 лет назад
README.md.meta cfdbf69074 2023.7.28 2 лет назад
Settings.meta cfdbf69074 2023.7.28 2 лет назад
Unity.CollabProxy.Editor.asmdef cfdbf69074 2023.7.28 2 лет назад
Unity.CollabProxy.Editor.asmdef.meta cfdbf69074 2023.7.28 2 лет назад
UserInterface.meta cfdbf69074 2023.7.28 2 лет назад
Utilities.meta cfdbf69074 2023.7.28 2 лет назад
Views.meta cfdbf69074 2023.7.28 2 лет назад

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