lstmdg cfdbf69074 2023.7.28 hace 1 año
..
Assets cfdbf69074 2023.7.28 hace 1 año
Common cfdbf69074 2023.7.28 hace 1 año
Components cfdbf69074 2023.7.28 hace 1 año
EditorGameService cfdbf69074 2023.7.28 hace 1 año
Models cfdbf69074 2023.7.28 hace 1 año
Presenters cfdbf69074 2023.7.28 hace 1 año
Properties cfdbf69074 2023.7.28 hace 1 año
Settings cfdbf69074 2023.7.28 hace 1 año
UserInterface cfdbf69074 2023.7.28 hace 1 año
Utilities cfdbf69074 2023.7.28 hace 1 año
Views cfdbf69074 2023.7.28 hace 1 año
Assets.meta cfdbf69074 2023.7.28 hace 1 año
Common.meta cfdbf69074 2023.7.28 hace 1 año
Components.meta cfdbf69074 2023.7.28 hace 1 año
EditorGameService.meta cfdbf69074 2023.7.28 hace 1 año
Models.meta cfdbf69074 2023.7.28 hace 1 año
Presenters.meta cfdbf69074 2023.7.28 hace 1 año
Properties.meta cfdbf69074 2023.7.28 hace 1 año
README.md cfdbf69074 2023.7.28 hace 1 año
README.md.meta cfdbf69074 2023.7.28 hace 1 año
Settings.meta cfdbf69074 2023.7.28 hace 1 año
Unity.CollabProxy.Editor.asmdef cfdbf69074 2023.7.28 hace 1 año
Unity.CollabProxy.Editor.asmdef.meta cfdbf69074 2023.7.28 hace 1 año
UserInterface.meta cfdbf69074 2023.7.28 hace 1 año
Utilities.meta cfdbf69074 2023.7.28 hace 1 año
Views.meta cfdbf69074 2023.7.28 hace 1 año

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