Answer by Ful
Well if the checkbox isn't working you could try to add this command `audio.loop = true;`
View ArticleAnswer by Ful
Never mind found out I can just use the a simple command called `Destroy(gameObject);`
View ArticleAnswer by Ful
Hey Makeiteasy, as Key_less already stated, you could try to import the music as 2D, to do this is quite simple. Simply select the desired sound in the "Project" Tab, then in the "Inspector" tab untick...
View ArticleAnswer by Ful
Hey there! Try to close the solution bar and then re-open it. View->Pads->Solution, maybe also check the solution option in there. You should be able to see your directories.
View ArticleAnswer by Ful
Hi, did you check the [documentation][1] about importing videos in your scene? Make sure its a supported format. There was another [thread][2] with someone who had a similar problem, but with importing...
View ArticleAnswer by Ful
Hi, I had a similar problem like this not too long ago but instead it was related to the ZipAlign file, I managed to fix it by simply copying this file from Android\sdk\tools to the build-tools. Hope...
View ArticleAnswer by Ful
Hi, there was another [thread][1] where someone ask a similar question. For giving objects a cartoony feel, you could try to add them Unity's default toon shader which basically creates a black...
View ArticleAnswer by Ful
well, you could try to re-download the latest Android SDK version, update it and check if this resolves the problem. Also make sure your copying the file rather than moving it.
View Article