Sean Esopenko

Results 12 comments of Sean Esopenko

> with gdscript I (ideally) manually test the feature added and the other things that interact with it. We try to do QA of the entire thing before a big...

The workaround from @j1mmyson above doesn't handle templates in recursive directories. Combining [this solution from stack exchange](https://stackoverflow.com/a/50581032) with the above lets you attach templates from recursive embedded directories: ```go package...