-
- axmol version: latest 3a5498
get the error:
\axmol\core\ui\UIWebView\UIWebViewImpl-win32.cpp(51,14): error C1083: Cannot open include file: 'WebView.h': No such file or directory [\axmol\build_x…
-
New build design:
Each project has it own build settings for the Axmol Engine
Thats means:
- Axmol Engine is more a bulk of sources (core, 3rdparty, extensions, templates, etc)
- plus the tools fo…
-
- axmol version: 2.1.3-5a03fa2
- devices test on: Apple M1 Max MacBook Pro 16"
- developing environments
- Xcode version: 15.2
Steps to Reproduce:
1. In the MainScene::init function, create,…
-
org.axmol.hello-cpp will converted to 'org.axmol.hello_cpp' ` is_portrait: False
axmol: Create project hello-cpp done.
-
- axmol version: 2.1.2
- devices test on: Motorolla g54, Xiaomi Pro 12
- developing environments
- NDK version: r23c
- Xcode version: 14.2+
- Visual Studio:
- VS version: 2022 (1…
-
In our case this is triggered by `Director::getInstance()` getting called during static variable initialization stage. This causes a crash on Windows with the following stack:
```
shadergraphc.exe…
-
Hi guys,
We just migrated to Axmol from cocos2d-x 3.17.2. We noticed an issue with the build time. When we modify a simple file, at each time everything will be rebuild (no matter what). For us, t…
-
- axmol version: 2.1.3
- devices test on: Apple M1 Max
- developing environments
- Xcode version: 15.2
- cmake version: 3.29.0
Steps to Reproduce:
1. Run axmol DevSetup steps
2. Create …
-
`RenderTexture` is broken on macOS Metal and GL. Haven't tested other platforms. Repro code:
```
auto rt1 = RenderTexture::create(100, 100, PixelFormat::RGBA8);
rt1->setAutoDraw(true);
…
-
- axmol version: latest clone
- devices test on:
- developing environments
- NDK version: r23c
- Xcode version: 14.2+
- Visual Studio:
- VS version: 2022 (17.9+)
- MSVC ve…