Skip to content

Commit 412910e

Browse files
authored
Update readme for .unitypackage
1 parent eafc50c commit 412910e

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

+15-7
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,24 @@ Download and install `Unity 2020.3.15f2`
1111

1212
The simplest way to do this is through [Unity Hub.](https://unity3d.com/get-unity/download)
1313

14-
## Step 2 Import Packages
15-
Create a new 3D Unity project using `Unity 2020.3.15f2`
14+
Once installed, create a new 3D Unity project using `Unity 2020.3.15f2`
1615

17-
Once created, open the file `Packages/manifest.json` in a text editor, and add the two lines below at the top of the dependencies list
16+
## Step 2 Import xNode
17+
18+
Open the file `Packages/manifest.json` in a text editor, and add the line below at the top of the dependencies list
1819

1920
```
2021
"com.github.siccity.xnode": "https://github.com/siccity/xNode.git",
21-
"com.github.megalon.nasb-moveset-editor": "https://github.com/megalon/nasb-moveset-editor",
2222
```
23-
Save the file, then when go back to the Unity window. It should start downloading the packages.
23+
Save the file, then when go back to the Unity window. It should start downloading xNode.
24+
25+
## Step 3 Import NASB Moveset Editor
26+
27+
Download the file `NASB_Moveset_Editor_{VERSION}.unitypackage` from the [releases page here.](https://github.com/megalon/nasb-moveset-editor/releases/latest)
2428

25-
## Step 3 Open the editor panel
29+
Simply drag this file into your Unity project to import the package.
30+
31+
## Step 4 Open the editor panel
2632
In Unity, open the NASB Moveset Editor control panel from the top menu bar `NASB -> NASB Moveset Editor`.
2733

2834
You can dock this window inside unity by dragging the tab.
@@ -39,7 +45,9 @@ The NASB Moveset Editor can read these BulkSerialized files, and split them apar
3945

4046
First you need a `BulkSerialized` text file.
4147

42-
You can extract these files from within the game using a tool like [Asset Studio](https://github.com/Perfare/AssetStudio)
48+
You can extract these files from within the game using a tool like [Asset Studio.](https://github.com/Perfare/AssetStudio)
49+
50+
*These may change with each update, so make sure you have the latest files!*
4351

4452
The movesets for characters are typically named by their ID. For example, `char_rival.txt` for Helga. You can tell if you have a correct file if you open it in a text editor, and it starts with `BulkSerialize` followed by a bunch of numbers on each line.
4553

0 commit comments

Comments
 (0)