AliveDesktop is a software released in Steam, it can replace desktop wallpaper with various 3dMods. It has the following characteristics:
- Provide a complete visual function module, which can quickly implement common functions without understanding programming.
- Support dozens of stable third-party open source libraries To facilitate achieving better results;
- Support hot updates, you can write logic using C # or Visual Scripting;
- Support for exposing various parameters (eg: base values, textures or material colors) to users to facilitate customization of the final effect.
Installation via OpenUPM
- Install Git.
- Create an empty Win project with Unity2022.3.10f1.
- Download the latest manifest.json file and replace the file with the same name in the
[ProjectRootPath]/Packages
directory. - Download ProjectSetting zip file, extract it and replace the folder with the same name in the
[ProjectRootPath]
directory. - Open the project, Make sure
Packages/manifest.json
contain one and only one External Script Editor that you are using inPreferences/External Tools
(eg, VisualStudio):
- If some error appear or key components missing on first import, try close the project, delete
Library
folder then reopen. - If some subfolder in
Package/AliveDesktopSDK
become empty, try reimport the package onPackage Manager
window.
Check out wiki.
- QQ Group: 159714089
To find out the possibility of AliveDesktop, I also upload different kinds of mods to workshop, feel free to check out the AliveDesktop_ModUploader project.