-
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ME] Disable Cache and Cache-clear methods (#202)
Adds a plugin config entry for disabling the cache and public methods to clear the entire or a specific game object from the Renderer cache. This aims to solve issues that are related to the caching, like the multi mesh issue with ObjImport. Users can disable the cache to see if it fixes whatever issue they are having, or call the cache clear method with RUE, modders can specifically clear the cache for their GameObjects if they change the renderers.
- Loading branch information
Showing
2 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters