Bring console.log, on the screen.
Simple example
Custom position with css example. You need the Inject CSS plugin for that.
I've made a worker compatible version => construct.net/make-games/addons/1130/c3-screenlog-js-webworker.
is not working anymore with the more recents updates?
Nope it doesnt. Probably a problem related to not specifying `globalThis`. As you know, as of recently, `globalThis` is a necessity for variables in global scope.
Btw, I need a plugin that should work in Worker Mode too. Would you mind if I try to make that myself?
Okay, i have not enough time to fix that at the moment. :)
Don't work with worker-mode on construct 3.
Works without worker-mode for you?
This is great! Can you add a 'make visible' action (make it visible or not (transparent or not.))
Thank you! This is great. I hate having to open the console over and over. Any chance you could add a properties to allow you to move its location somewhere else on the screen? thnkx
Now, the plugin has custom CSS support. You can change the position or anything (see the new example-file).
Thank you!