Simon Schmid
Simon Schmid
Might be safer to wait for the next release. PR on develop please (default branch) Does it require changes in entitas? or is it a Plugin?
It's been a while :) I saw a working prototype ages ago. Shall finalize this? Whats the state with the web UI?
What about Powershell or Cygwin? They do run bash, don’t they?
To catch all modifications I'd suggest to hook into these entity events: https://github.com/sschmid/Entitas-CSharp/blob/develop/Entitas/Entitas/Entity/Entity.cs#L13-L26 Combine this with https://github.com/sschmid/Entitas-CSharp/blob/develop/Entitas/Entitas/Context/Context.cs#L14-L21 to add and remove event listeners to entities when they are created /...
If it's about seeing the code, your IDE should be able to display it (decompile it) There's no automated way to get the sources. You can fork Entitas and copy...
Hi, great to hear you're considering Entitas. @mzaks maintains Entitas-Lang. I'm currently trying to convince him that we need a json export so we can use the existing code generation...
Haha, though that's an issue on the Entitas Repo... sorry. Just saw it's ECS-Lang 🤦♂️
I know what you mean, it can definitely be on a component, too. Maybe I change it. Shmup is still a very early version and work in progress. But you're...
Heads up: the object pool should definitely be on a component ;) This rule helped me avoid head aches: Not only data has to be in components, but also dependencies....
Hi, thanks for the issue. I removed colored components a while back when preparing Entitas 2.0. Versions after 1.14.x won't have colored components anymore. In case you want to patch...