You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
beafraid edited this page Apr 12, 2024
·
4 revisions
Welcome to the AliveDesktop wiki.
First, follow this guide to create a project and install the SDK, then you can create and upload Items to the Workshop.
Note
The Item mentioned in the following chapters is short for Workshop Item, which refers to the objects in the workshop, corresponding to the Mod used in other games.
This tutorial assumes that you know the basic operations of the Unity editor (such as creating a project, importing resources, or installing packages). If you are a beginner, it is recommended to read the Unity official documentation, it's never too late to learn!
If you understand programming (not a necessary skill), you can add logic to the Mod in the following ways:
Write custom scripts;
Use Unity's official visual programming plugin Visual Scripting;
Use the function modules (such as Action and EventPlayer) provided by the SDK.