Troubleshooting¶
Common issues and solutions when using Isaac Sim.
Difficulty Entering Numeric Values¶
Symptom¶
Double-clicking a numeric field in the Property panel may not reliably switch to direct input mode.
Solution¶
Hold Ctrl and click the field to reliably enter numeric input mode.
| Action | Behavior |
|---|---|
| Double-click | May activate slider mode instead |
Ctrl + Click |
Reliably enters numeric input mode |
Screen Flickering¶
Symptom¶
The viewport rendering flickers or the display becomes unstable.
Solution¶
Adjusting the ray tracing settings in Render Settings may resolve this issue.
- Open Window > Render Settings from the menu bar.
- Expand the Ray Tracing section.
- Set the NVIDIA DLSS Mode to Auto.
Tip
DLSS (Deep Learning Super Sampling) is NVIDIA's AI-based upscaling technology. Setting the Mode to Auto allows the system to automatically select the optimal settings based on GPU load, improving rendering stability.

Switching Coordinate Systems (Global / Local)¶
Symptom¶
When moving or rotating objects, the gizmo (arrow and ring handles) is displayed in world coordinates, making it difficult to operate along the object's local axes. Conversely, you may want to switch back from local to global coordinate mode.
Solution¶
Toggle the Transform Space setting in the toolbar at the top of the viewport.
- In the toolbar above the viewport, locate the dropdown near the Move / Rotate / Scale tools.
- Select one of the following:
| Mode | Description |
|---|---|
| World | The gizmo is aligned to the world (global) coordinate system. Operations follow the scene's axis directions. |
| Local | The gizmo is aligned to the object's local coordinate system. Operations follow the object's own axis directions. |
Tip
Use Local mode when you need to operate along an object's own axes, such as adjusting robot joint angles. Use World mode for intuitive scene-level positioning.