Skip to content

Commit

Permalink
add link to yt video on creating a new 3d project
Browse files Browse the repository at this point in the history
  • Loading branch information
pairofdocs committed Aug 22, 2021
1 parent 27f7533 commit 64517f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Unity-D2R-Scene-Editor
Edit D2R preset environments in Unity. *A purchased copy of D2R is required to access the data files*.

1. Create a new 3D project in Unity (this example project is named "D2R-docktown")
1. Create a [new 3D project](https://youtu.be/mcHBN_mDIxI?t=23) in Unity (this example project is named "D2R-docktown")
2. Download this [repository](https://github.com/pairofdocs/Unity-D2R-Scene-Editor/archive/refs/heads/master.zip), unzip and place its contents into your unity project Assets folder (e.g. `...Unity Projects/D2R-docktown/Assets/Scripts , Resources, libs, ...`)
3. Open the project in Unity and select the `Main Camera` object in the Scene. Then in the `Inspector` window on the right hand side add a component script `Scripts/SaveJson.cs`. (This is done only once per project)
4. Save your Unity Scene with `ctrl+s`. Set your D2R data paths in `SaveJson.cs` and save the script [see below](#config-data-paths)

0 comments on commit 64517f0

Please sign in to comment.