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

Visualize controller 3D model and animate it #22

Open
Rufus31415 opened this issue Nov 15, 2020 · 3 comments
Open

Visualize controller 3D model and animate it #22

Rufus31415 opened this issue Nov 15, 2020 · 3 comments

Comments

@De-Panther
Copy link

Made a package that should be able to work also with this exporter.
https://github.com/De-Panther/webxr-input-profiles-loader

@Rufus31415
Copy link
Owner Author

Nice work, I'll take a closer look. I think I'm going to be interested. What bothers me is the dependency to NewtonSoft Json. But otherwise, it's pretty fast and the rendering is great.

@De-Panther
Copy link

Thanks.
Yes, the profile spec use Dictionary in some parts, so couldn't use Unity's JsonUtility.
So had to use another JSON parser. JSON dot net has a package that Unity maintain, so I preferred to use it than other parsers.
It's possible to write a specific parser, but for now it's ok.
You are welcome to contribute there. I want to add there a list of supported WebXR exporters.

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