I’m trying to sync the sliderValue of an MRTK pinch slider over normcore VR, but I’m having trouble grabbing the sliderValue off the object itself. Is it not attached to the game object?
Also having this issue, did you manage to resolve it?
Resolved by adding using Microsoft.MixedReality.Toolkit.UI;
to the top of my script.
Oh yeah, I thinks that’s what I ended up doing. Sorry, I honestly forgot I posted here.