This bhop & surf script is not working. What's the problem with it?
Hey guys! So I tried to test @pappernabkin 's bhop & surf script but it is not working. Unity gives me this error: *error CS0246: The type or namespace name 'Cmd' could not be found (are you...
View ArticleThe Object you want to Instantiate is null
So I've been following a tutorial on making an RTS and everything was going fine till I started the Json part of the tutorial. The saving of the files went completely fine but I'm now having issues...
View ArticleStackOverflowException, cant find out how to fix it
Hi everyone! I keep getting the following error. Ive tried changing my code in several places but I seem unable to figure out where it actually goes wrong, so I hope someone can help me out here :)...
View ArticleDoes anyone know what "Invalid Cached Offset Error" is?
Hi, I'm working on a project with one other person using collab and I keep getting the error, "Invalid Cached Offset". It doesn't have any source and the game is still playable. However, it is annoying...
View ArticleUnity's HoloLens photo capture script is not working with error of...
Hi, I am trying to capture a photo on my HoloLens app. I have used HoloLens photo capture script mentioned in Unity's manual. Link of Unity's manual:...
View Article"Cant't add Script behavior CallbackExecutor. The script needs to derive from...
I am currently trying to make my way through the "Tanks" tutorial listed on the Unity site. However, when I get to the first scripting part and you need to drop the TankMovement onto the tank I am...
View ArticleXcode error when Archiving linker command failed with exit code 1 (use -v to...
Hi, when Archiving my Unity (2018.1.6f1) iOS project in Xcode (10.1), with OSX Mojave, I get one error stating "liner command failed with exit code 1 (use -v to see invocation) clang" I've already...
View ArticleCollab error
When I start the collab mode, my Unit disconnects my account, how do I fix it? Pls, I need your help
View ArticleAssertion failed on expression: 'channel.frameCount != 0' ,Assertion failed...
I'm getting the following error after importing my model into the scene:> Assertion failed on expression:> 'channel.frameCount != 0'> UnityEngine.GUIUtility:ProcessEvent(Int32,> IntPtr) It...
View ArticleUnity Deletes Intersecting Polygons? Blender to Unity
I made a model of a building in Blender and exported to Unity as an FBX. However, upon import, Unity deletes huge chunks of my mesh, with the console error telling me that my model had intersecting...
View Articlerandom loss of component variable value
I'm working in 2 scenes, creating an object with an UI Image that I hooked up to a variable. Can use it without problem. Then when changing scene the variable works until i disable the image component,...
View ArticleLooking for help with Assertion failed on expression:...
I'm looking for some help with the above error. I'm not sure why its happening, and there is no stack trace, code line, or object name associated with the error.. it just happens. It doesn't happen...
View ArticleLOD Error on Unity's own Example script
I get two errors in 2018.3 from Unitys own example script in the LODGroup.SetLODs page.. [LODGroup.SetLODs][1] [1]: https://docs.unity3d.com/ScriptReference/LODGroup.SetLODs.html The errors I get are:...
View ArticleHello everyone someone can help me with this error
error Assets/FacebookSDK/facebookScript.cs(33,12): error CS0246: The type or namespace name `gameManager' could not be found. Are you missing an assembly reference? using UnityEngine; using...
View ArticleVisual Studio Assembly C sharp (unavailable)
how can i fix the error ?&(ampersand ) is in the script somewhere in the file instead of / (slash) how can i open and edit the script (Xml document )? THE ERROR: XmlException: a name did not start...
View ArticleUnity 2017.2.0p3 Editor Animation InvalidCastException Error !!
Hi. I'm Unity Program Student. An error occurs when selecting animation in Unity Editor. InvalidCastException: Cannot cast from source type to destination type....
View Articleerror CS0111: Type 'AutoEaterBuy' already defines a member called 'Update'...
Can someone help me with this i can see the error? using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.SceneManagement; public class...
View ArticleTried To Add Photon To My Game Because I Wanted It To B A Multiplayer Game,...
So I added Photon to My Game Because I want it to B A Online Multiplayer Game, And Everything Broke. This Is Frustrating. I am New To Unity And Coding In C# And Dnt Kno How To Fix The Problem. Anyways,...
View ArticleUnity 2018.3.0f2 (64-bit) Missing UpmOperationFactory, Unity 2018.3.0f2...
A few weeks ago i tried to test a new file i created. When i clicked play, i received the error message below. I have tried uninstalling both Unity and Microsoft visual studio and then reinstalled but...
View Articleread/write eror on partical system
hello im new to unity and i got this eror on the consule: "ensure read/write is enabled at the partical system texture" can somone please help me figure out how to do it step by step?
View Article