diff --git a/Assets/HGF/Scripts/Galgame/GalManager.cs b/Assets/HGF/Scripts/Galgame/GalManager.cs index 199f7fb..8fa1138 100644 --- a/Assets/HGF/Scripts/Galgame/GalManager.cs +++ b/Assets/HGF/Scripts/Galgame/GalManager.cs @@ -269,7 +269,7 @@ namespace ScenesScripts.GalPlot case "ChangeBackImg"://更换背景图片 { var _Path = PlotData.NowPlotDataNode.Attribute("Path").Value; - Gal_BackImg.SetImage(GameAPI.LoadTextureByIO(_Path)); + Gal_BackImg.SetImage(GameAPI.LoadTextureByIO($"{GameAPI.GetWritePath()}/HGF/Texture2D/Back/{_Path}")); Button_Click_NextPlot(); break; } diff --git a/Assets/StreamingAssets/HGF/Test.xml b/Assets/StreamingAssets/HGF/Test.xml index 4bb1974..f109158 100644 --- a/Assets/StreamingAssets/HGF/Test.xml +++ b/Assets/StreamingAssets/HGF/Test.xml @@ -1,5 +1,4 @@ - @@ -20,7 +19,7 @@ - + @@ -30,7 +29,7 @@ 选项二(直接结束游戏) - + diff --git a/Assets/StreamingAssets/HGF/Texture2D/Back.meta b/Assets/StreamingAssets/HGF/Texture2D/Back.meta new file mode 100644 index 0000000..d993798 --- /dev/null +++ b/Assets/StreamingAssets/HGF/Texture2D/Back.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4d96535e65aae2346ad2d86a1f21c885 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets/HGF/Texture2D/Back/home.png b/Assets/StreamingAssets/HGF/Texture2D/Back/home.png new file mode 100644 index 0000000..c14eb8c Binary files /dev/null and b/Assets/StreamingAssets/HGF/Texture2D/Back/home.png differ diff --git a/Assets/StreamingAssets/HGF/Texture2D/Back/home.png.meta b/Assets/StreamingAssets/HGF/Texture2D/Back/home.png.meta new file mode 100644 index 0000000..f7b767e --- /dev/null +++ b/Assets/StreamingAssets/HGF/Texture2D/Back/home.png.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 983da072bae22c6409fa89dce20e5e10 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Packages/manifest.json b/Packages/manifest.json index 1a1eb11..9afd75a 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,8 +1,8 @@ { "dependencies": { "com.unity.collab-proxy": "2.2.0", - "com.unity.ide.rider": "3.0.25", - "com.unity.ide.visualstudio": "2.0.21", + "com.unity.ide.rider": "3.0.26", + "com.unity.ide.visualstudio": "2.0.22", "com.unity.ide.vscode": "1.2.5", "com.unity.nuget.newtonsoft-json": "3.2.1", "com.unity.render-pipelines.universal": "12.1.13", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 0e8490c..2d6fee9 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,7 +1,7 @@ { "dependencies": { "com.unity.burst": { - "version": "1.8.9", + "version": "1.8.11", "depth": 1, "source": "registry", "dependencies": { @@ -24,7 +24,7 @@ "url": "https://packages.unity.cn" }, "com.unity.ide.rider": { - "version": "3.0.25", + "version": "3.0.26", "depth": 0, "source": "registry", "dependencies": { @@ -33,7 +33,7 @@ "url": "https://packages.unity.cn" }, "com.unity.ide.visualstudio": { - "version": "2.0.21", + "version": "2.0.22", "depth": 0, "source": "registry", "dependencies": { diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index fbb8191..d9c417a 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2021.3.32f1c1 -m_EditorVersionWithRevision: 2021.3.32f1c1 (fa19b96eeab7) +m_EditorVersion: 2021.3.33f1c1 +m_EditorVersionWithRevision: 2021.3.33f1c1 (682b9db7927c)