Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xjine/unity_gameobjectactivationmanagers
Manage the active state of a specific GameObjects.
https://github.com/xjine/unity_gameobjectactivationmanagers
assets unity
Last synced: about 1 month ago
JSON representation
Manage the active state of a specific GameObjects.
- Host: GitHub
- URL: https://github.com/xjine/unity_gameobjectactivationmanagers
- Owner: XJINE
- License: bsd-3-clause
- Created: 2024-11-11T04:27:01.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T12:51:07.000Z (about 2 months ago)
- Last Synced: 2024-11-27T15:17:09.284Z (about 1 month ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity_GameObjectActivationManagers
Manage the active state of a specific GameObjects.
## Importing
You can use Package Manager or import it directly.
```
https://github.com/XJINE/Unity_GameObjectActivationManagers.git?path=Assets/Packages/GameObjectActivationManagers
```### Dependencies
This project use following resources.
- [Unity_IInitializable](https://github.com/XJINE/Unity_IInitializable)