Hi! Starting from Unity 2020.3.33 it doesn’t allow to build my app with bundle ID [com.PixelStudio]. It’s an old app with millions of installs, so I can’t just change its’ bundle ID. How can I workaround this?
UnityException: Package Name has not been set up correctly
Please set the Package Name in the Player Settings. The value must follow the convention ‘com.YourCompanyName.YourProductName’ and must contain only alphanumeric and underscore characters.
Now I’m downgrading to 2020.3.32 but I don’t want to stuck with this version forever.