I still can rotate camera but movements with arrow keys don’t work.
When not in the playground it works okay, but I am using relatively old version locally. So, it might be not relevant.
Here is example from doc: Doc link. FreeCamera in the playground example doesn’t work.
Based on what I’m seeing, it looks like the value for engine._deltaTime is getting stuck at 0 so whenever the speed for keyboard movement is calculated, it ends up being 0 and no movement is made. I’m not sure why this is happening yet but something isn’t letting that value get updated to a non-zero value.