Posts by Alan Bittencourt • 11 points
5 posts
-
1
votes1
answer38
viewsA: Why do colors stop changing from the totalTimer = 300 +/-
It happens because the moment you change the newSpeed calling the Speedchanger(int totalTimer) method your colorChanger is bigger than fifteen and it will be zero because for that the collorChange…
-
0
votes1
answer61
viewsA: Firebase only works in Unity Editor and the pc does not work on Android
I worked with sdk firebase and Unity recently, I had a lot of problems with it, in the editor it always worked right and when it gave build it did not go. After researching a lot I discovered that…
-
0
votes1
answer71
viewsA: Unity revolution counter
I think it would be easier for you to make an equation that calculates how many times the knife has spun instead of incrementing each time it rotates. can do something like this. void Contador() {…
-
0
votes1
answer214
viewsA: How to import libraries into Unity 3d
All dependencies that have been finalized in the projects will be listed in the manifest.json document within the Packages folder at the root of the project. Unity will download these dependencies…
-
0
votes2
answers35
viewsA: Help with Compilation for Apk
Make sure your hard drive is not full. Keep the sdk and jdk coming with Unity. If you don’t solve, send more prints showing the Player Settings, and the Build tab
unity3danswered Alan Bittencourt 11