Script error after UdonUtils imported #19
Labels
bug
Something isn't working
Feedback/Review needed
A change was made, is "it" fixed/working now?
good first issue
Good for newcomers
I've imported UdonUtils package as a dependency for UdonAudioUtils,
but as soon as it's imported I get an error referring to undefined params inside the Stopwatch class.
[<color=#FF00FF>UdonSharp] Packages/tlp.udonutils/Runtime/Sync/NetworkTime.cs(131,50): error CS1061: 'Stopwatch' does not contain a definition for 'Elapsed' and no accessible extension method 'Elapsed' accepting a first argument of type 'Stopwatch' could be found (are you missing a using directive or an assembly reference?)
also
[<color=#FF00FF>UdonSharp] Packages/tlp.udonutils/Runtime/Sync/NetworkTime.cs(52,23): error CS1061: 'Stopwatch' does not contain a definition for 'Start' and no accessible extension method 'Start' accepting a first argument of type 'Stopwatch' could be found (are you missing a using directive or an assembly reference?)
Using Unity 2022.3.6f1 with VRChat world
The text was updated successfully, but these errors were encountered: