Known Problems

From Color Infection Wiki

Jump to: navigation, search

Contents


Switch Coordinate System Bwtween Left Hand And Right Hand

Now, many API callings are not supported well when switch the coordinate system from left hand to right hand, or vise versa.

So it is best not to do this if your design contains programming elements.

Call Some Physics Related APIs In OnLevelBeforeInitializing Event Handlers

(This problem is removed since v1.56)

OnLevelBeforeInitializing event handler is the only event handler type will be executed before physics engine is built.

So calling some physics related APIs in a OnLevelBeforeInitializing event handler may crash game playing. Some other API callings will do nothing in a OnLevelBeforeInitializing event handler.

Personal tools