cocos-engine
cocos-engine copied to clipboard
[all] - Objects does not lose their Z position even if you deactivate 3D in the project
Cocos Creator version
3.8.2
System information
MacOS Arm (M3)
Issue description
Some positions got frozen on their old value. This caused rendering issues for me because some objects got culled by the camera.
Relevant error log output
No response
Steps to reproduce
Create an object. Assign Z position Go into Project -> Project Settings -> Feature Cropping -> Disable Every 3D feature
Minimal reproduction project
No response