BoltLauncher does not exist

Options
Today, I bought BOLT and started this tutorial (Getting Started).
I tried this code. BoltLauncher.StartClient();
However, I got an error message "Assets/Tutorial/Scripts/Menu.cs(13,13): error CS0103: The name `BoltLauncher' does not exist in the current context".
I searched for 'BoltLauncher' on Photon Bolt Engine API's class list, but I couldn't find out.
I guess this class was removed, and this tutorial is outdated now, right?
If so, can I read an updated tutorial somewhere? (Or please tell me what functions should I use instead of BoltLauncher)

Comments

  • stanchion
    Options
    After importing the Bolt package, compile assembly then install the first package in the welcome menu.
  • masatoko
    Options
    Thanks for your reply. I solved the problem!

    I found your advice on this page (AdvancedTutorial/Overview).
    If possible, please provide a link to that page at the front of 'Getting Started' for future beginners.
    And I noticed that overview page is missing on the Japanese site.

    Thanks.