Skip to content

粒子が表示されないときの対処法 #21

Description

@qoopen0815

Describe the bug
まれに粒子が出現しないときがあります。
そんな時はだいたいVFXのノード設定がおかしいので、以下の手順で確認してください。
※Githubで色々編集してるとたまにおかしくなる。。

Step by step of modifying the VFX settings

  1. VFXのノードエディタを開きます。
    image
  2. 赤丸の「Sample Graphics Buffer」の設定(右上の歯車マーク)を開きます。
    image
  3. サンプリングするGraphicsBufferの型を設定できるので「State」を選択します。(粒子の座標値などを扱う型です)
  4. もう一度歯車をクリックして元の表示に戻します。
  5. 右側に「s」という変数があり、その中にpositionなどのデータが見えるようになってます。(これらが粒子情報です)
  6. positionをUpdate Particleボックスのpositionにつなげて完了です。
    image

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions