You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Needed so we can intentionally seek out mandatory enemy groups in a reliable and efficient way (and also for getting Graplou targets later down the line).
We'll need the positions of enemies on the map, and a way to filter out the relevant enemies if that array contain other things too.
The text was updated successfully, but these errors were encountered:
From my initial research - all enemy game objects are scattered in ECS, making them a massive task to retrieve.
I can find their position values at runtime manually, but theres no reliable way i've found to get the data for a list of enemies on a screen. This may require someone with much more unity ECS RE knowledge than I have to figure out.
Needed so we can intentionally seek out mandatory enemy groups in a reliable and efficient way (and also for getting Graplou targets later down the line).
We'll need the positions of enemies on the map, and a way to filter out the relevant enemies if that array contain other things too.
The text was updated successfully, but these errors were encountered: