ChilliSource Update: Version 1.5.1
The latest version of ChilliSource is now out. Update to version 1.5.1 for the latest updates.
• Added: A new primitive shape model factory. This can be used to create boxes and planes in code.
• Added: A new primitive shape entity factory. This creates new entities using shapes generated through the primitive shape model factory.
• Added: Support for “multi-dex” applications on Android. This is needed if your application exceeds to 65k method limit.
• Added: A new way of handling JNI callbacks from Java to Native on Android. The method should now provide a BoxedPointer, which can be used to retreive a pointer to the target native object