-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
- The
Item
mentioned in the following chapters is short forWorkshop Item
, which refers to the objects in the workshop, corresponding to theMod
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.