Construct 3 r361

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

  • Order by
  • Maybe im missing something, but main problem for me is that you can only create/rename/delete files inside C3 editor, so most of file actions made outside are just ignored

    Its most likely a limitation of the browser, but it still makes using WebPack/etc to compile everything to a single file which is then loaded to C3 a much more viable option for me, because you can do whatever you want with your files and then its all is loaded in C3 as single file without any additional work. So I think I will stay with this option, until something better comes out

    • I reported it on the issue platform a few months ago but it looks it's considered as a feature request rather than an issue.

      You can vote here for the dedicated suggestion, if you want C3 to let us create/rename/move/delete scripts outside the C3 engine :) (from Windows Explorer or IDE for examples)

      construct23.ideas.aha.io/ideas/C23-I-207

      • Well yea, im sure its not a bug and is either a limitation of browser APIs or a feature to add (and most likely not a simple one to implement)

        But either way would be really nice to have it, yes

        • Not a bug but definitely an issue IMO.

          Because it is confusing for newcomers (clearly not the expected behavior) and trying to do so actually corrupts the c3 project right now.

          But yeah probably not that easy to implement.