I donāt find my ColliderDesc to use its functions
by user 224464722878005248
I donāt find my ColliderDesc to use its functions
by user 224464722878005248
Can you check the camera culling settings? Is it set to Skybox?
Where is this setting ?
by user 224464722878005248
On my camera ?
by user 224464722878005248
Can you check the browser console log and show me the stacktrace of this warning?
I say "orthographic camera but itās not really and orthographic camera, itās only a perspective camera (in case)
Yes
by user 224464722878005248
Ah ok thatās just the cameraās name
(I use it as, but itās not yes)
by user 224464722878005248
when you click this arrow that points to the right you see where the message comes from exactly

Oh sorry, wrong camera
by user 224464722878005248
I put it on unitialized, thatās ok now
by user 224464722878005248
Meaning? You had another camera set to use a Skybox but your scene doesnt contain a skybox - is that correct?
Yes, I sent you the environnement settings of another camera not the Orthographic camera I missed it
But the OrthographicCamera was on Skybox environnement, I changed it and now itās ok
by user 224464722878005248
About the collider: this works for me:
export class GetCollider extends Behaviour {
onEnable(): void {
const collider = this.gameObject.getComponent(Collider);
console.log(this.context.physics.engine?.getBody(collider!));
}
}


including what you are looking for ![]()

or those
