File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 44using VRC . SDKBase ;
55using VRC . Udon ;
66
7+ namespace VirtualFileSystem
8+ {
79public class Ex01WorldController : UdonSharpBehaviour
810{
911 public UdonBehaviour FileManager ;
@@ -102,7 +104,7 @@ byte[] Int32ToByteArray(int num)
102104 return res ;
103105 }
104106}
105-
107+ }
106108
107109// int maskedNum = 0;
108110 // maskedNum = intVar >> 24;
Original file line number Diff line number Diff line change 55using VRC . Udon ;
66using UnityEngine . UI ;
77
8+ namespace VirtualFileSystem
9+ {
810public class Ex02WorldController : UdonSharpBehaviour
911{
1012 public UdonBehaviour FileManager ;
@@ -157,3 +159,4 @@ byte[] Int32ToByteArray(int num)
157159 return res ;
158160 }
159161}
162+ }
Original file line number Diff line number Diff line change 55using VRC . Udon ;
66using UnityEngine . UI ;
77
8+ namespace VirtualFileSystem
9+ {
810public class Ex03WorldController : UdonSharpBehaviour
911{
1012 public UdonBehaviour FileManager ;
@@ -219,3 +221,4 @@ byte[] DecryptByteArray(byte[] dataArr)
219221 return dataArr ;
220222 }
221223}
224+ }
Original file line number Diff line number Diff line change 55using VRC . Udon ;
66using UnityEngine . UI ;
77
8+ namespace VirtualFileSystem
9+ {
810public class ToggleGroupScript : UdonSharpBehaviour
911{
1012 public Toggle [ ] toggles ;
@@ -53,3 +55,4 @@ void ResetToggleGroup()
5355 selectedToggleIndex = 0 ;
5456 }
5557}
58+ }
You can’t perform that action at this time.
0 commit comments