Trouble with MarcoPolo tutorial...

Options
I'm having difficulty with the tutorial, specifically the "Adding Animation" section. The myThirdPersonController class provided is written in JS, yet all of the examples in the tutorial for modifying it are in C#. I know C# generally, but do not as of yet know javascript, so I'm having a bit of trouble figuring out how to translate it all. Is this difference between the example code and the script meant to be intentional, or am I just missing something here?

Comments

  • Tobias
    Options
    This difference between tutorial and sample is an accident. When we did the tutorial, the Controller it used was JS and then for the package, we went with the C# code which fits better into the package.
    In the PUN package, you find the complete controller. Aside from that, the important lesson is just that you notice how you sync values and apply them, smooth them and so on. It's not about the actual code so much.

    Sorry and thanks for bearing with us.
  • No problem, thanks for getting back to me!