ドキュメント

サポート

Unity Studio

Open Unity Studio

Unity Studio

Random node

Generate random numbers within a specified range.
読み終わるまでの所要時間 1 分最終更新 5ヶ月前

The Random node is a random value generator. Typical uses:
  • Get a random number within a range (for example, 0 to 1, or 5 to 10).
  • Pick a random item from a list (for example, a random color).
  • Create randomness in positions, rotations, and timing for natural variation.