I want to build an area-of-interest system using Spacetimedb, but I haven’t quite figured out how to implement it. Could you add an example of this to the documentation? I tried using a separate table to store position data in addition to my Players table, but I ran into difficulties due to the new on_insert event every time the area changed.
I want to build an area-of-interest system using Spacetimedb, but I haven’t quite figured out how to implement it. Could you add an example of this to the documentation? I tried using a separate table to store position data in addition to my
Playerstable, but I ran into difficulties due to the newon_insertevent every time the area changed.