Unity Errors: CS0246: type or namespace not found

preview_player
Показать описание
In this video we tackle CS0246: type or namespace not found.

This series is designed to teach you about debugging in Unity, and give you the skills to fix code errors as you find them.

*****

Рекомендации по теме
Комментарии
Автор

THANKYOU!!! about hour braking my mind to find solution - installed a lot of librarys hahah? and solution was so easy!

nikitamuravich
Автор

Question: You say that if you dont know what namespace you are missing you can check out the unity FAQ, but how would I search that? In this instance, would i search on 'text namespace' or something else? I quite like this series, but this particular video could do with more examples, for example what you do when you are missing a type and not a namespace.

AmeagLuz
Автор

this is what mine says

Assets/VRCSDK/Dependencies/VRChat/Scripts/AWS/S3Manager.cs(27, 7): error CS0246: The type or namespace name `Amazon' could not be found. Are you missing an assembly reference?

anybody know how to help? Thanks!

LilAssMonkey
Автор

hey i know this is a very old tutorial but would really appreciate ur help
Assets\script\PlayerController.cs(14, 12): error CS0246: The type or namespace name 'Layermask' could not be found (are you missing a using directive or an assembly reference?)
i m having error with the Layermask

anshumangupta
Автор

u r literally saved my life and my nerves

iqyzoqy
Автор

Assets\Scripts\Crosshair.cs(12, 12): error CS0246: The type or namespace name 'CharacterMovement' could not be found (are you missing a using directive or an assembly reference?)
not working

nikitafilatov
Автор

s\Scripts\Interactable.cs(8, 12): error CS0246: The type or namespace name 'ConditionCollection' could not be found (are you missing a using directive or an assembly reference?)

KamiOmo
Автор

@Kiwasi Games
DOESN'T WORK
The type of namespace UI can' be found
Please help

dingopla
Автор

.cs(12, 16): error CS0246: The type or namespace name 'text' could not be found

rufflet
Автор

This did work, but I ran into another problem. It does the same thing with the namespace MonoBehaviour.

LeviGarrettMonroe
Автор

It’s not working btw I use pycharm to code

BraveRuh
Автор

Hi Sir, when i build to window.Why Asset/ all about.cs are : error CS0246: the type or namespace name 'monobehaviour' could not be found.Are you missing an assembly refence?

childxbboiiz
Автор

it didnt work for me and still have the same error

Notrrcc
Автор

help-me

Assets/Aiden Studios/Scripts/_Room/killFeedChat.cs(6, 29): error CS0246: The type or namespace name `Photon' could not be found. Are you missing an assembly reference?

Assets/Aiden Studios/Scripts/_Bots/botAi.cs(9, 5): error CS0246: The type or namespace name `PhotonView' could not be found. Are you missing an assembly reference?

johnsa
Автор

Assets\Player.cs(10, 13): error CS0246: The type or namespace name 'RigidBody2d' could not be found (are you missing a using directive or an assembly reference?)
help me please

trsal
Автор

DOESN'T WORK
The type of namespace UI can' be found

CozmoDev
Автор

This does fuck all for me. I've already got UnityEngine.UI but it's still not working.

notagod