'invalid generated path' when I create a new file
I am reciving errors in the console similar tho the following whenever I attempt to create a file in the unity editor: `Assertion failed: Assertion failed on expression:...
View ArticleWhat does "RenderTexture: Resolving NULL surfaces." means? How to solve it.
RenderTexture: Resolving NULL surfaces. showing this error in my console as warning. On clearing it`s not clearing. Need help Please!
View Articlehow do i fix this its not knownig UpdateUI
public class InventoryUI : MonoBehaviour { public Transform itemsParent; Inventory inventory; // Our current inventory InventorySlot[] slots; void Start() { inventory = Inventory.instance;...
View ArticleHelp Me: How fix this pop-up during open script via visual Studio
i always that open script file(C#) in visual studio 2015(ultimate) ,The window below appears before the script is opened..... and always select "Do not ask me...." but not working! how fix this issue??...
View ArticleMicrosoft Visual C++ Runtime Library
Hello, I've been working with the 3d unit for only 2 days, I've created 4 projects, but from the 3rd day on, if I tried to run any project, I began to knock out one error. Microsoft Visual C ++ Runtime...
View Articleerror CS0029: Cannot implicitly convert type `float' to `GameControl.PlayerData'
Hello, im trying to learn to work with unity . while writing the code im constantaly getting the above error . here is the code. Thank you wery much for help. //...
View ArticleCinemachine uses a namespace that does not exist. What can i do?
Getting this error, when installing Cinemachine in 2017.2 in a project. Assets/Cinemachine/PostFX/CinemachinePostProcessing.cs(161,21): error CS0246: The type or namespace name `PostProcessVolume'...
View ArticleSDK Tools not working
The Android SDK tools are not working. I have gone through forum after forum and tried all different versions of SDK tools. I have installed Android studio, tried replacing the tools with all typed of...
View ArticleError Help
Help i keep getting this error The body of LightFlicker.OnTriggerEnter(UnityEngine.Collider) cannot be an iterator block because `void' is not an iterator interface type This is what i typed: public...
View Article"customAvatar.unity3d does not exist" error when trying to upload a model to...
I found where the file/files should be but unlike for my other models its folder is empty. "C:\Users\User\AppData\Local\Temp\DefaultCompany"
View ArticleAnimator not initialized "cautions"
I have read the forums and it seems like adding a coroutine or yield to wait for initialization seems a monumental chore. I get 999+ caution warnings - not errors, but the yield sign warning. and no...
View ArticleHow do I fix the "Assets/Follow.cs(10,12): error CS1519: Unexpected symbol...
I made a script for a model to follow me. It didn't work.I loaded an older version of the game and I am still getting this error. The script lookedlike this: public Transform target; public Transform...
View ArticleUnity AssetBundles error message
I have a Scene as a Unity "AssetBundle" to load, because this scene is well over 4GB in size and therefore no longer properly exported over the normal build. The problem is, I always get an error...
View ArticleEr CS0029,error cs0029
Can anyone explain what I'm doing wrong?![alt text][1] [1]: /storage/temp/109224-ercs0029.png ,Can anybody explain what am I doing wrong? [1]: /storage/temp/109222-ercs0029.png
View Articlefailed to activate error
I've Googled it and have yet to find a satisfactory - or working - solution. There is NOTHING new about my system, it just suddenly started popping up every third or fourth time I open . It is a FREE...
View Articleunity 5.6 webgl error when run project,error CS0117:...
hi everyone I have a problem with WebGL player with all version of unity help me please![alt text][1] [1]: /storage/temp/109286-capture-decran-2018-01-15-a-025721.png ,hi everyone I have a problem with...
View Articleunity 5.6 webgl error when run project,error CS0117:...
hi everyone I have a problem with WebGL player with all version of unity help me please.![alt text][1] [1]: /storage/temp/109287-capture-decran-2018-01-15-a-025721.png
View ArticleBuild error,How do you prevent this errorwhen you build?
when I build my multiplayer game the error: UnityPlayer.dll caused an Access Violation (0xc0000005) in module UnityPlayer.dll at 0033:897fecdf.,
View ArticleNeed Help with Enemy Attack Animation Script? I'm new to Unity.
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Enemy1Animation : MonoBehaviour { Animator anim; void OnCollisionEnter(Collision col) { if...
View ArticlePLEASE HELP!! Object reference not set to an instance of an object at...
## **FIXED!** ## Here's how I fixed the problem. ---------- void Update () { if (VolumeSlider != null) { myMusic.volume = VolumeSlider.value; } ---------- I made it so if the VolumeSlider (Slider) was...
View Article