Open
Description
Cocos Creator version
v3.8.6
System information
Android App
Issue description
AutoAtlas can cause app launch crashes. I saw that the code related to this was removed in version 386, but the app crashes caused by this issue still exist.
https://forum.cocos.org/t/topic/167558/189
Relevant error log output
Uncaught Exception: - location : src/cocos-js/cc.js:1:453108:
Steps to reproduce
- Place an image in the scene without attaching the automatic atlas.
- Put a prefab in the resources with the automatic atlas attached.
- This will definitely cause the app to crash on launch.
Minimal reproduction project
No response