You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,17 +24,17 @@ This repository contains two sample projects:
24
24
-**`sample/`** - Unity 2021.3.26f1 sample project
25
25
-**`sample-unity6/`** - Unity 6 sample project *(work in progress)*
26
26
27
-
Both projects share the same Scenesand Scripts via symbolic links, providing a single source of truth for the sample code. See [`sample-unity6/README.md`](sample-unity6/README.md) for setup instructions.
27
+
Both projects share the same Scenes, Scripts, and Editor folders via symbolic links, providing a single source of truth for the sample code. See [`sample-unity6/README.md`](sample-unity6/README.md) for setup instructions.
28
28
29
29
### First Time Setup (for contributors)
30
30
31
-
The `sample-unity6` project uses symbolic links to share Scenesand Scripts with the `sample` project.
31
+
The `sample-unity6` project uses symbolic links to share Scenes, Scripts, and Editor folders with the `sample` project.
32
32
33
33
**macOS/Linux:** Symlinks are created automatically when you clone/pull - no action needed.
34
34
35
35
**Windows:** Check if symlinks were created correctly:
36
36
1. Navigate to `sample-unity6/Assets/`
37
-
2. Check if `Scenes`and `Scripts` are folders (symlinks work) or small text files (symlinks didn't work)
37
+
2. Check if `Scenes`, `Scripts`, and `Editor` are folders (symlinks work) or small text files (symlinks didn't work)
0 commit comments