We’ve learned the solution to this a hundred times now. It is most likely an infinite loop in your script.
Author: NilsFantastic
Especially if you’re new to the scene… Integrations are great for many reasons but there are a few major drawbacks. In our game Balloon Guru: Racer we use Facebook for signing in, Firebase for analytics and OneSignal for notifications. All of these depend on Android support library. This means that every time one of these needs …
Tl;dr: We got a CommandInvocationFailure when trying to build from unity 2017 and 2018 to an android device. The reason turned out to be that our password contained single quotes: ‘. The build.gradle stores the password in an unescaped string defined with single quotes and was therefor broken by our password. Temporary solution: change password …
TL;DR: Decide what your goal with making the game is, make a list that summaries that goal as a list of features and stick to it. You will save months and years of work. The usual way for an indie developer to start the development of a game seems to be the following: Find/come up …