Back to CopperCube 6 Game EngineCommunity Announcements
CopperCube Game Engine 6.0.2 released
September 7, 2018by Ambiera
GamePatchNote Digest
CopperCube 6 Game Engine Patch Notes — September 7, 2018
Aggregated from Steam, cross-tracked with Battle.net coverage on GamePatchNote.
CopperCube Game Engine 6.0.2 is available now. 
This update mainly improves the Android platform target:
Google Play Store compatibility
The used Android version SDK is now 26 instead of previously 8.
This means apps can now again be uploaded to the google play store, which wasn't possible since a few days after Google set 26 as mandatory limit now. The minVersion is still set to version 8, meaning your app will still run on old Android devices.Moved to Android Studio
The android source is now an Android Studio project and no longer Eclipse based. It is encouraged to update to Android Studio if you are still using Eclipse. If you still want to continue using Eclipse, you'll still are able to use the .java source code which can be found in the folder app\src\main\java
Other, smaller changes
- Fixed problem displaying "Invalid APK" when creating Android Apps with some unusual app names
- Progress dialog when calculating lightmapping or adding textures is now much nicer in Windows 10
- Fixed problem causing long lines of error messages sometimes to be cut off after publishing an app
- Fixed a bug where the editor won't correctly store the android version code in the publishing settings
Have fun creating your games!