Ashley's Forum Posts

  • How do I make sure to get a user's approval, or my own for that matter?

    You can't guarantee you'll get the user's approval. They can always decline the permission prompt.

    If you ever decline, the browser may subsequently block all future requests. You may have to go in to your browser settings and adjust the permission manually.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It's handled automatically by the OS. It will choose whichever CPU best balances performance vs. battery life. For a demanding game I would assume it will automatically choose the high-performance CPU.

  • The link is not public. Besides, we usually need a full report following all the guidelines to be able to investigate, so please file an issue as I previously advised anyway.

    For what it's worth, I just tried an APK build of one of Construct's templates and it worked fine.

  • If you run in to problems please file an issue following all the guidelines.

    This is our standard response because we routinely cannot reproduce issues based on comments and forum posts alone. We have a carefully designed process around issue reports that is designed to maximise the chance the problem can actually be solved.

  • If you run in to problems please file an issue following all the guidelines.

  • The "minimal-ui" error doesn't matter and can be ignored.

    There's nothing significiant in the rest of the log either, so there's very little to go on. As ever you should share more detailed information such as the devices tested, software versions, a sample project, etc.

  • It should work. If it doesn't, please file an issue following all the guidelines.

  • You must have done something else, like visit it directly or visited an older beta release, because stable releases do not notify you about beta releases unless you have changed the settings. I just checked to verify this.

  • We're using an experimental new feature in Chrome (Local Font Access) to support the ability to pick fonts for the Text object from a full list of all locally available fonts.

    Where it's supported

    To use the experiment you will need to use:

    • Google Chrome 88+
    • Construct 3 r225+
      • In stable releases, tick Enable experimental features in Settings
      • In beta releases, it's enabled by default

    How it works

    When the feature is supported, the font picker dialog for the Text object will prompt for permission to access local fonts. If you approve the prompt, then the list of local fonts is filled with a comprehensive list of all available fonts installed on your system. Without this feature Construct guesses a list of fonts, which is usually incomplete.

    Feedback

    Let us know if you have any thoughts about this! You can use this thread for general discussion about the feature. If you find a bug or a crash with it, please file an issue on the issue tracker as usual, following all the guidelines to ensure we can help.

  • Construct won't automatically update to beta releases by default. It only will if you enable the beta notifications in settings, or if you directly load the latest beta via the website.

  • The architecture of the event system does not allow for objects not referenced in conditions or actions to be picked, so it's not currently possible to automatically pick other object types in the hierarchy that are a different type to the root.

    Using conditions like "pick children" or "pick last created" should be used instead. If that doesn't work please file an issue.

  • See the guide on memory usage in the manual to understand how memory management works.

  • Try turning off "Enable experimental features" in settings. Sometimes experiments can cause crashes and problems.

  • Take a look at the Voice Recorder example.

  • Check the manual entry on Functions which covers this.