Forum rules - please read before posting.

Bug - Moveable.cs

In the rotation component of Update(), the code refers to

transform.rotation = endRotation

when this should actually be

transform.localRotation = endRotation.

Comments

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.