package.json 540 B

1234567891011121314
  1. {
  2. "name": "net.codestage.advanced-fps-counter",
  3. "displayName": "Code Stage Advanced FPS Counter",
  4. "version": "1.5.0",
  5. "unity": "2017.4",
  6. "description": "Advanced FPS Counter is a simple and flexible in-game frames per second counter with advanced features, made to let you monitor stats of your game right on the target device.",
  7. "keywords": ["FPS", "Memory", "Stats", "Counter"],
  8. "category": "Tools",
  9. "author": {
  10. "name": "Dmitriy Yukhanov",
  11. "email": "support@codestage.net",
  12. "url": "https://codestage.net"
  13. }
  14. }