Skip to content

Commit ab37aa9

Browse files
committed
Added net35 sandbox
1 parent 7044240 commit ab37aa9

20 files changed

Lines changed: 16 additions & 1 deletion

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
[Bb]uild/
88
[Bb]uilds/
99

10-
# Unity sandbox
10+
# Unity
1111
/unity/Sandbox/Assets/Plugins/
1212
/unity/Sandbox/*.*
13+
/unity/Sandbox35/Assets/Plugins/
14+
/unity/Sandbox35/*.*
1315

1416
# Visual Studio cache directory
1517
.vs/

BuildSandbox.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
powershell .\src\Build.ps1 Release
22
rd unity\Sandbox\Assets\Plugins /S /Q
33
xcopy bin\AssetStore\netstandard2.0 unity\Sandbox /S
4+
rd unity\Sandbox35\Assets\Plugins /S /Q
5+
xcopy bin\AssetStore\net35 unity\Sandbox35 /S

unity/Sandbox35/Assets/Plugins.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
4.04 KB
Binary file not shown.
4.01 KB
Binary file not shown.
4.18 KB
Binary file not shown.
4.01 KB
Binary file not shown.
4.11 KB
Binary file not shown.
4.29 KB
Binary file not shown.
5.39 KB
Binary file not shown.

0 commit comments

Comments
 (0)