ElementQuad (Construct 3 Plugins)

  • 6
    This content is deleted
    Addon
    ElementQuad

    Element Quad - set texture based on document element (e.G. Canvas.).

You're viewing a single comment in a conversation. View all the comments
  • 4 Comments

  • Order by
  • For addon on dev I use c3ide2 to generate the correct addon format and also a server for faster iteration in developer mode and no need to clear cache.

    github.com/ConstructFund/c3ide2-cli

    • Thank you! It seems like a nice tool! However, every time I run it, I get this error:

      creating addon ...

      ? Select addon type ... plugin

      ? Enter addon name ... MidiPro

      ? Enter author name ... dk865

      creating addon ...

      type: plugin

      name: MidiPro

      author: dk865

      cloning plugin template ...

      addon folder dk865_midipro created successfully

      DegitError: could not find commit hash for HEAD

      at Degit._cloneWithTar (C:\snapshot\c3ide2-cli\node_modules\degit\dist\index-688c5d50.js:14258:10)

      at async Degit.clone (C:\snapshot\c3ide2-cli\node_modules\degit\dist\index-688c5d50.js:14096:4)

      at async cloneTemplate (C:\snapshot\c3ide2-cli\commands\scaffold.js:91:3)

      at async create (C:\snapshot\c3ide2-cli\commands\scaffold.js:27:16) {

      code: 'MISSING_REF',

      ref: 'HEAD'

      }

      Any know fixes?