BoltEngine / Bolt-Tracker

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

Bolt release mode not compiling #157

Closed cetester001 closed 4 years ago

cetester001 commented 4 years ago

Describe the bug When changing dll mode to Release, compile assembly not compiling anymore.

To Reproduce

  1. Create a new Unity project.
  2. Import Photon Bolt.
  3. Complete Bolt wizard setup.
  4. Change DLL mode to Release.
  5. Try to compile assembly, but not compiling.
  6. And console only shows "Searching for prefabs at: Assets".

Expected behavior

Configuration

ramonmelo commented 4 years ago

Hello @cetester001 ,

Have you checked if your changes in the Assets, Scenes or Prefabs are compiled in Release mode, even if there are no logs indicating this?

cetester001 commented 4 years ago

Hello @ramonmelo , thanks for your reply! I just tested in release mode, create a new event then try compile, but still not working, the new event cannot be found.

ramonmelo commented 4 years ago

Fixed on the next release.

Thanks for your feedback.

cetester001 commented 4 years ago

Thank you very much!