Hi i need to reference my inventory script (Inventory.cs) that has tis own Inventory editor script (InventoryEditor.cs) on my FPS Controller (ManoeuvreFPScontroller.cs) that has even its Editor script (ManoeuvreFPSControllerEditor.cs)
if i declare in classic way into ManoeuvreFPSController.cs with
public Inventory inventory;
i cannot see it into the inspector to assigne the scirpt to it…
i read sometnihg about a diffrent way to add reference on scirpt managed by editor scirpt but sincerely cannot figured how…
can please someone can help me?
thanks