In Unity 5.6.0 I am trying to change package name from player setting but it shows default package name again in player setting. When I finish editing package name and click outside of that textfield I can see default package name appearing again. Don't understand whats issue.
Asked
Active
Viewed 1,006 times
1 Answers
2
Are you currently in play mode? If not, after typing your package name, hit the Enter key.

Ben Brookes
- 419
- 4
- 15
-
It's probably the enter key thing. Clicking outside of a text box in the inspector has a bad habit of reverting the value. I have this problem all the time with renaming objects in the hierarchy. – Draco18s no longer trusts SE Jun 12 '17 at 17:01
-
@Ben Brookes Thanks! I was missing to press enter key. But in lower version of unity I was able to change it by tapping outside of textbox. – Vinod Mahale Jun 13 '17 at 08:45
-
No problem - glad I could help! – Ben Brookes Jun 13 '17 at 08:57