Axel Nordh d24e17e398 innit 4 жил өмнө
..
Assets d24e17e398 innit 4 жил өмнө
Common d24e17e398 innit 4 жил өмнө
Components d24e17e398 innit 4 жил өмнө
Models d24e17e398 innit 4 жил өмнө
Presenters d24e17e398 innit 4 жил өмнө
Properties d24e17e398 innit 4 жил өмнө
Settings d24e17e398 innit 4 жил өмнө
UserInterface d24e17e398 innit 4 жил өмнө
Utilities d24e17e398 innit 4 жил өмнө
Views d24e17e398 innit 4 жил өмнө
Assets.meta d24e17e398 innit 4 жил өмнө
Common.meta d24e17e398 innit 4 жил өмнө
Components.meta d24e17e398 innit 4 жил өмнө
Models.meta d24e17e398 innit 4 жил өмнө
Presenters.meta d24e17e398 innit 4 жил өмнө
Properties.meta d24e17e398 innit 4 жил өмнө
README.md d24e17e398 innit 4 жил өмнө
README.md.meta d24e17e398 innit 4 жил өмнө
Settings.meta d24e17e398 innit 4 жил өмнө
Unity.CollabProxy.Editor.asmdef d24e17e398 innit 4 жил өмнө
Unity.CollabProxy.Editor.asmdef.meta d24e17e398 innit 4 жил өмнө
UserInterface.meta d24e17e398 innit 4 жил өмнө
Utilities.meta d24e17e398 innit 4 жил өмнө
Views.meta d24e17e398 innit 4 жил өмнө

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