Hi Guys,
I bought Mac Mini M4 and set up my project with IntellIJ. All seems great except when I try to run it, it says Context3D not available. These are my settings:
<aspectRatio>landscape</aspectRatio>
<!-- Whether the app will begin auto-orienting on launch. Optional. Mobile only. Default false -->
<autoOrients>true</autoOrients>
<!-- Whether the app launches in full screen. Optional. Mobile only. Default false -->
<fullScreen>true</fullScreen>
<!-- The render mode for the app (either auto, cpu, gpu, or direct). Optional. Default auto -->
<renderMode>direct</renderMode>
<!-- Whether the default direct mode rendering context allocates storage for depth and stencil buffers. Optional. Default false. -->
<depthAndStencil>true</depthAndStencil>
<!-- Whether or not to pan when a soft keyboard is raised or lowered (either "pan" or "none"). Optional. Defaults "pan." -->
<!-- <softKeyboardBehavior></softKeyboardBehavior> -->
<!-- Display Resolution for the app (either "standard" or "high"). Optional, OSX-only. Default "standard" -->
<!-- <requestedDisplayResolution>high</requestedDisplayResolution> -->
<visible>true</visible>
Are there some additional settings for MacOS and Adobe AIR. I am using Starling 2 and AIR SDK 51.1?
Is anyone able to debug application on MacOs 15 with adl?