heroiclabs / nakama-cpp

Generic C/C++ client for Nakama server.
https://heroiclabs.com/docs/cpp-client-guide
Apache License 2.0
71 stars 25 forks source link

Issue building for Unreal 5 #146

Closed AdLegg85 closed 1 year ago

AdLegg85 commented 1 year ago

I have been trying to get Nakama working with unreal 5 - following this video After adding Nakama into the plugins folder and selecting the plugin active. It will restart and try to compile but will fail with errors.

NakamaCore.build.cs(26, 45): [CS0103] The name 'UnrealArch' does not exist in the current context NakamaCore.build.cs(22, 40): [CS0103] The name 'UnrealArch' does not exist in the current context

I followed the steps exactly, project is C++ and im running unreal 5.1.1

Thanks

lugehorsam commented 1 year ago

Hi @AdLegg85 this will be fixed in a release next week.

lugehorsam commented 1 year ago

This is now fixed in the latest nakama-unreal release.