using particles (affected by gravity)
picture this a cup of marbles... and throw them up and watch them come up and then come down... thats what im trying to do... if i were to do this with a regular actor it would have a collision with the ground set but it would look like its jumping as well how can i do this with particles
Comments
Hi @digitalzero you can't (with particles). What you're after can only be achieved with separate actors and the Physics attributes, etc.
Particles can't interact with each other and other actors (ie. have bounciness), you'd need to create your marbles as regular actors.
aww that sucks! thanks so much for replying you guys