Orfeas Zafeiris
Orfeas Zafeiris
This mod would probably make sense to be integrated into the SDK itself, probably in a slightly different way as now, since any other mod that wants to use these...
The debug mod doesn't currently have a way to deselect entities. I'm not sure if there's even a reason for it to be able to select them now to begin...
Since v3.0.0, selection functionality has been removed from the debug mod.
> > Since v3.0.0, selection functionality has been removed from the debug mod. > > removed ? so now we cant move objects ingame ? Also how to set FreeCam...
I don't have my VR setup currently so can't really debug this. If and when I get it set up again, I'll see if I can replicate.
The TS code above generates the following C++ code: ```cpp DataPoint toCpp() const { static const auto clazz = javaClassStatic(); static const auto fieldPoint = clazz->getField("point"); jni::local_ref point = this->getFieldValue(fieldPoint);...