I'm currently stuck using version r388-2 because it is the last version with the "Compositing Mode" feature in the advanced project settings. This feature is crucial as it ensures correct rendering of 3D projects on certain AMD GPUs.
I've noticed that in a project exported with r388-2 using NWJs, the data.json file contains the following line:
"standard","vsync","","icons/loading-logo.png",false,4,false,"low-latency",
However, in the same project exported with the latest version of Construct (which removes the Compositing Mode toggle), the corresponding line changes to:
"high-performance",[],"standard","vsync","","icons/loading-logo.png",false,4,false,null,
I'm wondering if I can use the latest version of Construct and manually add "low-latency" to the data.json file after export to reactivate it. Alternatively, has the Compositing Mode feature been removed entirely, rendering this modification ineffective?
Thanks in advance for your help.