My game is live on play store. I updated it but when I build for making apk(unity3d) it gives the error
Error building Player: UnityException: Resource compilation failed!
Package name ‘com.pas.mygame.double.sim2016’ is not a valid java package name.
if it’s not valid package name then why it allowed this name before.
thanks in advance
I guess it’s because of “double”. double is a type name so using it in a namespace will give you problems as it’s a reserved word.