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

https://github.com/xjine/unity_objectcountchecker

Simply gets object counts in current scene.
https://github.com/xjine/unity_objectcountchecker

assets unity

Last synced: 3 months ago
JSON representation

Simply gets object counts in current scene.

Awesome Lists containing this project

README

          

# Unity_ObjectCountChecker

Simply gets object counts in current scene.
One of the usages is to find object base memory leak.

## Import to Your Project

You can import this asset from UnityPackage.

- [ObjectCountChecker.unitypackage](https://github.com/XJINE/Unity_ObjectCountChecker/blob/master/ObjectCountChecker.unitypackage)

### Dependencies

You have to import following assets to use this asset.

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

## How to Use

You can access object count like ``ObjectCountChecker.Instance.ObjectCount``.
Following count parameters are available.

- Object (all of object)
- Texture
- AudioClip
- Mesh
- Material
- GameObject
- Component