Blender Paper Engine issue with set up

Godot Version

godot-4.4

Question

Not sure why I am getting this error, using folded paper engine. Watch the set up vid here; https://youtube.com/shorts/YRTf65f2L3g?si=wkIzfWdjb3JeTFXA . Added the cam and player control and then this happed. Tried a global scripts, attaching scripts to node, and consider divine intervention… Gabe Newell, but he is a last sort. Brothers, sisters, and anyone else who wish to not identify as either of the two, I call upon your aid! please :3

func _physics_process(delta: float) -> void:
	if not FEATURE_UTILS.FPE_GLOBALS.DEACTIVATE_PLAYER_CONTROLS and DEVICE_PROXY:
	

The FEATURE_UTILS object is not getting instantiated properly.

Click on the Debugger / Errors tab. What are all the errors listed? Copy and paste them here.