UPBGE | 0.3 | Real-Time Particle System




WARNING: All elements from the particle system are tied to the timeline, meaning no independent per-object simulations if in real-time. You must bake the simulations to use them individually for per-object.

Want to try it out for yourself? Follow the steps below:

1. Enable « Use Viewport Render » under:
Properties Editor – Render Properties – Game Resolution

2. Use this BPY code to animate your scene’s animation timeline:
import bpy
currentFrame = bpy.data.scenes[« Scene »].frame_current
# Play once only
#bpy.data.scenes[« Scene »].frame_set(currentFrame + 1)
# Play looped
bpy.data.scenes[« Scene »].frame_set((currentFrame + 1) % 60)

Voir sur youtube

KA2Studio
Logo
Compare items
  • Total (0)
Compare
0