initialPrefabs logo
  • Home 
  • Blog 
  • Tags 
  1. Home
  2. Tools
  3. Reactive Disposal

Reactive Disposal

1 min read • 115 words
Tools   Unity   Deprecated   Free  
Tools   Unity   Deprecated   Free  
Share via
initialPrefabs
Link copied to clipboard

Manage unmanaged memory in Unity ECS

Grab it here on GitHub  
Due to the original voltile nature of the early days of DOTS, we have not had the time to update this system and it is now archived. Rules of BlobAssets have been updated, so the example is no longer valid. For more information about BlobAsset, we recommend you visit Unity’s Entities testing package and view the BlobificationTests.cs file.

About  

Reactive Disposal is a small utility to reduce the boiler plate of having to manually release memory. This does so by tracking the life times using Unity ECS rules of SystemState Components and checking if an entity received a new tag which marks the disposal of the unmanaged memory.

 UGUIDOTS
Additive Scene Groups 
Follow Us!

Contact us if you want to work with us for your games and art projects!

     
Copyright © 2016-2025 InitialPrefabs
initialPrefabs
Code copied to clipboard