Difference between revisions of "Community Tutorial Videos"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
(Legends of Aria Unity Toolkit)
Line 13: Line 13:
 
* When its done, you should now see a menu item called LoA Toolkit
 
* When its done, you should now see a menu item called LoA Toolkit
 
** Congrats you now have access to the toolkit.
 
** Congrats you now have access to the toolkit.
 +
 +
== Scripting Basics ==
 +
*Below is a series going over various ways to mod the game.

Revision as of 21:48, 28 March 2022

Legends of Aria Unity Toolkit

  • Things you need in order to start building custom maps, bring in custom objects, custom images amongst other tools. In order to get started you will need to get the following files
    • Unity version 2020.1.17f1 - (the version needed for the toolkit)
    • LOAToolkit-Unity-2020.1.14 - (the toolkit which contains all the assets and world building tools)

How to setup your unity development environment

  • Create a new 3D project in unity.
  • Click the Assets menu, select import packages.
  • In the file open window, navigate to your LOAToolkit-Unity-2020.1.14 file and select it.
    • This process may take a moment depending on your PC.
  • When the dialog window pops up and asks if you want to import, select import.
    • This process may take a moment depending on your PC.
  • When its done, you should now see a menu item called LoA Toolkit
    • Congrats you now have access to the toolkit.

Scripting Basics

  • Below is a series going over various ways to mod the game.