huntjn Posted July 27, 2018 Share Posted July 27, 2018 I imported the Unity SDK plugin and immediately get 2 compiler errors on the WaveVR_TrackedButtons script (see below) Assets/WaveVR/Scripts/WaveVR_TrackedButtons.cs(15,15): error CS0101: The namespace `global::' already contains a definition for `ClickedEventArgs' Assets/WaveVR/Scripts/WaveVR_TrackedButtons.cs(22,22): error CS0101: The namespace `global::' already contains a definition for `ClickedEventHandler' Is there a known fix for this? Link to comment Share on other sites More sharing options...
Tony PH Lin Posted July 31, 2018 Share Posted July 31, 2018 Do you have other plugin coexist on your project (like SteamVR or others)? It looks like a namespace confliction. Thanks. Link to comment Share on other sites More sharing options...
huntjn Posted August 2, 2018 Author Share Posted August 2, 2018 Thanks - yeah that was the issue. I started a brand new project and it works. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.