Upgrade to 5.6.2?

Options
Anyone using Bolt with Unity 5.6.2? I just started looking into using it and it seemed like the Advanced sample project wasn't working with it, but it worked when i tested it with 5.6.1.

Comments

  • stanchion
    Options
    What's the issue?
  • resiak
    Options
    Hmm, now, when trying it on a different computer, the AdvancedTutorial scenes work but the clickToMoveServerAuth doesn't....

    I'm getting the error: Exceptiont thrown while trying to find index of scene 'clickToMoveServerAuth'
    KeyNotFoundException

    Even though I added the scene to the build settings. Any ideas? I must just be doing something wrong.
  • stanchion
    Options
    You need to compile assembly after changing scenes in build settings. This should be covered in the getting started docs.
  • resiak
    Options
    Yep, that's it. Thanks! I swear I read the getting started... guess i needed more coffee.