This commit is contained in:
2021-06-13 10:28:03 +02:00
parent eb70603c85
commit df2d24cbd3
7487 changed files with 943244 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
using NUnit.Framework;
internal class PathPlaceholder
{
[Test]
public void PlaceHolderTest()
{
Assert.Pass("Path tests are in a separate package.");
}
}

View File

@@ -0,0 +1,20 @@
{
"name": "Unity.2D.Path.Tests",
"references": [
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}