bevy_panorbit_camera icon indicating copy to clipboard operation
bevy_panorbit_camera copied to clipboard

Is there any additional requirements to work with wsl2?

Open deruci opened this issue 2 months ago • 1 comments

Hi, I am facing issues that orbiting (left click + drag) and panning (right click + drag) are not working when the app is built from wsl2. Only zoom (with wheel) is working correctly.

With the same source code, if I built the app in wasm and load from the web, it works well.

Is there any configuration should I care about to use from wsl2?

deruci avatar Oct 08 '25 17:10 deruci

Hi, I am unfamiliar with WSL2 as I don't work in Windows, so I can't really help you I'm afraid. My thoughts are that if it's compiling then any input bugs are due to WSL2's handling of input events.

I would try to replicate with a basic winit app, since that's where bevy gets it input events.

Plonq avatar Oct 10 '25 01:10 Plonq