Please a question. I use a third-person camera as the default camera, and the camera will continue to shake after scene switching. What should I do to resolve this issue? If I directly open and run the second scene camera, the camera will work normally, but if I switch from the first scene to the second scene, this issue will occur, Video attached.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Welcome to the community, @LoveSonya.
As a test, try replacing your own Player prefab with Tin Pot, the 3D Demo’s Player. You can find them in /Assets/AdventureCreator/Demo/Resources/Tin Pot. If you assign him as your default Player, does the camera have the same issue?
If you can also share screenshots of your own Player’s Inspector, as well as the Inspectors of both the MainCamera, and the third-person camera, I’ll try to see if I can spot the problem.
In your Script Execution Order, try setting your camera script to, say, -5. This worked for me as I had a similar issue for a long time and was finally able to resolve it.