Skip to content

Commit

Permalink
That's mine
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonic853 committed Nov 25, 2024
1 parent edf6298 commit da3cbd8
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "UdonLab.UrlLoader",
"name": "Sonic853.UdonLab.UrlLoader",
"rootNamespace": "",
"references": [
"VRC.Udon",
"UdonSharp.Runtime",
"UdonLab.ArrayPlus"
"Sonic853.UdonLab.ArrayPlus"
],
"includePlatforms": [],
"excludePlatforms": [],
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 5136146375e9a0a498a72a0091b40cc1, type: 3}
m_Name: UdonLab.UrlLoader
m_Name: Sonic853.UdonLab.UrlLoader
m_EditorClassIdentifier:
sourceAssembly: {fileID: 5897886265953266890, guid: f25701cf8a1a2ac4993d5ef9b7520958, type: 3}
File renamed without changes.
2 changes: 1 addition & 1 deletion Scripts/UrlSubmitter.asset
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ MonoBehaviour:
Data: 3|System.RuntimeType, mscorlib
- Name:
Entry: 1
Data: UdonLab.UrlLoader.UrlsLoaderCore, UdonLab.UrlLoader
Data: UdonLab.UrlLoader.UrlsLoaderCore, Sonic853.UdonLab.UrlLoader
- Name:
Entry: 8
Data:
Expand Down
2 changes: 1 addition & 1 deletion Scripts/UrlsImageLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public override void OnImageLoadSuccess(IVRCImageDownload result)
}
else
{
cacheContents[urli] = result.Result;
cacheContents.SetValue(result.Result, urli);
}
}
// contents.SetValue(result.Result, 0);
Expand Down
4 changes: 2 additions & 2 deletions Scripts/UrlsSubmitter.asset
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: c333ccfdd0cbdbc4ca30cef2dd6e6b9b, type: 3}
m_Name: UrlsSubmitter
m_EditorClassIdentifier:
serializedUdonProgramAsset: {fileID: 11400000, guid: 97812570cb66f5045b4f0df801696022, type: 2}
serializedUdonProgramAsset: {fileID: 11400000, guid: e98a62f291162254fb4a361f61efabef, type: 2}
udonAssembly:
assemblyError:
sourceCsScript: {fileID: 11500000, guid: 8e4f81bfe86c7294989c1c23ea1dcc4c, type: 3}
Expand Down Expand Up @@ -61,7 +61,7 @@ MonoBehaviour:
Data: 3|System.RuntimeType, mscorlib
- Name:
Entry: 1
Data: UdonLab.UrlLoader.UrlsLoaderCore, UdonLab.UrlLoader
Data: UdonLab.UrlLoader.UrlsLoaderCore, Sonic853.UdonLab.UrlLoader
- Name:
Entry: 8
Data:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.sonic853.udonlab.urlloader",
"version": "1.0.2",
"version": "2.0.0",
"displayName": "Udon Lab - Udon Url Loader",
"description": "The Udon Lab",
"unity": "2022.3",
Expand All @@ -16,6 +16,6 @@
"url": "https://github.com/Sonic853"
},
"vpmDependencies": {
"com.sonic853.udonlab.arrayplus": "1.x.x"
"com.sonic853.udonlab.arrayplus": "2.x.x"
}
}

0 comments on commit da3cbd8

Please sign in to comment.