vrchat-community / UdonSharp

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

GetComponent<VRCUrlInputField>(); returns the error "The given key was not present in the dictionary" #122

Open FairplexVR opened 1 year ago

FairplexVR commented 1 year ago

Workaround is to use (VRCUrlInputField)GetComponent(typeof(VRCUrlInputField)); but I thought it wasn't necessary anymore since u#1.0?