Skip to content
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

Editor Authoring functionality missing #5

Open
defic opened this issue Jul 29, 2021 · 1 comment
Open

Editor Authoring functionality missing #5

defic opened this issue Jul 29, 2021 · 1 comment

Comments

@defic
Copy link

defic commented Jul 29, 2021

First of all I'd like to thank you @Kimbatt for sharing this project. So far it has worked great.

Unity DOTS physics has editor authoring components with the included Unity.Physics.Editor & Unity.Physics.Hybrid (not entirely sure if both are required). With Unity.Physics it is possible to design gameobjects in the editor and use those in the code through subscenes and entity prefabs, but the authoring components are not compatible with this project. At the moment including Unity.Physics.Editor & Unity.Physics.Hybrid gives a ton of errors. I think this project would be complete with the authoring functionality.

@Kimbatt
Copy link
Owner

Kimbatt commented Oct 17, 2021

Hi,
I made this project only as a proof-of-concept, and I probably won't implement the editor functionalities; I'd need to make extra sure that the physics state is set up from editor values in a deterministic way, and have a deterministic float-sfloat conversion from the editor input field (like position/rotation values). Maybe these wouldn't be a problem, I'm not sure.
Maybe if I have a lot of free time in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants