Skip to content

Commit b909681

Browse files
authored
Remove broken Sample from the package (#6230)
* Remove Sample from the package * Update CHANGELOG * Remove sample description in package.json
1 parent a9e40fc commit b909681

File tree

6 files changed

+5
-32
lines changed

6 files changed

+5
-32
lines changed

com.unity.ml-agents/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ and this project adheres to
88

99
## [Unreleased]
1010
### Major Changes
11-
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
11+
#### com.unity.ml-agents (C#)
1212
- Upgraded to Inference Engine 2.2.1 (#6212)
1313
- The minimum supported Unity version was updated to 6000.0. (#6207)
1414
- Merge the extension package com.unity.ml-agents.extensions to the main package com.unity.ml-agents. (#6227)
1515

1616
### Minor Changes
17+
#### com.unity.ml-agents (C#)
18+
- Remove broken sample from the package (#6230)
19+
1720
#### ml-agents / ml-agents-envs
1821
- Bumped grpcio version to >=1.11.0,<=1.53.2 (#6208)
1922

com.unity.ml-agents/Samples.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

com.unity.ml-agents/Samples/3DBall.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.
Binary file not shown.

com.unity.ml-agents/Samples/3DBall/3DBall.unitypackage.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

com.unity.ml-agents/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,5 @@
99
"com.unity.modules.imageconversion": "1.0.0",
1010
"com.unity.modules.jsonserialize": "1.0.0",
1111
"com.unity.modules.physics": "1.0.0"
12-
},
13-
"samples": [
14-
{
15-
"displayName": "3D Ball",
16-
"description": "The 3D Ball sample is a simple environment that is a great for jumping into ML-Agents to see how things work.",
17-
"path": "Samples~/3DBall"
18-
}
19-
]
12+
}
2013
}

0 commit comments

Comments
 (0)