-
Notifications
You must be signed in to change notification settings - Fork 8
Package Structure
supermax edited this page Jun 28, 2020
·
4 revisions

Folders with name “Core” contain base classes and scripts that are shared across different modules. Folders with name “Messaging” contain classes and scripts that are specific for the Messenger.

Extensions – extensions classes Objects – core base classes Threading – multithreading related classes/scripts WeakRef – weak reference handling classes

Components – useful unity components Monitor – debugging and monitoring tools