Merge branch 'main' of http://gitlab.passervr.com/passer/unity/humanoidcontrol4_free
This commit is contained in:
		
						commit
						9093521f43
					
				@ -1120,6 +1120,9 @@ namespace Passer.Humanoid {
 | 
				
			|||||||
                    return false;
 | 
					                    return false;
 | 
				
			||||||
                if (ConfigurationCheck.packageNameList.Contains("com.unity.xr.management"))
 | 
					                if (ConfigurationCheck.packageNameList.Contains("com.unity.xr.management"))
 | 
				
			||||||
                    return true;
 | 
					                    return true;
 | 
				
			||||||
 | 
					                else if (ConfigurationCheck.packageNameList.Contains("com.unity.xr.oculus"))
 | 
				
			||||||
 | 
					                    // Somehow management is no longer available when Oculus is used
 | 
				
			||||||
 | 
					                    return true;
 | 
				
			||||||
                else if (ConfigurationCheck.packageNameList.Contains("com.unity.xr.openxr"))
 | 
					                else if (ConfigurationCheck.packageNameList.Contains("com.unity.xr.openxr"))
 | 
				
			||||||
                    // Somehow management is no longer available when OpenXR is used
 | 
					                    // Somehow management is no longer available when OpenXR is used
 | 
				
			||||||
                    return true;
 | 
					                    return true;
 | 
				
			||||||
 | 
				
			|||||||
@ -4,7 +4,7 @@ using UnityEngine;
 | 
				
			|||||||
namespace Passer {
 | 
					namespace Passer {
 | 
				
			||||||
    using Humanoid;
 | 
					    using Humanoid;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    [CustomEditor(typeof(ControllerInput))]
 | 
					    [CustomEditor(typeof(ControllerInput), true)]
 | 
				
			||||||
    public class ControllerInput_Editor : Editor {
 | 
					    public class ControllerInput_Editor : Editor {
 | 
				
			||||||
        protected ControllerInput controllerInput;
 | 
					        protected ControllerInput controllerInput;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user