Hello, having a slight issue following the merging tutorial:
At around 10 minutes, the instructor replaces the character reference with another character. However the video mentions multiple times that, if the supplied player controller is used, specific steps can be skipped. Now the confusing part for me is whether I am supposed to replace the character reference variable to use my own character or not.
Here is my setup:
Based off FPS template. My own character. No existing player controller (the default "player controller is set in the game mode), however I have no custom functionality there yet. So as advised, I plan to use the inventory player controller, but still use my own character. And yes, my character was reparented to the inventory character.
In the game mode, the InventoryHUD and InventoryPlayerController are set, however the character is my own.
If I compile my code, the inventory quickbar, player name (“PLAYER”), hints all appear, but the player input is blocked and pressing I produces several errors in the log:
My guess the character reference is bonked?
