kestrelm / Creature_Godot

2D Skeletal Animation Creature Runtime for Godot Engine
Apache License 2.0
84 stars 12 forks source link

Creature plugin should give to the user hability to cancel "print" to console #6

Open Ranoller opened 7 years ago

Ranoller commented 7 years ago

Print to console is a very useful tool, but godot modules shouldn´t use that without developer permision because it "slow" execution of the project. There should be an option for disable print to console (with 100 "dinos", the proyect delay a lot in preview). Print to console is a tool designed to the game developer not the engine developer, there is an option in godot for "verbose stdout" that shows a lot of info for image mappings, etc... maybe creature should print only with this option active, or give to the user the chance to disable print (the last is better, because verbose stdout throw a bunch of blocks of info and creature prints will be lost in that)

kestrelm commented 7 years ago

Ok I will look into this as well.