what do i do when it says fatal error failed to initialize unity graphics
i just loaded the program and i selected the project i want to start and after that it freeze and says failed to initialize unity grapics
View ArticleHelp with Error Code CS0019
So this code is from my character controller script on line 34. private ControllerParameters2D Parameters { get { return _overrideParameters ?? DefaultParameters; } } I'm getting a Error Code CS0019,...
View ArticleSince Unity 5.6 - Connect to VR Server Failed (301)
Since our project is updated to the latest unity and SteamVR versions, it constantly crashes on startup with a SteamVR error: Connect to VR Server Failed (301) Anyone has a solution for this?
View ArticleUnity With ARToolkit on Windows 10
Hello, I have installed Unity 5.6.1 and trying to use ARToolkit on windows 10. But Whenever I try to import "ARUnity5-5.3.2.unitypackage" I get some error saying "**Package corrupted, deduced GUID...
View ArticleCannot paint textures onto terrain, errors are raised
When loading more than one texture into the texture painting tool and attempting to use it on the terrain, nothing is painted and the following error is raised many hundred times. Exception: Float...
View ArticleError says object reference not set when it really is?
Hey guys I feel like Ive tried everything here and I cant get this error to go away. Im making a 2D platformer and would like to add some spikes to the game. If the player collides with them, they...
View ArticleError while trying to build XCode project
Hello everyone, I need help, everytime I try to create a build for iOS in Unity (the XCode project) this problem appears: ![alt text][1] I don't know what is causing it, and I couldnt find answers...
View ArticleC20019 error with '>=' cannot be applied to operands 'string' and string'
I'm trying to make it so that when my static ball8 gets hit by a moving ball(ball), and the count is greater than or equal to 40, a yellow wall changes to red. For some reason I get the error with...
View ArticleHolographic Emulation Window Error
Hi There, I am trying to get my HoloLens up and running and I'm running into an issue with my Holographic Emulation Window in Unity (5.6.1f1). When I try to pull up the window to connect to my device...
View ArticleWhats wrong with this?
so here is the script var buttonInRange; var buttonActivated; var batterySound : AudioClip; private static var batteryPower : float = 10; public var guiSkin : GUISkin; private var hasPlayed = false;...
View ArticleHow do i fix this problem
i was working on a basic 3d platformer as a tutorial but i'm getting the error in mono: Assets/Ball Control.js(11,19): BCE0020: An instance of type 'UnityEngine.Rigidbody' is required to access non...
View ArticleObject reference not set to an instance of an object
Hello I am from turkey, for this reason my english is not very good. I'm getting the error in the title. This is my command list: using System.Collections; using System.Collections.Generic; using...
View Articlewhat error is this ?? Win32Exception:...
Win32Exception: ApplicationName='D:/Android/android-sdk\tools\aapt.exe', CommandLine='package --auto-add-overlay -v -f -m -J "gen" -M "AndroidManifest.xml" -S "res" -I...
View Article[Still need help]Help with Error
Hey, I am getting this error, when I try to make a Web Build of my game: FileNotFoundException: Could not find file "/Users/KingSloth/Desktop/Unity Files/Take those...
View ArticleAssertion failed on expression: 'go.IsActive()', after stopped running the game
Hello, i try to make an infinite runner type of game and i made the background to move continously with OnBecameInvisible function and in console i get this error : Assertion failed on expression:...
View ArticleError CS1525 Unexpected Symbol "if" Pls help
pls help this is my work, help. i have an Error CS1525 Unexpected Symbol "if".
View Articlepls help with unexpected error
Unexpected symbol `{' I cannot figure out what I have to do could somebody pls help me [1]: /storage/temp/96602-capture.png
View ArticleUnexpected symbol `rb', expecting `;', `{', `=>', or `where'
what does this mean and what do i have to do? [1]: /storage/temp/96611-qwer.png
View ArticleUnexpected token: .. help
im trying to make animated movment but line 6 keeps failing animator = GetComponent.(Animator); error is : Assets/Charecter/movment.js(6,27): BCE0043: Unexpected token: .. pls help
View Articlecompiler Not able to load lighting on resetting scene
when my player collides with enemy, I reset the scene using scenemanager.LoadScene(SceneManager.GetActiveScene().buildIndex; but on loading my first scene the lighting is gone. I unchecked the auto...
View Article