You may need to release the memory used by BearSDK, so you have to use releaseResources
method. Resources will be acquired again when the new ARViewController
or its subclass is initialized.
isLoaded
- The status of the BearSDK resources;releaseResources
- Releases all BearSDK support resources. Ex.: default textures, initialized trackers and etc.
Note: once loaded Bear SDK resources will be kept until
releaseResources
is called. You should only release resources when user finishes enjoying augmented reality and switches to other app features.
Comments
Please sign in to leave a comment.