heroiclabs / unity-sampleproject

A sample game called Pirate Panic for Unity engine built with Nakama server.
https://heroiclabs.com
Apache License 2.0
141 stars 40 forks source link

Server function "load_user_cards" seems to be missing #18

Closed styliann-eth closed 3 years ago

styliann-eth commented 3 years ago

I just tried playing Pirate Panic in the editor and I got the following error:

Could not load user cards: RPC function not found at line 372 of CardsMenuUI.cs

Has anyone been able to click on the "Cards" button? Also, when I build the game and run both instances to be able to join a Battle there are no cards loading so similar issue I guess.

novabyte commented 3 years ago

@ns2808 can you confirm that you loaded the server modules as part of the start of the server before you ran the Unity project?

styliann-eth commented 3 years ago

@novabyte Hi Chris, thank you for getting back to me on this. I didn't actually so I'm sure if I do it properly it will work fine now.