Title says it all
is it possible at all? Or is DOTS/ECS strictly C# only?
Title says it all
is it possible at all? Or is DOTS/ECS strictly C# only?
No
Might want to check this subforum instead:
As well as:
Found out it’s possible but it’s experimental:
https://docs.unity3d.com/Packages/com.unity.visualscripting.entities@0.5/manual/index.html
Keep in mind that the visual scripting package is not being developed and it’s not compatible with recent Unity/ECS versions.
You mean the one that’s called Visual Scripting ECS (which address is com.unity.visualscripting.entities) ??
Yes. Last release of that package was three years ago and it’s built on Entities 0.14 for Unity 2020.1.

https://docs.unity3d.com/Packages/com.unity.visualscripting.entities@0.5/changelog/CHANGELOG.html
Oh wow, yikes! Thanks for the info…
It is possible, though. The devs of V Rising modified Playmaker to be able to use DOTS. I hope the devs of Playmaker are taking notes.