When using the On trigger enter event on an object with a collider, the "other" variable usually gives an instance collider of the object that entered that collider. This works for arbitrary scene objects, but fails when the object entering it is the player object, which will cause the udonVM to generate a null reference exception. down below a picture for a minimum graph setup that generates this error.