Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)