install useful assets

This commit is contained in:
2025-11-16 18:44:39 -05:00
parent 101a8ef233
commit 1e009cd67c
214 changed files with 15645 additions and 4 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "PrimeTween.Installer",
"rootNamespace": "",
"references": [
"PrimeTween.Runtime"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.kyrylokuzyk.primetween",
"expression": "1.0.0",
"define": "PRIME_TWEEN_INSTALLED"
}
],
"noEngineReferences": false
}