lstmdg cfdbf69074 2023.7.28 1 year ago
..
Assets cfdbf69074 2023.7.28 1 year ago
Common cfdbf69074 2023.7.28 1 year ago
Components cfdbf69074 2023.7.28 1 year ago
EditorGameService cfdbf69074 2023.7.28 1 year ago
Models cfdbf69074 2023.7.28 1 year ago
Presenters cfdbf69074 2023.7.28 1 year ago
Properties cfdbf69074 2023.7.28 1 year ago
Settings cfdbf69074 2023.7.28 1 year ago
UserInterface cfdbf69074 2023.7.28 1 year ago
Utilities cfdbf69074 2023.7.28 1 year ago
Views cfdbf69074 2023.7.28 1 year ago
Assets.meta cfdbf69074 2023.7.28 1 year ago
Common.meta cfdbf69074 2023.7.28 1 year ago
Components.meta cfdbf69074 2023.7.28 1 year ago
EditorGameService.meta cfdbf69074 2023.7.28 1 year ago
Models.meta cfdbf69074 2023.7.28 1 year ago
Presenters.meta cfdbf69074 2023.7.28 1 year ago
Properties.meta cfdbf69074 2023.7.28 1 year ago
README.md cfdbf69074 2023.7.28 1 year ago
README.md.meta cfdbf69074 2023.7.28 1 year ago
Settings.meta cfdbf69074 2023.7.28 1 year ago
Unity.CollabProxy.Editor.asmdef cfdbf69074 2023.7.28 1 year ago
Unity.CollabProxy.Editor.asmdef.meta cfdbf69074 2023.7.28 1 year ago
UserInterface.meta cfdbf69074 2023.7.28 1 year ago
Utilities.meta cfdbf69074 2023.7.28 1 year ago
Views.meta cfdbf69074 2023.7.28 1 year ago

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