Error C# in Unity: "Calling context '' is expected to be a member of or derived from `BaseModel`"
I'm just trying to update one column from a table "users_profile" but I receive this error. I already double checked the case sensitive, it's all matching.
I have one trigger in Supabase when a user is registered, it sets the username to empty, idk if this is causing trouble.
I get the error in the "var profileUpdate = await Supabase"


4 Replies
You should really state the language you are using so that it's easier for someone to pick it up, this looks like C# and we don't have many folks on here using C#.
Sorry, it is C# for Unity, using the package from https://github.com/supabase-community/supabase-csharp
GitHub
GitHub - supabase-community/supabase-csharp: A C# Client library fo...
A C# Client library for Supabase. Contribute to supabase-community/supabase-csharp development by creating an account on GitHub.
Yeah the error looks very C# specific, which you will have to wait until someone using C# comes along.
It might be helpful to add that it's in C# in the title of the post.
Thanks for your orientation. I'll keep trying to fix it by myself anyway
If I succeed, I will update the post