DBTween.uplugin 665 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "FileVersion": 3,
  3. "Version": 1,
  4. "VersionName": "1.0",
  5. "FriendlyName": "DBTween",
  6. "Description": "This is a Plugin for Tweeen Animation",
  7. "Category": "Other",
  8. "CreatedBy": "DearBing",
  9. "CreatedByURL": "",
  10. "DocsURL": "",
  11. "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/bc7fcf7d4e60450ca51158289d355ff4",
  12. "SupportURL": "",
  13. "CanContainContent": true,
  14. "Installed": true,
  15. "SupportedTargetPlatforms": [
  16. "Mac",
  17. "Win64",
  18. "Android",
  19. "IOS"
  20. ],
  21. "Modules": [
  22. {
  23. "Name": "DBTween",
  24. "Type": "Runtime",
  25. "LoadingPhase": "PreLoadingScreen",
  26. "WhitelistPlatforms": [
  27. "Mac",
  28. "Win64",
  29. "Android",
  30. "IOS"
  31. ]
  32. }
  33. ]
  34. }