heroiclabs / nakama-unity

Unity client for Nakama server.
https://heroiclabs.com/docs/unity-client-guide
Other
419 stars 75 forks source link

Missing script after client import from the asset store #21

Closed rodgalvao closed 7 years ago

rodgalvao commented 7 years ago

After I imported the Unity Nakama client from the asset store there were these errors:

  1. NakamaScriptObject was missing a script

which I supposed was DemoScene.cs, so I attached it and updated the references to the respective buttons. The problem now is:

  1. The buttons don't have actions associated with them
novabyte commented 7 years ago

I've added instructions on how to setup one of the demo scenes https://github.com/heroiclabs/nakama-unity/commit/df3271bbd6ee018d040b5ea5999d3e4ed9c695ee. Thanks