Drawing event on an actor behavior not firing

DigitalMan

  • *
  • Posts: 12
Any reason why "when drawing" block wouldn't work on an actor behavior? The actor is on the scene and the behavior is attached. I took everything out of the "when drawing" block except for a log print line. Nothing shows in log so it's not even being called. Should the drawing event be automatically called for an actor or do you need to explicitly call it from the scene drawing event?

Justin

  • *
  • Posts: 4716
It should automatically be called as long as the actor is on-screen.
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)

DigitalMan

  • *
  • Posts: 12
Grrr. Has physics set to minimal instead of simple on it.