Skip to content

Commit dc6b78b

Browse files
author
Deric Pang
authored
Renamed MLAgentsSDK to UnitySDK. (Unity-Technologies#1170)
1 parent 824ab3b commit dc6b78b

File tree

680 files changed

+36
-36
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

680 files changed

+36
-36
lines changed

.gitignore

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
/MLAgentsSDK/[Ll]ibrary/
2-
/MLAgentsSDK/[Tt]emp/
3-
/MLAgentsSDK/[Oo]bj/
4-
/MLAgentsSDK/[Bb]uild/
5-
/MLAgentsSDK/[Bb]uilds/
6-
/MLAgentsSDK/[Pp]ackages/
7-
/MLAgentsSDK/[Uu]nity[Pp]ackage[Mm]anager/
8-
/MLAgentsSDK/Assets/AssetStoreTools*
9-
/MLAgentsSDK/Assets/Plugins*
10-
/MLAgentsSDK/Assets/Gizmos*
1+
/UnitySDK/[Ll]ibrary/
2+
/UnitySDK/[Tt]emp/
3+
/UnitySDK/[Oo]bj/
4+
/UnitySDK/[Bb]uild/
5+
/UnitySDK/[Bb]uilds/
6+
/UnitySDK/[Pp]ackages/
7+
/UnitySDK/[Uu]nity[Pp]ackage[Mm]anager/
8+
/UnitySDK/Assets/AssetStoreTools*
9+
/UnitySDK/Assets/Plugins*
10+
/UnitySDK/Assets/Gizmos*
1111

1212
# Tensorflow Model Info
1313
/models
1414
/summaries
1515

1616
# Environemnt logfile
17-
*MLAgentsSDK.log
17+
*UnitySDK.log
1818

1919
# Visual Studio 2015 cache directory
20-
/MLAgentsSDK/.vs/
20+
/UnitySDK/.vs/
2121

2222
# Autogenerated VS/MD/Consulo solution and project files
23-
/MLAgentsSDKExportedObj/
24-
/MLAgentsSDK.consulo/
23+
/UnitySDKExportedObj/
24+
/UnitySDK.consulo/
2525
*.csproj
2626
*.unityproj
2727
*.sln
@@ -38,7 +38,7 @@
3838
*.pidb.meta
3939

4040
# Unity3D Generated File On Crash Reports
41-
/MLAgentsSDK/sysinfo.txt
41+
/UnitySDK/sysinfo.txt
4242

4343
# Builds
4444
*.apk
@@ -49,10 +49,10 @@
4949
*.x86
5050

5151
# Tensorflow Sharp Files
52-
/MLAgentsSDK/Assets/ML-Agents/Plugins/Android*
53-
/MLAgentsSDK/Assets/ML-Agents/Plugins/iOS*
54-
/MLAgentsSDK/Assets/ML-Agents/Plugins/Computer*
55-
/MLAgentsSDK/Assets/ML-Agents/Plugins/System*
52+
/UnitySDK/Assets/ML-Agents/Plugins/Android*
53+
/UnitySDK/Assets/ML-Agents/Plugins/iOS*
54+
/UnitySDK/Assets/ML-Agents/Plugins/Computer*
55+
/UnitySDK/Assets/ML-Agents/Plugins/System*
5656

5757
# Generated doc folders
5858
/docs/html
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)