Ashley's Forum Posts

  • I tested the changes in r261 on several devices and it worked fine for me. I'm afraid there's not much we can do without a bug report, as we need that information to be able to help.

    • Post link icon

    10 years is a very long time to support software. Even Microsoft only fully support Windows for about 10 years. We're a small software company, and supporting software forever is just too expensive and difficult. Like every software company, we have to draw the line at some point and say it's no longer supported; a decade seems like a great run for a tool which only ever had a single programmer working on it.

  • The change to the build server for cordova-androidwrf@10.1.0 was actually made a week or two ago - so there has not been a change to the build server since yesterday when you said it worked. Are you sure you got the right password?

    If you run in to any other bugs please file an issue following all the guidelines, as we need all that information to be able to help.

  • There are some comments in the codebase indicating we use cordova-plugin-fullscreen to enter fullscreen mode at runtime, rather than at startup, to avoid bugs. We've had some real nightmares with viewport bugs in the past, so I'd rather not touch that.

    I'd always rather fix bugs than add extra features to work around them.

  • The presence of a plugin should not break other platforms that don't support it, though. If that happens please file an issue here: https://github.com/Scirra/Construct-3-bugs

  • The reason we request the broader permission is it better interoperates with the cloud storage for browsing and sharing files. The research we originally did was a couple of years ago now and I'm not sure if things have changed, but the app-folder restricted permission meant it only accessed an invisible folder unique to the app - so you couldn't even find your files by browsing the files on the web (e.g. on the Google Drive website). I think it would also make it more difficult or perhaps impossible to support other sharing features, such as the ability to browse folders shared with you, and load project files from those (which is particularly important for some customers like in education).

    I can assure you Construct only accesses the files you specifically choose, and solely for the purposes of opening and saving the projects you tell it to. We've also been through the security reviews that Google and Microsoft require for using these permissions.

    The one exception to this is Dropbox, which does support an app folder that you can also access on the web. So for Dropbox we do only request permission to access a special app-specific folder, and it can't see any files outside of that. So if you want to choose a cloud service that requires least permission, you could go with that.

  • I just checked the code and the platform option for file dependencies does not appear to actually be used. I think the documentation is wrong, so I removed the section referencing the platform. (It's still used for Cordova plugin dependencies though, this only applies to file dependencies.)

  • I think this is a bug we already identified - it should be fixed in the next release.

  • The video encode formats depend on the browser, and you can see which are supported in the About dialog of Construct. Note browsers support different encode formats to decode formats - for example Chrome can decode MP4 but only supports encoding WebM. The default "Auto" option is a good default as it will use a format that works, and if you manually change it to an option that is not supported it will not work. You can also try recording a WebM video and use external video tools to transcode it to MP4.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • You can load any previous version on the releases page.

  • The linked issue remains open, which implies Google know there is still work to be done on it.

  • It looks like it might be a corrupt project. It's difficult to offer any more help from just this information - if you think there's a problem with Construct please file an issue following all the guidelines, as we need all that information to be able to help.

  • It's not clear to me whether we're talking about the Animations Editor or Drawing Canvas here. Construct 2 had no Drawing Canvas, so I guess you must be talking about the Animations Editor?

  • I'm sure we already configure everything on the JavaScript side to be as low latency as possible without risking glitching audio. There must be something in the Chromium engine that's not using the lowest possible latency, but that's up to Google, and why that issue was filed.

  • Please file an issue here: https://github.com/Scirra/Construct-3-bugs