Type or namespace of certain packages could not be found after unity testing...
As the title suggests, types or namespace of certain Unity3D packages can no longer be found after the Unity3D testing framework has been set up. We've set up the framework exactly according to the...
View ArticleI can't access a script in another script because of namespace
I'm pretty sure this is a bug but here's a shorted version of my code: This is the script where I want the bool to be in: namespace UnityStandardAssets.Characters.FirstPerson { public class...
View ArticleNamespaces that correspond to file location
I would like to use "namespaces that correspond to file location" rule for my Unity project, but I cannot think about subdirectory names. For example, I am having this script in this directory...
View ArticleWhy is "using YamlDotNet.Core.Tokens;" in one of my scripts?..
Hello I just stumbled upon an unexpected build error, and when I looked into it I found this extremely strange namespace reference, namely YamlDotNet.Core.Tokens. I looked it up and found what the...
View ArticleGame Foundation: C# "using" namespace error
Hi! I'm trying out Game Foundation and I want to save all the changes that are made in Runtime. So I found this code in the official tutorial: using UnityEngine; using UnityEngine.GameFoundation;...
View ArticleHDRP namespacing for editing Volume at runtime?
Has anyone had luck editing the environment features of HDRP with C#? I installed a fresh HDRP project with example files in version 2020.1.11f1. The 'High Definition RP' package is 8.2.0. I'm trying...
View ArticleHow to import project 1 to another project , with same name of script with...
Hello Everyone, My Issue is: My packages are created with different root names with unique namespaces, scripts are located in different subfolders, but during import, all moved to the Scripts of the...
View ArticleNameSpace in Embedded package does not create .dll
Recently I want to move URP as an embedded package in order to modify it conveniently . But when I create a test script i found that vscode shows can not find my custom namespace ,but it still can run...
View Article137 NameSpace Errors on my first project
This is my first unity project so I'm sorry is this is a bad question. So I'm trying to test out my character controller and unity won't start up due to compile errors. I have 137 error that are all...
View ArticleAdd to a namespace but dont clear all the everything in that namespace
I will like to add my own class to unity editor namespace but it just clear all the other class and voids so I want to know a way to This won't work Namespace UnityEditor { public static class myclass...
View Articletwo weird namespace errors
I have like 2 errors from unity that visual studio dont show and I dont know what is means. Please help me I am an idiot. script I used: `using System.Collections; using System.Collections.Generic;...
View ArticleErrors with Unity Advertising after redownloading project and reenabling ads
Hello, I had to redownload my project after some changes that bugged my editor. After redownloading the project from Collab I had to re enable Ads in Services, which resulted in one of my scripts...
View ArticleType or namespace not found for Asset Store packages on Linux
System: Ubuntu 20.04 When cloning my project and opening it on a Linux PC, I get type or namespace not found error. This does not happen on Windows. The specific assets where that happens are SteamVR,...
View ArticleIssues with namespaces and folder structure
I'm having a seemingling elementary issue regarding namespaces that I've been struggling with. I've installed both the CorgiEngine package as well as the PhotonEngine package. Both have their own...
View Articleunable to load unity namespace
last week i moving from using visual studio to vsCode (because tabNine), and i already go to edit =>prefab=>external ide, i also already download the extension![alt text][1] but it cant load...
View ArticleHas anyone been able to connect Unity to Microsoft's Flight simulator using...
I am trying to get basic information from the MSFS 2020 simulator but Unity does not recognise the simconnect.dll in the assets folder. When adding "using Microsoft.FlightSimulator.SimConnect;" to the...
View ArticleHow to get started with Azure Blobg Storage? (How to I add the correct...
Hey all, Trying to implement the ability to upload blobs from my Unity project to Azure Blob storage at runtime. However, after installing the NuGet Azure.storage.blobs package Unity couldn't "Find the...
View ArticleNeed help with namespace error
I installed a package from the NuGet package installer and the compiler says it's in my references as the IntelliSense autocomplete "OpenQA.Selenium", but I keep getting a namespace error in unity but...
View ArticleWhere is namespace UnityEngine.Video?
My Project vers "2020.1.17f1" Visual Studio "2017" I will make DLL File and Add reference UnityEngine & UnityEngine.UI but I could not found VideoPlayer!! did not found using UnityEngine.Video How...
View ArticleThe type or namespace name 'StateMachine' could not be found (are you missing...
I'm getting this issue in Unity even though I've already created the class StateMachine. Here are the scripts in question. The error appears regarding this script: using System.Collections; using...
View Article