Hello! :)
I'm trying to develop a simple 2D game with ORK (i'm a newbie with ORK and Unity in general!), so little by little i'm facing new challenges on development.
I'd like to keep this thread active, i'd be glad if anyone can be helped by other users answers. If you want to ask questions too, i could keep the first post updated!
Issues:
-How can i change a sprite of an object? I'd like to achieve something easy like chest open after the reward is collected... Should i use variable with custom script attached to object? (Like 0 closed sprite / 1 open sprite? )How to get variable defined with ORK with a script?
-How do you setup animation? I managed to attack a sprite to player, but which is the better way to change sprites depending on direction and position?
Thanks everyone, have a nice day!