Is Resolution Indepence preventing game from being generated into Tizen App?
Franto
Member Posts: 779
A game I made won't generate into a Tizen app even after I removed all game attribute booleans and replaced them with integers{which is what I thought the problem was.} And it still won't generate a Tizen app. Could the problem be because I checked Resolution Independence? It did say in the Tizen instructions that it didn't need to be checked for Tizen, but doesn't explain if doing so will prevent Tizen from reading the program.
I only did so to make the game easier to port to iOS, since on windows creator, you gotta make everything from scratch instead of dragging and dropping from one game window to another. : (
EDIT: Tested with an empty file checked RI, it worked to generate a tizen app. Now I have no idea what could be causing the problem of generating the app that the other game doesn't suffer from.
EDIT2: After much experimenting, it appears what prevents an app from generating has to do with the actors section. I dismantled a game section and this was the conclusion I reached.
I only did so to make the game easier to port to iOS, since on windows creator, you gotta make everything from scratch instead of dragging and dropping from one game window to another. : (
EDIT: Tested with an empty file checked RI, it worked to generate a tizen app. Now I have no idea what could be causing the problem of generating the app that the other game doesn't suffer from.
EDIT2: After much experimenting, it appears what prevents an app from generating has to do with the actors section. I dismantled a game section and this was the conclusion I reached.