BoltEngine / Bolt-Tracker

New issue tracker for Photon Bolt
10 stars 2 forks source link

Sample code missing Bolt Prefabs #103

Closed ambid17 closed 5 years ago

ambid17 commented 5 years ago

How to reproduce issue

  1. Open Unity 2018.1.7f1
  2. Import Photon Bolt
  3. Use wizard to install Core Package, then Samples

Expected Behavior

Should have no errors, and capable to explore samples

Actual behavior

Several errors due to bolt prefabs being empty. class BoltPrefabs is an empty class. Several errors along the lines of: Assets/samples/AdvancedTutorial/scripts/Player/Player.cs(86,49): error CS0117: BoltPrefabs' does not contain a definition forPlayer'

Configuration

herpdederp commented 5 years ago

You need to compile assembly after importing samples. I believe the next update automatically does this or prompts you to do so