Spamming error msg "Drawing is only allowed inside NOTIFICATION_DRAW, _draw() function or 'draw' signal." when displaying more than 1 instances of a same CharacterBody2D.
This error kept spamming in console (hundreds per second).
Only having 1 visible in the editor doesn't cause this error.
Adding 2 different CharacterBody2D doesn't cause this error.
Turn off the visibility can stop the spamming.
Everything worked well including the exported game.
Anyone has a clue?