Skip to content

Commit

Permalink
Update to unity 2017.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nihohit committed Oct 14, 2017
1 parent f6e7b9a commit 6744d0a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ private static void BuildAndRun(BuildTarget target, List<string> testScenes, Lis
port = port
};

if (Application.isWebPlayer)
{
config.sendResultsOverNetwork = false;
Debug.Log("You can't use WebPlayer as active platform for running integration tests. Switching to Standalone");
EditorUserBuildSettings.SwitchActiveBuildTarget(BuildTarget.StandaloneWindows);
}
//if (Application.isWebPlayer)
//{
// config.sendResultsOverNetwork = false;
// Debug.Log("You can't use WebPlayer as active platform for running integration tests. Switching to Standalone");
// EditorUserBuildSettings.SwitchActiveBuildTarget(BuildTarget.StandaloneWindows);
//}

PlatformRunner.BuildAndRunInPlayer(config);
}
Expand Down
1 change: 1 addition & 0 deletions God Game/ProjectSettings/DynamicsManager.asset
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ PhysicsManager:
m_EnablePCM: 1
m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
m_AutoSimulation: 1
m_AutoSyncTransforms: 1
1 change: 1 addition & 0 deletions God Game/ProjectSettings/Physics2DSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Physics2DSettings:
m_QueriesStartInColliders: 1
m_ChangeStopsCallbacks: 0
m_CallbacksOnDisable: 1
m_AutoSyncTransforms: 1
m_AlwaysShowColliders: 0
m_ShowColliderSleep: 1
m_ShowColliderContacts: 0
Expand Down
2 changes: 1 addition & 1 deletion God Game/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
m_EditorVersion: 2017.1.0f3
m_EditorVersion: 2017.2.0f3
4 changes: 4 additions & 0 deletions God Game/UnityPackageManager/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"dependencies": {
}
}

0 comments on commit 6744d0a

Please sign in to comment.