neuecc / UniRx

Reactive Extensions for Unity
MIT License
7.01k stars 895 forks source link

does not compiled UniRx on 2019.3.12f1 #454

Closed jungmoona closed 4 years ago

jungmoona commented 4 years ago

Unity : 2019.3.12f1 UniRx version : download and import today, 2020.5.2

excuse me sir did you doing test? 2019.3.12f1 does not compiled

only 2019.3.12f1 version

i have UniRX compile test
2019.2.13f1 -> success 2019.3.12f1 -> fail 2020.2.0a9 -> success

why does not compiled on 2019.3.12f1 ?

KAW0 commented 4 years ago

Error message?

jungmoona commented 4 years ago

image

error message : "type or namespace name could not be found"

KAW0 commented 4 years ago

I meant error message in Unity.

jungmoona commented 4 years ago

@KAW0 not found error at unity, only vstudio displayed error msg like that

KAW0 commented 4 years ago

In that case, why don't you write about it right away? This is not a problem with UniRx. Other libraries in the plugins folder with assebly definition file are not available in Assembly-CSharp. This is probably an bug with the generation of projects in unity so you should report it to Unity Technologies.

KAW0 commented 4 years ago

https://forum.unity.com/threads/2019-3-12f1-visual-studio-2019-problem.879724/

jungmoona commented 4 years ago

ok i got solution, ver.2019.3.13f1 has solved. thanx @KAW0