Forum rules - please read before posting.

Camera Issues with PuppetMaster

I've been having some (hard to recreate) jittering issues when using the GameCameraThirdPerson with the PuppetMaster asset. I've spoken to Partel, the developer, & could do with knowing a few things so I can look into it properly:

Is the camera updated in LateUpdate? Also what is the name of the actual script for this camera, so I can re-order it in the script execution order if necessary (apparently it needs to have a higher value than PuppetMaster).

I have not seen the same issues using fixed / "basic" cameras or first person cameras, but then again, as I said it's very hard to reliably recreate the issue, so it could just be coincidence, or even just related to something else, such as character controller or an undetected bug in PM itself, not sure. Something tells me it's not AC at fault, but It never hurts to check. Wouldn't surprise me if it's just a Unity physics problem actually.

Comments

  • The camera is updated in Update, but the MainCamera that attaches itself to it does so in LateUpdate.

    However, both of these are controlled by the StateHandler script - camera scripts do not update themselves.

    You may also want to consider use of the Advanced Third-person camera.

  • Okay, thanks for the information Chris.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.