You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug in detail:
After upgrading to 1.1.2, I am getting the following error type: [UdonSharp] Packages/dev.architech.protv/Runtime/Core/TVManagerData.cs(17,42): Cannot sync type 'ArchiTech.ProTV.TVPlayState'
The TVPlayState is an enum and it compiles perfectly fine after downgrading back to 1.1.1
Describe the bug in detail:
After upgrading to 1.1.2, I am getting the following error type:
[UdonSharp] Packages/dev.architech.protv/Runtime/Core/TVManagerData.cs(17,42): Cannot sync type 'ArchiTech.ProTV.TVPlayState'The TVPlayState is an enum and it compiles perfectly fine after downgrading back to 1.1.1
I think it has to do with this commit portion:
884e49b#diff-9d803f448d7a5ca806190f1f1f41999d4071c8d64a2f332679514ea838a3d19cR840
Provide steps/code to reproduce the bug:
Create an U# behaviour with an enum as a synced variable and run the compile.
Expected behavior:
Compiles correctly to an int.
The text was updated successfully, but these errors were encountered: