An open API service indexing awesome lists of open source software.

https://github.com/xjine/unity_objectmanagementsystem

ObjectManagementSystem provide a quite simple logic to manage object counts and the references.
https://github.com/xjine/unity_objectmanagementsystem

assets unity

Last synced: about 2 months ago
JSON representation

ObjectManagementSystem provide a quite simple logic to manage object counts and the references.

Awesome Lists containing this project

README

          

# Unity_ObjectManagementSystem

ObjectManagementSystem provide a quite simple logic to manage object counts and the references.

## Import to Your Project

You can import this asset from UnityPackage.

- [ObjectManagementSystem.unitypackage](https://github.com/XJINE/Unity_ObjectManagementSystem/blob/master/ObjectManagementSystem.unitypackage)

### Dependencies

You have to import following assets to use this asset.

- [Unity_IInitializable](https://github.com/XJINE/Unity_IInitializable)