Skip to content

Commit ce9d8bf

Browse files
committed
Updated build instructions
1 parent 9a15231 commit ce9d8bf

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,13 @@ The repository contains the following items:
7878

7979
## How to build
8080

81-
The projects in this solution require the [.NET 9.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0).
82-
You can use your favorite IDE to build them.
83-
They were tested in Visual Studio on Windows and Rider on Mac.
81+
1) The projects in this solution require the [.NET 9.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0).
82+
2) Copy `UnityFileSystemApi` library from UnityEditor installation
83+
`{UnityEditor}/Data/Tools/` to `UnityDataTool/UnityFileSystem/` before building.
84+
3) Build using `dotnet build -c Release`
8485

85-
It is also possible to build the projects from the CLI using this command:
86-
87-
`dotnet build -c Release`
88-
89-
(Optional) Copying current editor `UnityFileSystemApi`(.so/.dll/.dylib) library from
90-
`{UnityEditor Install Folder}/Data/Tools/` to `UnityDataTool/UnityFileSystem/` before building.
86+
Note: You can use your favorite IDE to build solution.
87+
Tested Visual Studio and Rider on Windows and Rider on Mac.
9188

9289
## Disclaimer
9390
This project is provided on an "as-is" basis and is not officially supported by Unity. It is an

0 commit comments

Comments
 (0)