Hello!
I’m new to your sdk and also to the cc65 compiler.
Is it possible from a 8bit Unity source to use the tgi lib and how? Do I need to use tgi_install() then tgi_init()? And how?
If it’s not possible, how can I set a specific Atari graphic mode from Unity?
It is possible to use TGI, but in that case you will be limited to either low-res or low-color (all TGI modes are standard Atari GFX modes, see: https://cc65.github.io/doc/atari.html#ss6.1).