Doğa Can Yanıkoğlu

Results 26 comments of Doğa Can Yanıkoğlu

Is this properly tested? I gave it a try but keyboard & gamepad navigations both not working anymore after applying the diff.

https://youtu.be/kBVMW_MZaW0 Here is video for the test I did. Just moved my pawn a little and saved/loaded game. Result is player pawn spawned in default location instead of saved transform.

> Probably a timing thing with the way Lyra initialises things. Sorry you'll have to investigate yourself, I don't use Lyra (it's way too over complicated) Does this mean I...

I tried to defer `USpudSubsystem::OnPostLoadMap(UWorld* World)` by 5 seconds just for testing, and that restored state of my player pawn 5 seconds after I initiate the quick load. So yeah,...

My solution was to load player character separately when game starts (there is a function in spud state to load a single actor data). Since it's player character and assuming...

In my custom save system, I'm serializing those structs manually and writing into saved data. If it's likely break compatibility with existing projects, the PR can be closed.