lstmdg cfdbf69074 2023.7.28 1 рік тому
..
Assets cfdbf69074 2023.7.28 1 рік тому
Common cfdbf69074 2023.7.28 1 рік тому
Components cfdbf69074 2023.7.28 1 рік тому
EditorGameService cfdbf69074 2023.7.28 1 рік тому
Models cfdbf69074 2023.7.28 1 рік тому
Presenters cfdbf69074 2023.7.28 1 рік тому
Properties cfdbf69074 2023.7.28 1 рік тому
Settings cfdbf69074 2023.7.28 1 рік тому
UserInterface cfdbf69074 2023.7.28 1 рік тому
Utilities cfdbf69074 2023.7.28 1 рік тому
Views cfdbf69074 2023.7.28 1 рік тому
Assets.meta cfdbf69074 2023.7.28 1 рік тому
Common.meta cfdbf69074 2023.7.28 1 рік тому
Components.meta cfdbf69074 2023.7.28 1 рік тому
EditorGameService.meta cfdbf69074 2023.7.28 1 рік тому
Models.meta cfdbf69074 2023.7.28 1 рік тому
Presenters.meta cfdbf69074 2023.7.28 1 рік тому
Properties.meta cfdbf69074 2023.7.28 1 рік тому
README.md cfdbf69074 2023.7.28 1 рік тому
README.md.meta cfdbf69074 2023.7.28 1 рік тому
Settings.meta cfdbf69074 2023.7.28 1 рік тому
Unity.CollabProxy.Editor.asmdef cfdbf69074 2023.7.28 1 рік тому
Unity.CollabProxy.Editor.asmdef.meta cfdbf69074 2023.7.28 1 рік тому
UserInterface.meta cfdbf69074 2023.7.28 1 рік тому
Utilities.meta cfdbf69074 2023.7.28 1 рік тому
Views.meta cfdbf69074 2023.7.28 1 рік тому

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