Small issue with latest release

Zaddo

Active member
In CharacterInventoryBridge, the variables in this section of code are not declared for UCC + PUN

UIS Version: 1.2.5
UCC Version: 2.4.5

C#:
#if ULTIMATE_CHARACTER_CONTROLLER_MULTIPLAYER
                    if (m_NetworkInfo != null && m_NetworkInfo.IsLocalPlayer()) {
                        m_NetworkCharacter.RemoveAllItems();
                    }
#endif
 
Thank you for letting us know. Someone else also mentioned this was an issue.
The integration does not officially support Netweorking so we decided to remove this section of the code in the next updated coming out very soon.
 
Top