I hope you are still working on this project?
I’m currently in search for a hybrid world/mini map for a city simulation to track people.
How many moving objects can your map handle on the world map? Will it take 10 000?
won’t need updates on every tick, so it could be throttled for about once per second, if your map supports such throttling (or if it can be added easily through customization). Also, what does your map support - and what do you suggest - for tracking 10k of moving objects: is it better to use sprites or dynamically drawn widgets (just small squares or circles)?
And will it work on 4.19? I see some complaints about crashes.