Hi
Example: I have a ball that has the physic plugin and an script that doesn't have the physic plugin
I want that script has physic collisions with the ball
but I don't know how I do it
Develop games in your browser. Powerful, performant & highly capable.
Physics objects only collide with physics objects, you can give to a wall the physic behavior but setting it to Immovable
I know I can Set it to be immovable but I want the Script to move across the screen but when it is immovable and I move it with custom movement behavior with the ball inside it, a bug occurs and the ball falls out of the script in midway. The script is a bucket.