Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BluWizard10 committed Dec 27, 2023
1 parent 649a80b commit c1080df
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Runtime/Udon/Example Scripts/TeleportObject.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: TeleportObject
m_EditorClassIdentifier:
serializedUdonProgramAsset: {fileID: 11400000, guid: 90cdc108676b89e438d2d1d549bda3d0,
serializedUdonProgramAsset: {fileID: 11400000, guid: 16c23f7a98599fb479819d30e1767f0e,
type: 2}
udonAssembly:
assemblyError:
Expand Down
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: ToggleBackToBackGameObjects
m_EditorClassIdentifier:
serializedUdonProgramAsset: {fileID: 11400000, guid: 115b665bbf9a1eb41b63b7f3594ff967,
serializedUdonProgramAsset: {fileID: 11400000, guid: 6ab0541a7e69f7b4d9f61f595da3d381,
type: 2}
udonAssembly:
assemblyError:
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Udon/Example Scripts/ToggleGameObjects.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: ToggleGameObjects
m_EditorClassIdentifier:
serializedUdonProgramAsset: {fileID: 11400000, guid: aea15ba872919ef45b857bc189191f78,
serializedUdonProgramAsset: {fileID: 11400000, guid: 83545a77c8235db47892ac22d7a7e7f1,
type: 2}
udonAssembly:
assemblyError:
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "net.bluwizard.ui",
"displayName": "Blu's World UI Templates",
"version": "0.1.2-alpha",
"version": "0.1.3-alpha",
"description": "Work-in-progress collection of various design styles and templates using Canvas UI, made specifically for your own custom interactable panels in your VRChat Worlds.",
"gitDependencies": {},
"vpmDependencies": {
Expand All @@ -14,5 +14,9 @@
},
"legacyFolders": {},
"legacyFiles": {},
"legacyPackages": []
"legacyPackages": [],
"unity": "2022.3",
"dependencies": {
"com.unity.2d.sprite": "1.0.0"
}
}

0 comments on commit c1080df

Please sign in to comment.