Unity consistently freezes and crashes - Service exited due to signal: Abort...
Hey Recently in the Unity editor, every once in a while when I'm flying around a scene, or even just opening a game object in inspector, the Unity engine freezes, I see the really annoying beachball,...
View Articlewhy am i getting the cs8025 error plz help
using UnityEngine; using System.Collections; public class player_not walking : MonoBehaviour} public float speed = 50f; public float jumpPower = 150f; public bool grounded; private Rigidbody2D rb2d;...
View ArticleError 1525 and 1526 . Space Shooter Tutorial Problem
Showing error 1525 1526 error message error CS1525: Unexpected symbol `,', expecting `;' CS1526: A new expression requires () or [] after type GetComponent().position = new Vector3 (...
View ArticleI know not how to implement the "open IAB" in unity
Hi every body, Sorry for the inconvenience but I know not how to implement the "open IAB" in unity because i found not the "unity package", please i try everything but the plugin want not to implement...
View ArticleERROR STRING + after convertion from int use using .TOSTRING
hi, unity seys that there are a error bouce + cent be applicated to string.... I have 2 int that are veci and high, but if i use + only with veci thre arent error but when i add also HIGH or if i use...
View Article(JavaScript) Cross-referencing variables in scripts attached to the same game...
I've been trying to figure this out for about 4 hours now and I've searched all over the site and can't find an answer that works for me. I have 2 scripts attached to the same game object. I need for...
View ArticleI really ned help at startup
Hi, I have a problem with the last update... i cannot open any project. It says (opening file failed) but after a search on the internet i discovered something about antivirus scaning or dropbox...
View ArticleFloat check not returning the right value.
Something very weird is going on, I'm trying to check if a float called fireDelay is lower than 0. Which, according to what I programmed, it is. But it seems that it doesn't work. I made a boolean...
View ArticleLots of "semantic issues" causing build to fail?
Unity 5.1f1 Personal Xcode 6.4 Target version 8.0 Build device version 8.3 Using plugins: Chartboost, iTween, had Unity Ads but tried to delete it by deleting the files I tried to build on device to...
View Article[answered] How to fix an error on my Item Collection Script?
I'm making a script to check if a ray has hit a gameobject with a certain tag, but i have encounter a problem with this error: NullReferenceException: Object reference not set to an instance of an...
View ArticleLoading Windows Project Onto Mac Doesn't Work
When I attempted to open a Windows based Unity project on a Mac, all of my assets are there, but my hierarchy is completely empty. Do I need to download MonoDevelop and other apps? Please help me.
View ArticleVector3.Distance error
In my AI targeting code (for enemy gun turrets, etc), I've been using Vector3.Distance to calculate the distance to the enemy vessel. After running into persistent problems, I finally used Debug.Log to...
View Articleaccess enemie's health from other object on trigger enter
errors im having: Assets/DamageBlue.cs(9,25): error CS0119: Expression denotes a `type', where a `variable', `value' or `method group' was expected hi! i am making a multiplayer moba game where you...
View ArticleCorrupted lightmap
I opened up Unity earlier and found that the lightmapping process was taking much longer than usual. After finishing, the terrain lightmap has black splotches all over it. To give an example of what i...
View Article"Invalid AABB" error whenever rigidbody moves
I'm getting an error that says "Invalid AABB b0" whenever the player in my game moves, which is a rigidbody. Since it's AABB I'm assuming it has something to do with collision, but the error throws...
View ArticleCan't get Math Functions to Work in Compute Shader
I have a compute shader that currently only draws to textures. But I want to use the same script to do the math that the cpu is doing. However when I try the code below, nothing happens. I know I am...
View ArticleUnity-Added Lines
I made a sprite out of a screenshot, and edited it a bit. It did not have these ghost lines, it was just a circle. Now it has these ghost lines. I do not know why they were added. Any ideas? Thanks! By...
View ArticleWhy is my object not moving?
So, I am making a game that involves a floating jet bike made up of an empty parent with multiple objects and a camera as children. All colliders are enabled. All rigidbodies are kinematic(except on...
View ArticleShadowCastingMode gives error
Hello, I am trying to disable casting shadows of an object using ShadowCastingMode inside an editor window. I tried it and got an error, so I then tried the code at runtime and got the same error:...
View ArticleERROR IN BUILD SETTINGS
Hello ! I have a question about error in build settings ! When I am trying to build my IOS game a get Unity error! ERROR: Copying C:/Program Files/Unity/Editor/Data/Tools/MapFileParser/MapFileParser...
View Article