Skip to Main Content
Construct 3 suggestions 21H2 - ARCHIVED

This suggestions platform is now closed and will be shut down on March 1st 2024.

Please ensure any content you care about is backed up before that date.

Feature requests are now handled on GitHub here: https://github.com/Scirra/Construct-feature-requests

ADD A NEW IDEA

All ideas

Showing 18
21 VOTE

Multiplayer: non obfuscated and commented signalling server

A non obfuscated signalling server with commented code could allow us to more easily modify it, adding features like sending messages to discord, accepting non-multiplayer plugin websockets connections for non-realtime game communication between p...
EleanorjMorel almost 3 years ago in Plugins 0 Will not implement
16 VOTE

Real time teamwork

Problem: Construct 3 editor perfect for individual developers but the teamwork is complicated. GitHub and other git systems can solve it but its not so interactive. The workflow will be better with Real time teamwork. Work in home office without i...
nyuszi008 almost 3 years ago in Editor 2 Will not implement
7 VOTE

Change "Set angle" MoveTo property via Action

The MoveTo behavior has a property called "Set angle", which can only be set in the Editor. This is the only MoveTo property that can't be set via Action. I'd like to request an action to change this property during the runtime. Thank you.
Laserwolve about 2 years ago in Editor 0 Will not implement
5 VOTE

Access to sprite.scale and sprite.effect.parameter

I have a project where I play around with the scales of sprites. It would be useful to have direct access to a sprite's scale property, right now I make a instance variable where i store and update the scale manually to be able to make comparisons...
Stef over 2 years ago in Scripting 1 Will not implement
3 VOTE

add ps5 controller for game pad

add ps5 for game pad
Guest almost 2 years ago in Plugins 1 Will not implement
4 VOTE

Set token values.

Tokenat() seems to only read token values. It would be great to be able to directly set them too. I ended up using an array and setting it to a dictionary key AsJSON. I feel being able to set a token directly may increase efficiency and reduce res...
Unconnected almost 3 years ago in Editor 6 Will not implement
3 VOTE

Offer an electron version with a persistent license.

I would like an full offline version like Construct 2 was. Construct 3 could be build with electron which allows file system etc. It would also be great if a persistent license can be bought like for C2 then. I want the C2 feeling back. :) Full co...
Guest about 2 years ago in Editor 0 Will not implement
3 VOTE

A Sprite remote image address problem

When copying Sprite out cases,Change the pic remote address one of the Sprite (Load image from URL -- effective),All the Sprite of reproduction has changed。But size of the Sprite has no change(Resize to image size --no effective),C2/C3 So it is with。
Guest over 2 years ago in Plugins 1 Will not implement
3 VOTE

Add an official "Wait X Ticks" action

Since I've been working with Construct the way to wait for ticks was using the "Wait 0 seconds" action. We could even wait for multiple ticks by stacking it one after the other, like in this example: https://imgur.com/rDKQVZm.jpg Why not make it o...
NicotineLL almost 3 years ago in Editor 4 Will not implement
1 VOTE

Allow for plugin exclusion when exporting

When i use JS in my projects, i like to code in VS Code and i use this plugin to connect them. But the problem is i have to remember to delete the plugin from my project when i export it to reduce my game size. So my suggestion is to allow plugin ...
Guest over 1 year ago in Publishing 0 Will not implement