- Issue: Mobile keyboard does not open in the Save Project panel
When pressing Save Project, the panel appears correctly, but on mobile devices the keyboard does not open when tapping the TMP_InputField.
Therefore, it is not possible to type the project name.
On desktop it works as expected, but on mobile the input field does not activate.
This seems like a touch input not being registered in the text field, or possibly something in the script that handles the animation/panel activation.
We reviewed the manual and the troubleshooting section carefully , but found no indication on how to ensure that the mobile keyboard opens correctly for this field.
- Issue: Only the first furniture item can be dragged on mobile
Dragging works fine for the first object placed.
However, when placing a second object, drag no longer works — the touch input doesn’t trigger or seems to be blocked after the first placement.
[This issue happens only on mobile; desktop works correctly.
It seems related to the current input system still relying on mouse-based logic instead of continuous touch handling.
Request
Could you please guide us on which scripts, settings or touch input configurations we should adjust in order to:
Properly activate the mobile keyboard when saving a project.
Fix the drag issue so that all objects can be moved on mobile, not only the first one.
Any precise information would be extremely helpful.
Thank you very much for your assistance.