Skip to content

Commit a303ab3

Browse files
authored
Merge branch 'develop' into all-contributors/add-call-stack
2 parents ce3dc98 + b1b099b commit a303ab3

File tree

6 files changed

+38
-25
lines changed

6 files changed

+38
-25
lines changed

.all-contributorsrc

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
"imageSize": 100,
66
"commit": false,
77
"contributors": [
8+
{
9+
"login": "ashblue",
10+
"name": "Ash Blue",
11+
"avatar_url": "https://avatars2.githubusercontent.com/u/643307?v=4",
12+
"profile": "http://blueashes.com",
13+
"contributions": [
14+
"code"
15+
]
16+
},
817
{
918
"login": "JesseTG",
1019
"name": "Jesse Talavera-Greenberg",
@@ -15,12 +24,21 @@
1524
]
1625
},
1726
{
18-
"login": "ashblue",
19-
"name": "Ash Blue",
20-
"avatar_url": "https://avatars2.githubusercontent.com/u/643307?v=4",
21-
"profile": "http://blueashes.com",
27+
"login": "PureSaltProductions",
28+
"name": "PureSaltProductions",
29+
"avatar_url": "https://avatars1.githubusercontent.com/u/52610924?v=4",
30+
"profile": "https://github.com/PureSaltProductions",
2231
"contributions": [
23-
"code"
32+
"userTesting"
33+
]
34+
},
35+
{
36+
"login": "mduvergey",
37+
"name": "Martin Duvergey",
38+
"avatar_url": "https://avatars2.githubusercontent.com/u/18513379?v=4",
39+
"profile": "https://github.com/mduvergey",
40+
"contributions": [
41+
"bug"
2442
]
2543
},
2644
{

Assets/FluidBehaviorTree/Tests/Editor/Fluid.BehaviorTree.EditorTests.asmdef

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,17 @@
22
"name": "Fluid.BehaviorTree.EditorTests",
33
"references": [
44
"Fluid.BehaviorTree",
5-
"Fluid.BehaviorTree.Editor",
6-
"UnityEngine.TestRunner",
7-
"UnityEditor.TestRunner"
5+
"Fluid.BehaviorTree.Editor"
86
],
97
"includePlatforms": [
108
"Editor"
119
],
1210
"excludePlatforms": [],
13-
"allowUnsafeCode": false,
14-
"overrideReferences": true,
1511
"precompiledReferences": [
1612
"nunit.framework.dll",
1713
"NSubstitute.dll"
1814
],
19-
"autoReferenced": false,
20-
"defineConstraints": [
21-
"UNITY_INCLUDE_TESTS"
22-
],
23-
"versionDefines": [],
24-
"noEngineReferences": false
25-
}
15+
"optionalUnityReferences": [
16+
"TestAssemblies"
17+
]
18+
}

Assets/FluidBehaviorTree/Tests/Editor/Fluid.BehaviorTree.EditorTests.asmdef.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"clever-crow.nsubstitute": "2.0.3",
1313
"com.unity.2d.sprite": "1.0.0",
1414
"com.unity.2d.tilemap": "1.0.0",
15-
"com.unity.ads": "2.0.8",
15+
"com.unity.ads": "3.4.5",
1616
"com.unity.analytics": "3.3.5",
1717
"com.unity.collab-proxy": "1.2.16",
1818
"com.unity.ide.rider": "1.1.4",
19-
"com.unity.ide.vscode": "1.1.4",
19+
"com.unity.ide.vscode": "1.2.0",
2020
"com.unity.purchasing": "2.0.6",
21-
"com.unity.test-framework": "1.1.9",
21+
"com.unity.test-framework": "1.1.14",
2222
"com.unity.textmeshpro": "2.0.1",
2323
"com.unity.timeline": "1.2.10",
2424
"com.unity.ugui": "1.0.0",

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2019.3.0f6
2-
m_EditorVersionWithRevision: 2019.3.0f6 (27ab2135bccf)
1+
m_EditorVersion: 2019.3.15f1
2+
m_EditorVersionWithRevision: 2019.3.15f1 (59ff3e03856d)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,8 +722,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
722722
<!-- markdownlint-disable -->
723723
<table>
724724
<tr>
725-
<td align="center"><a href="https://jesse.tg"><img src="https://avatars0.githubusercontent.com/u/1175189?v=4" width="100px;" alt=""/><br /><sub><b>Jesse Talavera-Greenberg</b></sub></a><br /><a href="https://github.com/ashblue/fluid-behavior-tree/commits?author=JesseTG" title="Code">💻</a></td>
726725
<td align="center"><a href="http://blueashes.com"><img src="https://avatars2.githubusercontent.com/u/643307?v=4" width="100px;" alt=""/><br /><sub><b>Ash Blue</b></sub></a><br /><a href="https://github.com/ashblue/fluid-behavior-tree/commits?author=ashblue" title="Code">💻</a></td>
726+
<td align="center"><a href="https://jesse.tg"><img src="https://avatars0.githubusercontent.com/u/1175189?v=4" width="100px;" alt=""/><br /><sub><b>Jesse Talavera-Greenberg</b></sub></a><br /><a href="https://github.com/ashblue/fluid-behavior-tree/commits?author=JesseTG" title="Code">💻</a></td>
727+
<td align="center"><a href="https://github.com/PureSaltProductions"><img src="https://avatars1.githubusercontent.com/u/52610924?v=4" width="100px;" alt=""/><br /><sub><b>PureSaltProductions</b></sub></a><br /><a href="#userTesting-PureSaltProductions" title="User Testing">📓</a></td>
728+
<td align="center"><a href="https://github.com/mduvergey"><img src="https://avatars2.githubusercontent.com/u/18513379?v=4" width="100px;" alt=""/><br /><sub><b>Martin Duvergey</b></sub></a><br /><a href="https://github.com/ashblue/fluid-behavior-tree/issues?q=author%3Amduvergey" title="Bug reports">🐛</a></td>
727729
<td align="center"><a href="https://github.com/call-stack"><img src="https://avatars1.githubusercontent.com/u/38575304?v=4" width="100px;" alt=""/><br /><sub><b>call-stack</b></sub></a><br /><a href="https://github.com/ashblue/fluid-behavior-tree/issues?q=author%3Acall-stack" title="Bug reports">🐛</a></td>
728730
</tr>
729731
</table>

0 commit comments

Comments
 (0)