Dominik Schacht
Dominik Schacht
Hi, when setting the `Function_Pointer`'s `Active Button` to `Vr Action` and set the name of one of my actions (100% defined in the project's Input map) the editor is filled...
While working with server side Nakama RPCs I found myself using the [suggested grpc status codes](https://heroiclabs.com/docs/nakama/server-framework/lua-runtime/#returning-errors-to-the-client) and I added them to a constants file as they were not available anywhere...
After it failed silently on me today because I just sent a `String` id instead of the `NakamaStorageObjectId` I added these missing exceptions. I thought about gathering all incorrect ids...