Lisac1
Lisac1

Reputation: 19

The type or namespace name 'UniRx' could not be found on Unity

I pretty much looked everywhere... but couldn't find anything that could debug my problem.

The only thing I do in a script is "using UniRx" to have the following error : The type or namespace name 'UniRx' could not be found.

What i tried:

On each part, i also tried:

I found nothing much on google except for having this problem only on Visual Studio (which is not my actually problem since Unity itself doesn't accept UniRx) But those who have that problem, i read that you need to "Assets" -> "Open C# Project"

Can anyone help me with my problem on Unity ? Searched for hours but still stuck :(

Unity Version: 2021.3.3f1

Upvotes: 1

Views: 1490

Answers (1)

Lisac1
Lisac1

Reputation: 19

Well seems like my problem was like fafase said... I totally forgot about assemblies since i don't use Unity much and since it's been a long time i didn't continue my project.

Upvotes: 0

Related Questions