package.json 386 B

1234567891011
  1. {
  2. "name": "com.unity.modules.wind",
  3. "version": "1.0.0",
  4. "type": "module",
  5. "displayName": "Wind",
  6. "description": "The Wind module implements the WindZone component which can affect terrain rendering and particle simulations. Scripting API: https://docs.unity3d.com/ScriptReference/UnityEngine.WindModule.html",
  7. "icon": ".icon.png",
  8. "dependencies": {
  9. }
  10. }