BridgeEquippableProcessing Compile Errors w/ UCC 2.4 / UIS 1.2

airoll

Member
Hi I'm getting some BridgeEquippableProcessing compile errors with the latest UCC 2.4 and UIS 1.2. I started in a new project, and imported (1) UCC (technically TPC) 2.4, (2) UIS 1.2, and (3) the the TPC/UIS integration package. I am getting the following errors. Can you assist?

1633657377902.png
 
Update: I fixed those errors (which were pretty straightforward, renaming a few fields) and a few others but now are stuck at these.

1633658979850.png
 
I think I had to modify Line 39 on CharacterInventoryBridgeInspector to EditorGUILayout.PropertyField(PropertyFromName("m_AmmoItemCollectionNames"));

Specifically, it used to say m_AmmoItemCollectionName instead of m_AmmoItemCollectionNames.
 
Top