Comment sequence line
Posted: Thu Jul 04, 2019 9:37 am
1. I would like to comment some lines in sequence for debug purposes. I have tried lua style --, but it does not work. Is any way to do that? (Multiline comments would be nice too)
2. I also tried // style comments. And it makes game and unity editor completly freeze. Actually any not defined command/typo in sequence will cause a complete unity freeze. It is pretty unconvinient by writing sequences/debugging. It would be better sequence parser will throw exception like "unknon command". Is any way to prevent this freezes? (unity 2018.2.14, dialogue system 2.1.7)
2. I also tried // style comments. And it makes game and unity editor completly freeze. Actually any not defined command/typo in sequence will cause a complete unity freeze. It is pretty unconvinient by writing sequences/debugging. It would be better sequence parser will throw exception like "unknon command". Is any way to prevent this freezes? (unity 2018.2.14, dialogue system 2.1.7)