-
Updated
Jun 4, 2022 - JavaScript
upm
Here are 219 public repositories matching this topic...
-
Updated
Mar 3, 2022 - C#
-
Updated
Jul 23, 2021 - C++
-
Updated
Jun 3, 2022 - C#
XRTK - Mixed Reality Toolkit Feature Request
Is your feature request related to a problem? Please describe
The hand tracking implementation of XRTK already calculates curl strength for each finger and hand. Those values are not used for visualization yet though.
It would be nice to give the user a visual cue when grabbing stuff and curling fingers.
Relevant classes:
`HandJointVisualizer
-
Updated
Dec 22, 2021 - C#
-
Updated
May 29, 2022 - JavaScript
-
Updated
Mar 8, 2021
-
Updated
May 24, 2022 - C#
-
Updated
Apr 27, 2022 - Python
When I try to have both this package and UniTask included in my project, the Converters stopped working when built to WebGL. They would still work fine in Editor. I spent a day trying out different scenarios in a fresh project, all of the following scenarios fail:
- Importing UniTask and simply having it in the project in the Packages folder
- Calling
JsonConvert.SerializeObject()from both no
-
Updated
Jun 3, 2022 - C#
-
Updated
Jun 20, 2020 - C#
-
Updated
Feb 26, 2021 - C#
-
Updated
Jun 1, 2022 - C#
-
Updated
Apr 24, 2022 - C#
-
Updated
Jun 21, 2020
-
Updated
Aug 23, 2017 - Java
-
Updated
Nov 26, 2019 - C#
Improve this page
Add a description, image, and links to the upm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the upm topic, visit your repo's landing page and select "manage topics."
The following glTF primitive modes are not implemented:
-
TRIANGLE_STRIP-
TRIANGLE_FANUnity does not support those out of the box, so glTFast needs to generate indices (similar to how it creates them for missing indices on
TRIANGLESmode primitives).Unfortunately I've never encountered such a glT