vrchat-community / UdonSharp

A compiler for compiling C# to Udon assembly
https://udonsharp.docs.vrchat.com
MIT License
463 stars 50 forks source link

UnityEditor Crash by UdonSharp compile #44

Closed oOtroyOo closed 2 years ago

oOtroyOo commented 2 years ago

Describe the bug in detail: 2022-06-12 231519

I'm not sure why . I guess compiling string + property has some bug. but when i use string.format to replace that code ,it will fix the problem.

MerlinVR commented 2 years ago

Cannot repro, is this happening when the script runs in play mode? Please post the output log that Unity makes, and if possible a minimal script that causes the issue.

MerlinVR commented 2 years ago

Also forgot to confirm, is this in U# 1.0?

oOtroyOo commented 2 years ago

I can't repro either. Iike I said, it's weird, I'm not sure why. if I got same error, I'll keep on. I'm using the sdk pack v0.20.3 from vrchat download. by the way, I can't managed to make project using package references(eg com.vrchat.base,com.vrchat.worlds) , It shows errors: cant find DLLs. perhaps this issul was allready fixed in latest branch.