Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Dispose()

Dispose of the resources used by this PropertyDatabase.
Read time 1 minuteLast updated 9 days ago

Definition

public void Dispose()

Remarks

You should try to always call dispose when you no longer need the PropertyDatabase. Even if it is recommended to keep the PropertyDatabase alive as much as possible and use the views when accessing it, calling dispose will make sure that the lock that prevents multiple openings on the same file will be removed properly. It also helps removing pressure on the C# garbage collection by preventing the finalizer from being called.