Skip to content

Instantly share code, notes, and snippets.

@mika-f
Created December 11, 2022 13:12
Show Gist options
  • Save mika-f/7d561c6bbd4b4d7ef0b628d0ea17dbd6 to your computer and use it in GitHub Desktop.
Save mika-f/7d561c6bbd4b4d7ef0b628d0ea17dbd6 to your computer and use it in GitHub Desktop.
Unity Particle System : やりたいこと別設定逆引き

Unity Particle System : やりたいこと別設定逆引き

これやりたい!から Particle System の設定を逆引きするだけのメモ帳

パーティクルの出現位置を、 Circle の円周上のみにしたい

上記画像のように、ある円の円周上にのみパーティクルを出現させたい場合は以下のように設定する:

  • Shape
    • Shape: Circle
    • Radius: お好みのサイズ
    • Radius Thickness: 0

Thickness を 0 にすることで、出現範囲を円周上のみに制限できる

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment