C. Dev's Forum Posts

  • Hey Construct Community!

    I've been working on a plugin for some time in my free time to make editing 3D layouts in Construct 3 a lot easier. The aim of the project is to create a complete 3D viewer in real time as an extension to the current Construct 3 editor. I have regularly shared my progress so far on the Construct Community discord and have already received good feedback and improvements 👍. The editor functions completely through one singular plugin (no other extensions/programs needed!) and can simply be started by pressing Alt + P key. The OpenCollective below has already started and a first demo version for early supporters is already out!

    OpenCollective:

    opencollective.com/construct-community/projects/3d-editor

    Video:

    youtube.com/watch

    Tagged:

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Hey there,

    I've just discovered an issue while using the DOMHandler in a plugin.

    I have this code for defining the message handlers:

    this.AddRuntimeMessageHandlers([
    ["open", (id, scopes, callback) => this._OpenWin(id, scopes, callback)],
    ]);
    

    Sadly only the `id` param is defined. All other ones (`scopes` and `callback`) return undefined while using.

    not sure if I do something wrong in calling the func:

    Can anyone help me with this?

    Tagged:

  • Nevermind, I fixed it. I guess the issue was that defined the file in the plugin.js 2 times...

  • Hey there,

    I am using DOM-script for opening a new window in worker mode. But since a few days I am getting this error:

    It is caused by this:

    Does anyone know what the issue is?

    Tagged:

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post