Tom Burdak
Tom Burdak
@afarchy You will need to update the baseUrl property in the server.ts file that configures the WebHost in its constructor. Without specifying the ngrok url, it will try to get...
@afarchy interesting. Never had issues like what you are having, so possibly something might be wrong. I think that there can certainly be some gains made by building out or...
@eanders-MS Would this specific issue be resolved with the ability to add a collider to a game object with the new collider API?
Exceptions from the Unity Runtime or from the SDK App?
> I think Eric's suggested solution is in the right direction, but a slightly different approach may solve this without requiring a separate physics layer: > > ``` > Colliders...
The more I have thought about this, the more I agree with Stephen that sanitization is really an app problem, not an SDK problem. For instance, the MMC only needs...
@afarchy Which error message are you referring to? The one that exists for behaviors being set with no collider does have the suggested fix in the error.
The behavior system has no context on whether the actor is being loaded from a gltf, is an empty actorm primitive actor etc. This is why there is a general...
> I don't think this should be using a regular RPC message to create/open it. Instead, I'd love for this to be using CreateFromLibrary - lots of usefulness comes with...
Hi David! Proximity interaction with buttons is something that we want to implement with the button behavior. Much of the infrastructure is in place to do this, it just needs...