arumogina
Results
2
issues of
arumogina
if a class have array value with System.NonSerialized or System.NonSerializedAttribute, all udonSynced value of the class can't synced. if the value is not array, value is synced. When [HideInInsplector], sync...
bug
I will write the code and the result of it. U# version : 1.1 **pattern1** this is correct pattern. ``` [UdonBehaviourSyncMode(BehaviourSyncMode.Manual)] public class GameMastar : UdonSharpBehaviour{ [SerializeField] GameReady game_ready; [SerializeField]...
bug