Posts by Vinícius • 91 points
4 posts
-
3
votes1
answer520
viewsQ: Is it allowed to use free sprites from the Unity Asset store in monetized games?
Is it allowed to use free sprites from the Unity Asset store in monetized games? I saw that the Unity Asset Store has many sprites that are free. I was thinking of starting to develop some simple…
-
1
votes2
answers379
viewsQ: Error when using Google’s API to run from Android 2.3 (API Level 9)
I’m developing a app which will run from version 2.3 of Android (Gingerbread - API Level 9). However, when trying to add dependencies to Firebase and of Google Admob, the following error occurred…
-
1
votes0
answers42
viewsQ: Is it possible to make an array of arrays?
In a 3-column datagridview I need to scan all n rows and save them all in an array (or any collection) where each index contains the information for each datagrid row. Something like: meArray[line1,…
-
3
votes1
answer181
viewsQ: Is it possible to synchronize my Visual Studio projects with another computer?
I use Visualstudio at work and at home. I wonder if there is any way for my projects I develop on the work PC to be synchronized in my profile and I can access them on the home computer…