Hi, all.
Actually, 'Solid' and 'Pathfinder' and 'Platformer'
They are each separated behaviors.
How can they know other objects' behavior and instance values??
I cannot find any document about this.
Please talk about this together.
Develop games in your browser. Powerful, performant & highly capable.
you just reference them.
Sprite.Platform.Speed etc....
Sprite.Pathfinding.Speed etc....
you cannot reference Solid behavior.
Generally you would not use pathfinding or solid with the platform behavior since that includes physics, movement, interactions with solids etc..