Magic!
I didn't have to do anything other than setting "Force Main" to true.
It works, if I start from my "game play" scene,
it works, if I start from my "main menu" scene.
I anything else happens later on, I can go an…
I'm sorry but this getting more complex the more I look into it.
This post is only to clarify what is going on.
Currently MCS is not in Script Execution Order list so it runs on default time.
If I start my game from my main menu scene and go to gam…
I tried running MSC at a later time in frame via Script Execution Order. It didn't didn't help. (I haven't tested but) I think it is because I also am positioning the player after level is created and since MSC disables the player my code can't do i…
Happy to be a part of this community and thank you for the reply!
(Quote)
Warnings are "Input Action 'ToggleCursor' (and its friends) not found"
So I understand these will not be a problem.
(Quote)
Game creates levels procedurally, so th…