From 64517f0f1c8aefa483744833009bdc01b9a99b10 Mon Sep 17 00:00:00 2001 From: pairofdocs Date: Sun, 22 Aug 2021 17:05:55 -0500 Subject: [PATCH] add link to yt video on creating a new 3d project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c3cab9..85bd487 100644 --- a/README.md +++ b/README.md @@ -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)