Removed Physics package dependency.
This commit is contained in:
parent
d8bca26881
commit
16ce496f12
@ -13,6 +13,12 @@
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"versionDefines": [
|
||||
{
|
||||
"name": "com.unity.modules.physics",
|
||||
"expression": "",
|
||||
"define": "COM_UNITY_MODULES_PHYSICS"
|
||||
}
|
||||
],
|
||||
"noEngineReferences": false
|
||||
}
|
@ -1,3 +1,4 @@
|
||||
#if COM_UNITY_MODULES_PHYSICS
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
@ -166,3 +167,4 @@ namespace Utils
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
@ -9,6 +9,12 @@
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"versionDefines": [
|
||||
{
|
||||
"name": "com.unity.modules.physics",
|
||||
"expression": "",
|
||||
"define": "COM_UNITY_MODULES_PHYSICS"
|
||||
}
|
||||
],
|
||||
"noEngineReferences": false
|
||||
}
|
@ -1,3 +1,4 @@
|
||||
#if COM_UNITY_MODULES_PHYSICS
|
||||
using System.Diagnostics;
|
||||
using UnityEngine;
|
||||
|
||||
@ -106,3 +107,4 @@ namespace Utils
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ru.shazbot.utils",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"displayName": "Utils",
|
||||
"description": "Utility useful for almost any project.",
|
||||
"licensesUrl": "https://git.shazbot.ru/Utils.git/tree/LICENSE.md",
|
||||
@ -12,7 +12,5 @@
|
||||
"email": "alexander@shazbot.ru",
|
||||
"url": "https://shazbot.ru/"
|
||||
},
|
||||
"dependencies": {
|
||||
"com.unity.modules.physics": "1.0.0"
|
||||
}
|
||||
"dependencies": { }
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user