Nakama storage issue unity

Hi!

I am using unity 2019 and latest version of nakama after writing the code all things are ok except the WriteStorageObject which is not found (even with ‘using Nakama;’ in imports)

It gives me ‘the type or namespace name could not be found (are you missing a using directive or an assembly reference?)’

Hi @Kabbary. Are you sure you have the latest 2.2.2 release of the Nakama Unity client sdk? You can see the code for WriteStorageObject on GitHub: https://github.com/heroiclabs/nakama-dotnet/blob/master/src/Nakama/WriteStorageObject.cs

It’s definitely bundled with the latest release of the code. Do you have a stacktrace or compiler message you can share from the Unity editor output?