Skip to content

Commit

Permalink
Rename namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-shariff committed Dec 26, 2023
1 parent a40c0f7 commit ecfc3af
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 8 deletions.
File renamed without changes.
7 changes: 7 additions & 0 deletions Editor/Assets_v1/ubc.ok.ovilab.HPUI.Editor.asmdef.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Editor/ConditionalFieldAttributeDrawer.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using UnityEditor;
using UnityEngine;

namespace ubco.ovi.HPUI.Editor
namespace ubco.ovilab.HPUI.Editor
{
[CustomPropertyDrawer(typeof(ConditionalFieldAttribute))]
public class ConditionalFieldAttributeDrawer : PropertyDrawer
Expand Down
18 changes: 18 additions & 0 deletions Editor/ubco.ovilab.HPUI.Editor.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "ubco.ovilab.HPUI.Editor",
"rootNamespace": "ubco.ovilab.HPUI.Editor",
"references": [
"ubco.ovilab.HPUI"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
File renamed without changes.
14 changes: 14 additions & 0 deletions Runtime/Assets_v1/Scripts/ubc.ok.ovilab.HPUI.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "ubc.ok.ovilab.HPUI",
"rootNamespace": "ubc.ok.ovilab.HPUI",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
7 changes: 7 additions & 0 deletions Runtime/Assets_v1/Scripts/ubc.ok.ovilab.HPUI.asmdef.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Runtime/Interactions/HPUIBaseInteractable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using UnityEngine.XR.Interaction.Toolkit;
using UnityEngine.XR.Interaction.Toolkit.Filtering;

namespace ubco.ovi.HPUI.Core
namespace ubco.ovilab.HPUI.Core
{
/// <summary>
/// Base HPUI interactable.
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Interactions/HPUITargetFilter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using UnityEngine.XR.Interaction.Toolkit;
using UnityEngine.XR.Interaction.Toolkit.Filtering;

namespace ubco.ovi.HPUI.Core
namespace ubco.ovilab.HPUI.Core
{
/// <summary>
/// Target filter that uses only the respective interactables.
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Tracking/HandJointData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using UnityEngine.XR.Hands;
using Unity.XR.CoreUtils;

namespace ubco.ovi.HPUI.Core
namespace ubco.ovilab.HPUI.Core
{
/// <summary>
/// Utility class to expose joint data accessible.
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Tracking/JointFollower.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using UnityEngine;
using UnityEngine.XR.Hands;

namespace ubco.ovi.HPUI.Core
namespace ubco.ovilab.HPUI.Core
{
/// <summary>
/// A component that makes the object follow a hand joint
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Utilities/ConditionalFieldAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using UnityEngine;

namespace ubco.ovi.HPUI
namespace ubco.ovilab.HPUI
{
// Based on https://github.com/Deadcows/MyBox/blob/master/Attributes/ConditionalFieldAttribute.cs
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ubc.ok.ovilab.HPUI",
"rootNamespace": "ubc.ok.ovilab.HPUI",
"name": "ubco.ovilab.HPUI",
"rootNamespace": "ubco.ovilab.HPUI",
"references": [
"Unity.XR.Hands",
"Unity.XR.CoreUtils",
Expand Down
File renamed without changes.

0 comments on commit ecfc3af

Please sign in to comment.