dojoengine / dojo.unity

Seamless integrate onchain game logic and state into your Unity game
https://book.dojoengine.org/client/sdk/unity
MIT License
26 stars 15 forks source link

Provide custom query entities #63

Open mcjkn007 opened 1 month ago

mcjkn007 commented 1 month ago

For example, when generating entities in WorldManager, custom entities are generated based on config, rather than all of them

Larkooo commented 1 month ago

Not sure I understand what you mean, could you elaborate?

mcjkn007 commented 1 month ago

Not sure I understand what you mean, could you elaborate?

For example, if a player is playing a farm cultivation game and only needs to know the data of their own farm, rather than all the players' data, can a parameter be added during torii initialization to only retrieve their data?

ScottyDavies commented 3 weeks ago

Hello @mcjkn007 I am open to work on this