-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move Script, Sound, and SoundListener ECs to TundraCore #763
Comments
+1. Sound is already a subfolder there so will go in neatly. Less separate projects/static libs to build the better :) |
Started looking into this; actually Sound and SoundListener are a bit problematic due to the Placeable dependency, but Script can be moved easily at least. |
…ipting language agnostic. Closes realXtend#763.
I've been saying a long time that we need to also move Placeable to core as an interface. Just like Until we do this
I'm sure EC_Sound would be happy with very simple functionality aka. |
Placeable is the most essential EC and should be in TundraCore, agreed. Not the biggest fan on the IPlaceable approach though. Wonder if there would be some nicer way (I'll have to do some thinking on the matter). In new Tundra luckily we don't have this problem as Urho3D is the core dependency of that project. As a quick'n'dirty hack we could add suite of functions like |
Related to #780 |
These are very fundamental ECs and there's no point to having them as optional.
The text was updated successfully, but these errors were encountered: