From 4ca9b26c579c376dbe61085d8db8283f8cc1aac2 Mon Sep 17 00:00:00 2001 From: xpeng <1216772231@qq.com> Date: Mon, 6 Mar 2023 21:07:02 +0100 Subject: [PATCH] update readme --- ProjectSettings/ProjectSettings.asset | 2 ++ README.md | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 1745974..5383e02 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -140,6 +140,8 @@ PlayerSettings: bundleVersion: 0.1 preloadedAssets: - {fileID: 11400000, guid: 74eeb7429f216ca45a7093c586513e98, type: 2} + - {fileID: -6348321304186183749, guid: 6460523340b221f4ea5611d2c011a26c, type: 2} + - {fileID: -6265376527240436808, guid: 5e2dc0db42cc5b3459a781fecb0b76f9, type: 2} metroInputSource: 0 wsaTransparentSwapchain: 0 m_HolographicPauseOnTrackingLoss: 1 diff --git a/README.md b/README.md index ca46352..3fe3406 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ - [Brokenithm-iOS](https://github.com/esterTion/Brokenithm-iOS) - [IL2cppStartProcess](https://github.com/josh4364/IL2cppStartProcess) - [MaiDXR](https://github.com/xiaopeng12138/MaiDXR) +- [PrefabLightmapping](https://github.com/Ayfel/PrefabLightmapping) - [uWindowCapture](https://github.com/hecomi/uWindowCapture) ## Disclaimers @@ -59,11 +60,11 @@ Thank you to Glub Glub for releasing this! ### Manual - Make sure the game properly and uses latest xxxxtools. -- Download [the nightly version of WACVR](https://nightly.link/xiaopeng12138/WACVR/workflows/build/main/artifact.zip). +- Download [the latest release version](https://github.com/xiaopeng12138/MaiDXR/releases) or [the nightly version of WACVR](https://nightly.link/xiaopeng12138/WACVR/workflows/build/main/artifact.zip). - You have 2 ways to connect touch to the game. Please only choose one of them: #### mercuryio - - Download [mercuryio.dll](https://wacvr.cf/mercuryio.dll). + - You can find the ``mercuryio.dll`` inside the release file or you can download it [here](https://wacvr.cf/mercuryio.dll). - Put ``mercuryio.dll`` into ``bin`` folder. - Add ``[touch] enable=1`` to .ini file - Add ``[mercuryio] path=mercuryio.dll`` to .ini file.