fix demo res path

This commit is contained in:
ALIENJACK\alien 2025-08-12 16:59:47 +08:00
parent 8d98b812ee
commit 7b39db64f8
3 changed files with 7 additions and 7 deletions

View File

@ -15,25 +15,25 @@ MonoBehaviour:
vfSetting: {fileID: 11400000, guid: b304f98f44ccac546969282b7054a052, type: 2}
debugGraphBackgroundStyle: {fileID: 7433441132597879392, guid: cbaf6570e48ba6248a61745f7f4473d4, type: 3}
uploaderClassName: VersionFlow.Editors.PatchUploader_LocalFileSystem
uploaderCfgJson: '{"UploadRoot":"./LocalPatchRoot"}'
uploaderCfgJson: '{"UploadRoot":"../LocalPatchRoot"}'
Options: 288
Groups:
- GroupName: Backpack
BuildMode: 0
OptionBundle: 0
InstallReady: 0
InstallReady: 1
FolderList:
- {fileID: 102900000, guid: 71369c84f5c36574a8b343a8c175be38, type: 3}
- GroupName: UI
BuildMode: 1
OptionBundle: 0
OptionBundle: 1
InstallReady: 0
FolderList:
- {fileID: 102900000, guid: 8bb48622689fed94598fdcb432cbf01e, type: 3}
- GroupName: Backpack2
BuildMode: 0
OptionBundle: 0
InstallReady: 0
InstallReady: 1
FolderList:
- {fileID: 102900000, guid: c6bf49ac1b1cd1f46912622f76aae77b, type: 3}
SVC: {fileID: 0}

View File

@ -12,6 +12,6 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 7dc52158fc454554abe766cf83fc6e1b, type: 3}
m_Name: VersionFlowSettings
m_EditorClassIdentifier:
RootPath: file://e:/gitroot/versionflowx
RootPath: file://E:/GitRoot
SubPath: LocalPatchRoot
AutoReleaseBundle: 1

View File

@ -16,9 +16,9 @@ namespace VersionFlow.Demo
private void Update()
{
if (Input.GetKeyDown(KeyCode.Keypad1))
VersionFlowX.BundleMgr.Instantiate("Assets/Test/UI/p1.prefab", uiParent);
VersionFlowX.BundleMgr.Instantiate("Assets/VersionFlow/Sample/Res/UI/p1.prefab", uiParent);
if (Input.GetKeyDown(KeyCode.Keypad2))
VersionFlowX.BundleMgr.Instantiate("Assets/Test/UI/p2.prefab", uiParent);
VersionFlowX.BundleMgr.Instantiate("Assets/VersionFlow/Sample/Res/UI/p2.prefab", uiParent);
}
[SerializeField]