Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/docs/fundamentals/project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ This is a minimal configuration example, and in actual projects, you may have pr

Here is an example of a project structure for sharing interfaces between Unity client and server projects.

The structure of a Unity application is different from a typical .NET project in that Unity projects cannot reference .NET library projects.
This is because Unity projects cannot reference .NET library projects.
The structure of a Unity application is different from a typical .NET project. This is because Unity projects cannot reference .NET library projects.

The recommended configuration is as follows:

Expand Down