package.json 451 B

1234567891011121314151617
  1. {
  2. "name": "sc.utilities.replace-selected",
  3. "description": "Editor utility to swap out a GameObject selection with another",
  4. "version": "1.0.2",
  5. "unity": "2019.3",
  6. "unityRelease": "0f1",
  7. "displayName": "Replace Selected",
  8. "author": {
  9. "name": "Staggart Creations",
  10. "email": "contact@staggart.xyz",
  11. "url": "http://staggart.xyz/"
  12. },
  13. "keywords": [
  14. "utility",
  15. "replace"
  16. ]
  17. }