First commit for private source control. Older commits available on Github.
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "PrimeTween.Demo",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"PrimeTween.Runtime",
|
||||
"Unity.TextMeshPro",
|
||||
"Unity.InputSystem"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [
|
||||
{
|
||||
"name": "com.unity.modules.physics",
|
||||
"expression": "1.0.0",
|
||||
"define": "PHYSICS_MODULE_INSTALLED"
|
||||
},
|
||||
{
|
||||
"name": "com.unity.ugui",
|
||||
"expression": "1.0.0",
|
||||
"define": "UNITY_UGUI_INSTALLED"
|
||||
},
|
||||
{
|
||||
"name": "com.kyrylokuzyk.primetween",
|
||||
"expression": "1.0.0",
|
||||
"define": "PRIME_TWEEN_INSTALLED"
|
||||
},
|
||||
{
|
||||
"name": "com.unity.textmeshpro",
|
||||
"expression": "1.0.0",
|
||||
"define": "TEXT_MESH_PRO_INSTALLED"
|
||||
},
|
||||
{
|
||||
"name": "com.unity.inputsystem",
|
||||
"expression": "1.0.0",
|
||||
"define": "INPUT_SYSTEM_INSTALLED"
|
||||
},
|
||||
{
|
||||
"name": "com.unity.ugui",
|
||||
"expression": "2.0.0",
|
||||
"define": "TEXT_MESH_PRO_INSTALLED"
|
||||
},
|
||||
{
|
||||
"name": "com.kyrylokuzyk.primetween",
|
||||
"expression": "[1.3.8-pro]",
|
||||
"define": "PRIME_TWEEN_PRO"
|
||||
}
|
||||
],
|
||||
"noEngineReferences": false
|
||||
}
|
||||
Reference in New Issue
Block a user