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

https://github.com/xjine/unity_memoryusagechecker

MemoryUsageChecker gets memory usage simply.
https://github.com/xjine/unity_memoryusagechecker

assets unity

Last synced: 2 months ago
JSON representation

MemoryUsageChecker gets memory usage simply.

Awesome Lists containing this project

README

          

# Unity_MemoryUsageChecker

MemoryUsageChecker gets memory usage simply.

## Import to Your Project

You can import this asset from UnityPackage.

- [MemoryUsageChecker.unitypackage](https://github.com/XJINE/Unity_MemoryUsageChecker/blob/master/MemoryUsageChecker.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 memory usage data like ``MemoryUsageChecker.Instance.TotalReserved``.
Following data are available.

- TotalReserved
- TotalReservedAvg
- TotalReservedMax
- TotalAllocated
- TotalAllocatedAvg
- TotalAllocatedMax
- MonoHeap
- MonoHeapAvg
- MonoHeapMax
- MonoUsed
- MonoUsedAvg
- MonoUsedMax