Jump to content

[SOLVED] assert in editor plugins?


photo

Recommended Posts

Posted

I am building an editor plugin script... I like using assert for sanity checks however my code is failing with...

Interpreter::parse(): unknown token "assert"

Why?

Posted

Hi Danni,

 

Assert is defined in core/unigine.h file, you need to include that header in order to use assert statement.

×
×
  • Create New...