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.
- Host: GitHub
- URL: https://github.com/xjine/unity_objectmanagementsystem
- Owner: XJINE
- License: bsd-3-clause
- Created: 2018-10-02T11:28:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T04:11:05.000Z (about 7 years ago)
- Last Synced: 2025-02-08T22:28:11.752Z (over 1 year ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 339 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)