error CS0201: Only assignment, call, increment, decrement, and new object...
I am new to the creation in C # . I do not know how to solve this problem . Can you help ? ![alt text][1] [1]: /storage/temp/56405-zrzut.jpg
View ArticleCould not initialize home screen window on OSX 10.10.4
I tried to start Unity 5 on my mac several times and always have the "Could not initialize home screen window" error. I downloaded Dependency Walker to check if I have missing files but don't know what...
View ArticleIm trying to share a game with my teacher the has mac I am running windows I...
Do you need the data file? i dont know does she need some sort of unity?
View ArticleError when displaying score.
Greetings. I'm working on a 2d hack-and-slash game and have a text object on a canvas to display score, the score is displayed correctly, but when I run the game within unity, I get the following...
View ArticleProblem with Social.ReportScore
Hi all! Can't figure out a problem. I have registered "leaderboard01" (public string leaderboardID = "leaderboard01"; ) in itunesconnect, next code goes well: void Start () { DoLeaderboard (); } void...
View Articlecount
Since the premade trees in Unity weren't what I needed, I modeled my own tree and leaf objects and wrote a script to place them in the terrainData with the position data taken from an image file. There...
View ArticleFailed to add asset file size for shared assets1.resource?
When building out an IOS game as release, the console says "Failed to add the asset file size for sharedassets1.resource Unity Editor.HostView:OnGUI". I have looked up my problem but did not get a...
View ArticleHow does this UI toggle work?
Hi there, thanks for trying to help! I'm trying to make a toggle button for an rts like game that toggles hold fire. When the button is pressed a function in the script that holds the selection array...
View ArticleHow can i upload my apk on google play?
![alt text][1] [1]: /storage/temp/56756-untitled.png this is the error that's giving me i know how to upload and publish games on google play i have doing it for a long time,but this few days it's...
View ArticleGameObject only spawning 60% of the time (c#)
I am currently working on my first unity game outside of a tutorial. I am trying to get a coin to spawn on the y axis at random positions. I have done this in c#, except the code only works some times...
View ArticleGetting error on lap counter script JS
I am getting the following error Assets/LapCounter.js(4,13): BCE0034: Expressions in statements must only be executed for their side-effects. and i dont know why here is my script (i am a newbie)...
View Article64,24): warning CS0219: The variable `nextTetromino' is assigned but its...
here is the script i am doing for a class, its two parts, also whenever i go to said errors to find out what is going on and even go back to video from class everything on my professor end looks the...
View ArticleVuforia play mode error
I have windows 8 64 bit and it seems like vuforia play mode does not support 64 bit on windows. I read in a thread that it requires 32 bit editor. Where can i get that and how to use it . Please help...
View ArticleError Message
These errors are appearing after I was going to go into "Play mode": Assets/Standard Assets/Effects/ImageEffects/Scripts/BlurOptimized.cs(9,34): error CS0246: The type or namespace name...
View ArticleURGENT!!! unity scene please review this question!!
Hello unity community, the other day I was copying my whole unity project onto my USB and I accidently knocked out my USB I quickly navigated back to where the unity project was saved all the files and...
View Articleerror i get after installing 5.2.2
Unhandled Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at...
View ArticleC# ArrayList Accessing and RemoveAt?
So I have an ArrayList defined and I'm feeding it information, once it hits 5 units large I want it to delete everything past the first position in the array I.e if the array contains [0,3,2,1,4] I...
View Articleerror CS0120: An object reference is required
Assets/Scripts/BasicMover.cs(9,28): error CS0120: An object reference is required to access non-static member `UnityEngine.GameObject.transform' I'm trying to write a script that will simply rotate the...
View ArticleRoll a Ball question (CS0103)
I have everything correctly, and I did everything I learned and saw in the video. But then error CS0103 keeps coming up, and it's on line 20... ?!?! Help please!!!! ![alt text][1] [1]:...
View ArticleTrouble with Newton-ish gravity system.
Hello! I made a little scene to make a gravity system that allow to have planets as gravity centers and even a Solar System (i hope). After a little bit more than a week of thinking and trying multiple...
View Article