package.json 446 B

1234567891011121314151617
  1. {
  2. "name": "com.harumak.unityuiplayables",
  3. "displayName": "Unity UI Playables",
  4. "version": "0.1.3",
  5. "unity": "2019.4",
  6. "license": "MIT",
  7. "dependencies": {
  8. "com.unity.textmeshpro": "2.0.1",
  9. "com.unity.timeline": "1.2.14"
  10. },
  11. "author": {
  12. "name": "Haruki Yano",
  13. "url": "https://github.com/Haruma-K"
  14. },
  15. "type": "tool",
  16. "description": "A set of tracks and clips for controlling the Unity UI (uGUI) with Timeline."
  17. }