Hello, how can I export a VFX to another project in unity?

I created the VFX with the particle system, using textures and materials and would like to export everything together to a different project.

asset export/import can be performed (Unity - Manual: Asset Packages)

warning!

  • importing asset to different Unity versions has risks
  • if your packages / custom packages and/or tools are not identical this can be a point of failure
  • backwards compatibility obviously creates problems the most often

thank you, I will take into account the warnings. :grin: