File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
9390This project is provided on an "as-is" basis and is not officially supported by Unity. It is an
You can’t perform that action at this time.
0 commit comments