-
|
It's that time of year again when I dust down my project for a build and release. Just updated to 2.11.3 from 2.4 So the question is, what is meant to be the approach of keeping code base up to date? OSX only needed a small change on a the Mouse Event Listener - onMouseMove iOS looks like RootViewController has gone - which means there is likely project plumbing needed. On OSX - I seem to have lost mouse moment over certain areas of the screens - Widgets maybe? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The source files have been renamed, and a lot of the code has been moved into the engine. Android has been changed, but it should be straightforward. Pay close attention to these files: Another change that may seem significant, but isn't, would be in |
Beta Was this translation helpful? Give feedback.
The source files have been renamed, and a lot of the code has been moved into the engine.
RootViewControlleris nowGameViewControlleretc.. It seems a lot cleaner, and any custom code you may have had in there should still work, with minor changes.Android has been changed, but it should be straightforward. Pay close attention to these files:
{project_root/.axproj- Settings, such as Android NDK and min/max SDK, are set in this file, which override defaults in{engine_root}/1k/build.profiles.proj.android/settings.…