Dimitris-Ilias Gkanatsios
Dimitris-Ilias Gkanatsios
Does the error happen on this line? https://github.com/dgkanatsios/MatchThreeGame/blob/master/Assets/Scripts/Utilities.cs#L22 Have you found out the root cause? Thanks for the report!
thanks, have you tried to use a newer version to see if these warnings have disappeared? In any case, feel free to create a Pull Request that fixes these issues.
Are there any issues if you upgrade the project to the latest version of Unity? Reason I'm asking is that I'd like to keep it compatible with previous versions of...
Hey @steve18624, thanks for reporting this. So, what you are saying is that if you run the sample with LocalMultiplayerAgent locally, the server will not enter an Active status? Do...
thanks @dboon1978 for the great feedback! We'll add it out our backlog, in the meantime if you or anyone else wants to work on that, we'd be more than happy...
that is great @GAGOSIAN84, let us know if we can be of further assistance!
Some random/general comments from my side (since I've been brainstorming about such a mechanism, too) - Instead of `asynchronous`, maybe call it `turn based`? - Game server should be authoritative,...
- regarding authoritative game servers, I think that the backend should have at least some logic behind it. Take out cheating and imagine a tic-tac-toe game. You absolutely want a)...
An article showing how it's done on CosmosDB with Mongo API https://anthonychu.ca/post/cosmos-db-mongoose-discriminators/
Have you found the source of the error? I’d be glad to accept a Pull Request :)