Gothic-UnZENity-Project / Gothic-UnZENity

Community rebuild of classical Gothic 1 and 2 in Unity engine. Currently focusing on a native VR implementation.
GNU General Public License v3.0
10 stars 2 forks source link

Fix/ UI Camera activated only when in Dialog/chapter screen #172

Open BoroBongo opened 3 weeks ago

BoroBongo commented 3 weeks ago

With the new UI Camera there was an issue where the hands were obscuring items held. This change adds logic to enable UI Camera when in dialog OR the chapter screen is being displayed.

+Moved the root dialog box from NPC prefab to the VRPlayer prefab.