Skip to content

Commit

Permalink
Merge pull request #101 from AnnulusGames/support-unity2023-textmeshpro
Browse files Browse the repository at this point in the history
Support TextMeshPro extension in Unity2023 (ugui2.0)
  • Loading branch information
AnnulusGames committed Mar 16, 2024
2 parents e21dd8c + 9fc3a4d commit 78aec23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"expression": "",
"define": "LITMOTION_SUPPORT_TMP"
},
{
"name": "com.unity.ugui",
"expression": "2.0.0",
"define": "LITMOTION_SUPPORT_TMP"
},
{
"name": "com.unity.visualeffectgraph",
"expression": "",
Expand Down Expand Up @@ -47,4 +52,4 @@
}
],
"noEngineReferences": false
}
}
2 changes: 1 addition & 1 deletion src/LitMotion/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"depth": 0,
"source": "git",
"dependencies": {},
"hash": "f312727a8f9f2b68314d38b2ddfe38b4cd50a29e"
"hash": "05a181d7aa516e5fd8b6b877b8bc0891c190a4ae"
},
"com.neuecc.unirx": {
"version": "https://github.com/neuecc/UniRx.git?path=Assets/Plugins/UniRx/Scripts",
Expand Down

0 comments on commit 78aec23

Please sign in to comment.