Collision between objects from different AppStates

Hi there,

So, I have this character created in one AppState, and I also have some Objects witch are made to collide with the character but they are created in other AppState.

How do I check the collision between the character and the objects?

Thankss

Just use one global bullet app state and add all your physics objects to that.