diff --git a/Scripts/Core/UrlLoaderCore.asset b/Scripts/Core/UrlLoaderCore.asset index 2122701..7c2dbc3 100644 --- a/Scripts/Core/UrlLoaderCore.asset +++ b/Scripts/Core/UrlLoaderCore.asset @@ -20,7 +20,7 @@ MonoBehaviour: compiledVersion: 2 behaviourSyncMode: 0 hasInteractEvent: 0 - scriptID: -7896362947260597157 + scriptID: 905831158515852087 serializationData: SerializedFormat: 2 SerializedBytes: diff --git a/Scripts/Core/UrlLoaderCore.cs b/Scripts/Core/UrlLoaderCore.cs index 7431dd1..8802799 100644 --- a/Scripts/Core/UrlLoaderCore.cs +++ b/Scripts/Core/UrlLoaderCore.cs @@ -5,7 +5,7 @@ using VRC.SDKBase; using VRC.Udon; -namespace UdonLab.UrlLoader +namespace Sonic853.Udon.UrlLoader { public class UrlLoaderCore : UdonSharpBehaviour { diff --git a/Scripts/Core/UrlsLoaderCore.asset b/Scripts/Core/UrlsLoaderCore.asset index b8f99a1..4155f10 100644 --- a/Scripts/Core/UrlsLoaderCore.asset +++ b/Scripts/Core/UrlsLoaderCore.asset @@ -20,7 +20,7 @@ MonoBehaviour: compiledVersion: 2 behaviourSyncMode: 0 hasInteractEvent: 0 - scriptID: -3502515228575506456 + scriptID: 1144881326551896980 serializationData: SerializedFormat: 2 SerializedBytes: diff --git a/Scripts/Core/UrlsLoaderCore.cs b/Scripts/Core/UrlsLoaderCore.cs index 8cb918e..0bc8a4d 100644 --- a/Scripts/Core/UrlsLoaderCore.cs +++ b/Scripts/Core/UrlsLoaderCore.cs @@ -5,7 +5,7 @@ using VRC.SDKBase; using VRC.Udon; -namespace UdonLab.UrlLoader +namespace Sonic853.Udon.UrlLoader { public class UrlsLoaderCore : UdonSharpBehaviour { diff --git a/Scripts/UrlBigImageLoader.asset b/Scripts/UrlBigImageLoader.asset index 2e7b8d6..040526c 100644 --- a/Scripts/UrlBigImageLoader.asset +++ b/Scripts/UrlBigImageLoader.asset @@ -20,7 +20,7 @@ MonoBehaviour: compiledVersion: 2 behaviourSyncMode: 0 hasInteractEvent: 0 - scriptID: -3930547039929006076 + scriptID: -7730400193276957225 serializationData: SerializedFormat: 2 SerializedBytes: diff --git a/Scripts/UrlBigImageLoader.cs b/Scripts/UrlBigImageLoader.cs index 6ea2be4..ff0b863 100644 --- a/Scripts/UrlBigImageLoader.cs +++ b/Scripts/UrlBigImageLoader.cs @@ -6,7 +6,7 @@ using VRC.SDKBase; using VRC.Udon; -namespace UdonLab.UrlLoader +namespace Sonic853.Udon.UrlLoader { public class UrlBigImageLoader : UdonSharpBehaviour { diff --git a/Scripts/UrlImageLoader.asset b/Scripts/UrlImageLoader.asset index 92c2e63..1fe3070 100644 --- a/Scripts/UrlImageLoader.asset +++ b/Scripts/UrlImageLoader.asset @@ -20,7 +20,7 @@ MonoBehaviour: compiledVersion: 2 behaviourSyncMode: 0 hasInteractEvent: 0 - scriptID: 3200815882345202152 + scriptID: -8289643262266197007 serializationData: SerializedFormat: 2 SerializedBytes: diff --git a/Scripts/UrlImageLoader.cs b/Scripts/UrlImageLoader.cs index d04c097..fcdb7ee 100644 --- a/Scripts/UrlImageLoader.cs +++ b/Scripts/UrlImageLoader.cs @@ -1,12 +1,13 @@  using System; +using Sonic853.Udon.ArrayPlus; using UdonSharp; using UnityEngine; using VRC.SDK3.Image; using VRC.SDKBase; using VRC.Udon; -namespace UdonLab.UrlLoader +namespace Sonic853.Udon.UrlLoader { public class UrlImageLoader : UrlLoaderCore { diff --git a/Scripts/UrlStringLoader.asset b/Scripts/UrlStringLoader.asset index 502388c..e03d125 100644 --- a/Scripts/UrlStringLoader.asset +++ b/Scripts/UrlStringLoader.asset @@ -20,7 +20,7 @@ MonoBehaviour: compiledVersion: 2 behaviourSyncMode: 0 hasInteractEvent: 0 - scriptID: 339740930398989348 + scriptID: -2183131614553842957 serializationData: SerializedFormat: 2 SerializedBytes: diff --git a/Scripts/UrlStringLoader.cs b/Scripts/UrlStringLoader.cs index bd27c20..6498209 100644 --- a/Scripts/UrlStringLoader.cs +++ b/Scripts/UrlStringLoader.cs @@ -1,12 +1,13 @@  using System; +using Sonic853.Udon.ArrayPlus; using UdonSharp; using UnityEngine; using VRC.SDK3.StringLoading; using VRC.SDKBase; using VRC.Udon; -namespace UdonLab.UrlLoader +namespace Sonic853.Udon.UrlLoader { public class UrlStringLoader : UrlLoaderCore { diff --git a/Scripts/UrlSubmitter.asset b/Scripts/UrlSubmitter.asset index bdbc0ed..ffc311b 100644 --- a/Scripts/UrlSubmitter.asset +++ b/Scripts/UrlSubmitter.asset @@ -20,7 +20,7 @@ MonoBehaviour: compiledVersion: 2 behaviourSyncMode: 0 hasInteractEvent: 0 - scriptID: 9002656519335169008 + scriptID: -4129970100346588182 serializationData: SerializedFormat: 2 SerializedBytes: @@ -61,7 +61,7 @@ MonoBehaviour: Data: 3|System.RuntimeType, mscorlib - Name: Entry: 1 - Data: UdonLab.UrlLoader.UrlsLoaderCore, Sonic853.UdonLab.UrlLoader + Data: Sonic853.Udon.UrlLoader.UrlsLoaderCore, Sonic853.UdonLab.UrlLoader - Name: Entry: 8 Data: diff --git a/Scripts/UrlSubmitter.cs b/Scripts/UrlSubmitter.cs index b3e32a9..136c60a 100644 --- a/Scripts/UrlSubmitter.cs +++ b/Scripts/UrlSubmitter.cs @@ -4,7 +4,7 @@ using VRC.SDKBase; using VRC.Udon; -namespace UdonLab.UrlLoader +namespace Sonic853.Udon.UrlLoader { public class UrlSubmitter : UdonSharpBehaviour { diff --git a/Scripts/UrlsImageLoader.asset b/Scripts/UrlsImageLoader.asset index 34f031c..4c90162 100644 --- a/Scripts/UrlsImageLoader.asset +++ b/Scripts/UrlsImageLoader.asset @@ -20,7 +20,7 @@ MonoBehaviour: compiledVersion: 2 behaviourSyncMode: 0 hasInteractEvent: 0 - scriptID: 5612113448460715212 + scriptID: -4309721752479372623 serializationData: SerializedFormat: 2 SerializedBytes: diff --git a/Scripts/UrlsImageLoader.cs b/Scripts/UrlsImageLoader.cs index f42f183..7f70171 100644 --- a/Scripts/UrlsImageLoader.cs +++ b/Scripts/UrlsImageLoader.cs @@ -1,12 +1,13 @@  using System; +using Sonic853.Udon.ArrayPlus; using UdonSharp; using UnityEngine; using VRC.SDK3.Image; using VRC.SDKBase; using VRC.Udon; -namespace UdonLab.UrlLoader +namespace Sonic853.Udon.UrlLoader { public class UrlsImageLoader : UrlsLoaderCore { diff --git a/Scripts/UrlsStringLoader.asset b/Scripts/UrlsStringLoader.asset index dfe736d..be17f41 100644 --- a/Scripts/UrlsStringLoader.asset +++ b/Scripts/UrlsStringLoader.asset @@ -20,7 +20,7 @@ MonoBehaviour: compiledVersion: 2 behaviourSyncMode: 0 hasInteractEvent: 0 - scriptID: -2164138423649552767 + scriptID: -3399174436798382855 serializationData: SerializedFormat: 2 SerializedBytes: diff --git a/Scripts/UrlsStringLoader.cs b/Scripts/UrlsStringLoader.cs index fd5c96a..7ccf906 100644 --- a/Scripts/UrlsStringLoader.cs +++ b/Scripts/UrlsStringLoader.cs @@ -1,5 +1,6 @@  using System; +using Sonic853.Udon.ArrayPlus; using UdonSharp; using UnityEngine; using VRC.SDK3.StringLoading; @@ -7,7 +8,7 @@ using VRC.Udon; -namespace UdonLab.UrlLoader +namespace Sonic853.Udon.UrlLoader { public class UrlsStringLoader : UrlsLoaderCore { diff --git a/Scripts/UrlsSubmitter.asset b/Scripts/UrlsSubmitter.asset index 0210863..4d2a4ef 100644 --- a/Scripts/UrlsSubmitter.asset +++ b/Scripts/UrlsSubmitter.asset @@ -20,7 +20,7 @@ MonoBehaviour: compiledVersion: 2 behaviourSyncMode: 0 hasInteractEvent: 0 - scriptID: 3831827494547415651 + scriptID: -5620951851667272962 serializationData: SerializedFormat: 2 SerializedBytes: @@ -61,7 +61,7 @@ MonoBehaviour: Data: 3|System.RuntimeType, mscorlib - Name: Entry: 1 - Data: UdonLab.UrlLoader.UrlsLoaderCore, Sonic853.UdonLab.UrlLoader + Data: Sonic853.Udon.UrlLoader.UrlsLoaderCore, Sonic853.UdonLab.UrlLoader - Name: Entry: 8 Data: diff --git a/Scripts/UrlsSubmitter.cs b/Scripts/UrlsSubmitter.cs index 6919403..07c968b 100644 --- a/Scripts/UrlsSubmitter.cs +++ b/Scripts/UrlsSubmitter.cs @@ -4,7 +4,7 @@ using VRC.SDKBase; using VRC.Udon; -namespace UdonLab.UrlLoader +namespace Sonic853.Udon.UrlLoader { public class UrlsSubmitter : UdonSharpBehaviour { diff --git a/package.json b/package.json index e13b276..de12d48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.sonic853.udonlab.urlloader", - "version": "2.0.0", + "version": "2.0.1", "displayName": "Udon Lab - Udon Url Loader", "description": "The Udon Lab", "unity": "2022.3",