Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi everyone. I am working on a mobile game project right now, I now have about 26 QML files. will the number of qml files affect the performance of my game once it is deployed on a mobile phone?
No. But it may hurt if you load too many qml files into the pagestack. 26 is not that hurting, we run 85 though :)
really? wew. i have now 30 and counting qml files ,images/javaScript files not inculed, so that's why i worry