magic-script-components-react-native
magic-script-components-react-native copied to clipboard
Investigate the "native" memory usage issue
When switching between scenes in the Catalog app memory is constantly growing (but only the native memory, not that used by Java). It also grows on the icons scene (where new icons are loaded dynamically).
Maybe old Renderable
objects are not automatically cleaned up? I think we should create and run independent AR Core project and compare if it behaves similarly.
(I investigated it by attaching Android Studio Profiler tool to the running Catalog)