zhanghesheng
Results
2
issues of
zhanghesheng
Switching between multiple models, such as A, B, and C, and loading new models while releasing old model data: ``` ResourceLoader->evictResourceData(); Scene->removeEntities(_asset->getEntities(), _asset->getEntityCount()); AssetLoader->destroyAsset(_asset); _asset = nullptr; ``` When rapidly...
bug
ios
MSDKDnsService调用getDomainsDNSFromCache解析是发生crash