├── .gitattributes ├── .gitmodules ├── LICENSE ├── README.md ├── README.mp4 ├── docker ├── Dockerfile ├── Makefile ├── README.md ├── files │ ├── .bashrc │ └── .vimrc └── ros_entrypoint.sh ├── ros ├── .gitignore ├── README.md ├── calibrate_modify_contrast │ ├── CMakeLists.txt │ ├── package.xml │ └── src │ │ └── contrast_augmenter.cpp └── fetch_vr │ ├── CMakeLists.txt │ ├── launch │ ├── external_camera_publisher.launch │ ├── fetch_vr.launch │ ├── marker_publisher.launch │ ├── move_group.launch │ ├── old.launch │ ├── planning_scene.launch │ ├── point_cloud_publisher.launch │ ├── scott.launch │ └── tcp_endpoint.launch │ ├── package.xml │ ├── scripts │ ├── assemble_clouds.py │ ├── camera_transform_publisher.py │ ├── lib_cloud_conversion_between_Open3D_and_ROS.py │ ├── marker_transform_publisher.py │ ├── marker_transform_publisher_old.py │ ├── open3d_ros_helper.py │ ├── planning_scene.py │ ├── segment_point_cloud_publisher.py │ ├── setup_planning_scene.py │ ├── transform_point_cloud_publisher.py │ └── world_publisher.py │ └── src │ └── concatenate_clouds.cpp └── unity ├── .gitignore ├── Assets ├── Fetch VR.meta ├── Fetch VR │ ├── Actions.meta │ ├── Actions │ │ ├── XRI Default Input Actions.inputactions │ │ ├── XRI Default Input Actions.inputactions.meta │ │ ├── XRI Default Left Controller.preset │ │ ├── XRI Default Left Controller.preset.meta │ │ ├── XRI Default Right Controller.preset │ │ └── XRI Default Right Controller.preset.meta │ ├── Materials.meta │ ├── Materials │ │ ├── Ground.mat │ │ ├── Ground.mat.meta │ │ ├── Left Marker.mat │ │ ├── Left Marker.mat.meta │ │ ├── Right Marker.mat │ │ ├── Right Marker.mat.meta │ │ ├── Wood.mat │ │ └── Wood.mat.meta │ ├── Messages.meta │ ├── Messages │ │ ├── Aruco.meta │ │ ├── Aruco │ │ │ ├── msg.meta │ │ │ └── msg │ │ │ │ ├── MarkerArrayMsg.cs │ │ │ │ ├── MarkerArrayMsg.cs.meta │ │ │ │ ├── MarkerMsg.cs │ │ │ │ └── MarkerMsg.cs.meta │ │ ├── JskRecognition.meta │ │ ├── JskRecognition │ │ │ ├── msg.meta │ │ │ └── msg │ │ │ │ ├── BoundingBoxArrayMsg.cs │ │ │ │ ├── BoundingBoxArrayMsg.cs.meta │ │ │ │ ├── BoundingBoxMsg.cs │ │ │ │ └── BoundingBoxMsg.cs.meta │ │ ├── Moveit.meta │ │ └── Moveit │ │ │ ├── action.meta │ │ │ ├── action │ │ │ ├── ExecuteTrajectoryAction.cs │ │ │ ├── ExecuteTrajectoryAction.cs.meta │ │ │ ├── ExecuteTrajectoryActionFeedback.cs │ │ │ ├── ExecuteTrajectoryActionFeedback.cs.meta │ │ │ ├── ExecuteTrajectoryActionGoal.cs │ │ │ ├── ExecuteTrajectoryActionGoal.cs.meta │ │ │ ├── ExecuteTrajectoryActionResult.cs │ │ │ ├── ExecuteTrajectoryActionResult.cs.meta │ │ │ ├── ExecuteTrajectoryFeedback.cs │ │ │ ├── ExecuteTrajectoryFeedback.cs.meta │ │ │ ├── ExecuteTrajectoryGoal.cs │ │ │ ├── ExecuteTrajectoryGoal.cs.meta │ │ │ ├── ExecuteTrajectoryResult.cs │ │ │ ├── ExecuteTrajectoryResult.cs.meta │ │ │ ├── MoveGroupAction.cs │ │ │ ├── MoveGroupAction.cs.meta │ │ │ ├── MoveGroupActionFeedback.cs │ │ │ ├── MoveGroupActionFeedback.cs.meta │ │ │ ├── MoveGroupActionGoal.cs │ │ │ ├── MoveGroupActionGoal.cs.meta │ │ │ ├── MoveGroupActionResult.cs │ │ │ ├── MoveGroupActionResult.cs.meta │ │ │ ├── MoveGroupFeedback.cs │ │ │ ├── MoveGroupFeedback.cs.meta │ │ │ ├── MoveGroupGoal.cs │ │ │ ├── MoveGroupGoal.cs.meta │ │ │ ├── MoveGroupResult.cs │ │ │ ├── MoveGroupResult.cs.meta │ │ │ ├── MoveGroupSequenceAction.cs │ │ │ ├── MoveGroupSequenceAction.cs.meta │ │ │ ├── MoveGroupSequenceActionFeedback.cs │ │ │ ├── MoveGroupSequenceActionFeedback.cs.meta │ │ │ ├── MoveGroupSequenceActionGoal.cs │ │ │ ├── MoveGroupSequenceActionGoal.cs.meta │ │ │ ├── MoveGroupSequenceActionResult.cs │ │ │ ├── MoveGroupSequenceActionResult.cs.meta │ │ │ ├── MoveGroupSequenceFeedback.cs │ │ │ ├── MoveGroupSequenceFeedback.cs.meta │ │ │ ├── MoveGroupSequenceGoal.cs │ │ │ ├── MoveGroupSequenceGoal.cs.meta │ │ │ ├── MoveGroupSequenceResult.cs │ │ │ ├── MoveGroupSequenceResult.cs.meta │ │ │ ├── PickupAction.cs │ │ │ ├── PickupAction.cs.meta │ │ │ ├── PickupActionFeedback.cs │ │ │ ├── PickupActionFeedback.cs.meta │ │ │ ├── PickupActionGoal.cs │ │ │ ├── PickupActionGoal.cs.meta │ │ │ ├── PickupActionResult.cs │ │ │ ├── PickupActionResult.cs.meta │ │ │ ├── PickupFeedback.cs │ │ │ ├── PickupFeedback.cs.meta │ │ │ ├── PickupGoal.cs │ │ │ ├── PickupGoal.cs.meta │ │ │ ├── PickupResult.cs │ │ │ ├── PickupResult.cs.meta │ │ │ ├── PlaceAction.cs │ │ │ ├── PlaceAction.cs.meta │ │ │ ├── PlaceActionFeedback.cs │ │ │ ├── PlaceActionFeedback.cs.meta │ │ │ ├── PlaceActionGoal.cs │ │ │ ├── PlaceActionGoal.cs.meta │ │ │ ├── PlaceActionResult.cs │ │ │ ├── PlaceActionResult.cs.meta │ │ │ ├── PlaceFeedback.cs │ │ │ ├── PlaceFeedback.cs.meta │ │ │ ├── PlaceGoal.cs │ │ │ ├── PlaceGoal.cs.meta │ │ │ ├── PlaceResult.cs │ │ │ └── PlaceResult.cs.meta │ │ │ ├── msg.meta │ │ │ ├── msg │ │ │ ├── AllowedCollisionEntryMsg.cs │ │ │ ├── AllowedCollisionEntryMsg.cs.meta │ │ │ ├── AllowedCollisionMatrixMsg.cs │ │ │ ├── AllowedCollisionMatrixMsg.cs.meta │ │ │ ├── AttachedCollisionObjectMsg.cs │ │ │ ├── AttachedCollisionObjectMsg.cs.meta │ │ │ ├── BoundingVolumeMsg.cs │ │ │ ├── BoundingVolumeMsg.cs.meta │ │ │ ├── CollisionObjectMsg.cs │ │ │ ├── CollisionObjectMsg.cs.meta │ │ │ ├── ConstraintEvalResultMsg.cs │ │ │ ├── ConstraintEvalResultMsg.cs.meta │ │ │ ├── ConstraintsMsg.cs │ │ │ ├── ConstraintsMsg.cs.meta │ │ │ ├── ContactInformationMsg.cs │ │ │ ├── ContactInformationMsg.cs.meta │ │ │ ├── CostSourceMsg.cs │ │ │ ├── CostSourceMsg.cs.meta │ │ │ ├── DisplayRobotStateMsg.cs │ │ │ ├── DisplayRobotStateMsg.cs.meta │ │ │ ├── DisplayTrajectoryMsg.cs │ │ │ ├── DisplayTrajectoryMsg.cs.meta │ │ │ ├── GraspMsg.cs │ │ │ ├── GraspMsg.cs.meta │ │ │ ├── GripperTranslationMsg.cs │ │ │ ├── GripperTranslationMsg.cs.meta │ │ │ ├── JointConstraintMsg.cs │ │ │ ├── JointConstraintMsg.cs.meta │ │ │ ├── JointLimitsMsg.cs │ │ │ ├── JointLimitsMsg.cs.meta │ │ │ ├── KinematicSolverInfoMsg.cs │ │ │ ├── KinematicSolverInfoMsg.cs.meta │ │ │ ├── LinkPaddingMsg.cs │ │ │ ├── LinkPaddingMsg.cs.meta │ │ │ ├── LinkScaleMsg.cs │ │ │ ├── LinkScaleMsg.cs.meta │ │ │ ├── MotionPlanDetailedResponseMsg.cs │ │ │ ├── MotionPlanDetailedResponseMsg.cs.meta │ │ │ ├── MotionPlanRequestMsg.cs │ │ │ ├── MotionPlanRequestMsg.cs.meta │ │ │ ├── MotionPlanResponseMsg.cs │ │ │ ├── MotionPlanResponseMsg.cs.meta │ │ │ ├── MotionSequenceItemMsg.cs │ │ │ ├── MotionSequenceItemMsg.cs.meta │ │ │ ├── MotionSequenceRequestMsg.cs │ │ │ ├── MotionSequenceRequestMsg.cs.meta │ │ │ ├── MotionSequenceResponseMsg.cs │ │ │ ├── MotionSequenceResponseMsg.cs.meta │ │ │ ├── MoveItErrorCodesMsg.cs │ │ │ ├── MoveItErrorCodesMsg.cs.meta │ │ │ ├── ObjectColorMsg.cs │ │ │ ├── ObjectColorMsg.cs.meta │ │ │ ├── OrientationConstraintMsg.cs │ │ │ ├── OrientationConstraintMsg.cs.meta │ │ │ ├── OrientedBoundingBoxMsg.cs │ │ │ ├── OrientedBoundingBoxMsg.cs.meta │ │ │ ├── PlaceLocationMsg.cs │ │ │ ├── PlaceLocationMsg.cs.meta │ │ │ ├── PlannerInterfaceDescriptionMsg.cs │ │ │ ├── PlannerInterfaceDescriptionMsg.cs.meta │ │ │ ├── PlannerParamsMsg.cs │ │ │ ├── PlannerParamsMsg.cs.meta │ │ │ ├── PlanningOptionsMsg.cs │ │ │ ├── PlanningOptionsMsg.cs.meta │ │ │ ├── PlanningSceneComponentsMsg.cs │ │ │ ├── PlanningSceneComponentsMsg.cs.meta │ │ │ ├── PlanningSceneMsg.cs │ │ │ ├── PlanningSceneMsg.cs.meta │ │ │ ├── PlanningSceneWorldMsg.cs │ │ │ ├── PlanningSceneWorldMsg.cs.meta │ │ │ ├── PositionConstraintMsg.cs │ │ │ ├── PositionConstraintMsg.cs.meta │ │ │ ├── PositionIKRequestMsg.cs │ │ │ ├── PositionIKRequestMsg.cs.meta │ │ │ ├── RobotStateMsg.cs │ │ │ ├── RobotStateMsg.cs.meta │ │ │ ├── RobotTrajectoryMsg.cs │ │ │ ├── RobotTrajectoryMsg.cs.meta │ │ │ ├── TrajectoryConstraintsMsg.cs │ │ │ ├── TrajectoryConstraintsMsg.cs.meta │ │ │ ├── VisibilityConstraintMsg.cs │ │ │ ├── VisibilityConstraintMsg.cs.meta │ │ │ ├── WorkspaceParametersMsg.cs │ │ │ └── WorkspaceParametersMsg.cs.meta │ │ │ ├── srv.meta │ │ │ └── srv │ │ │ ├── ApplyPlanningSceneRequest.cs │ │ │ ├── ApplyPlanningSceneRequest.cs.meta │ │ │ ├── ApplyPlanningSceneResponse.cs │ │ │ ├── ApplyPlanningSceneResponse.cs.meta │ │ │ ├── ChangeControlDimensionsRequest.cs │ │ │ ├── ChangeControlDimensionsRequest.cs.meta │ │ │ ├── ChangeControlDimensionsResponse.cs │ │ │ ├── ChangeControlDimensionsResponse.cs.meta │ │ │ ├── ChangeDriftDimensionsRequest.cs │ │ │ ├── ChangeDriftDimensionsRequest.cs.meta │ │ │ ├── ChangeDriftDimensionsResponse.cs │ │ │ ├── ChangeDriftDimensionsResponse.cs.meta │ │ │ ├── CheckIfRobotStateExistsInWarehouseRequest.cs │ │ │ ├── CheckIfRobotStateExistsInWarehouseRequest.cs.meta │ │ │ ├── CheckIfRobotStateExistsInWarehouseResponse.cs │ │ │ ├── CheckIfRobotStateExistsInWarehouseResponse.cs.meta │ │ │ ├── DeleteRobotStateFromWarehouseRequest.cs │ │ │ ├── DeleteRobotStateFromWarehouseRequest.cs.meta │ │ │ ├── DeleteRobotStateFromWarehouseResponse.cs │ │ │ ├── DeleteRobotStateFromWarehouseResponse.cs.meta │ │ │ ├── ExecuteKnownTrajectoryRequest.cs │ │ │ ├── ExecuteKnownTrajectoryRequest.cs.meta │ │ │ ├── ExecuteKnownTrajectoryResponse.cs │ │ │ ├── ExecuteKnownTrajectoryResponse.cs.meta │ │ │ ├── GetCartesianPathRequest.cs │ │ │ ├── GetCartesianPathRequest.cs.meta │ │ │ ├── GetCartesianPathResponse.cs │ │ │ ├── GetCartesianPathResponse.cs.meta │ │ │ ├── GetMotionPlanRequest.cs │ │ │ ├── GetMotionPlanRequest.cs.meta │ │ │ ├── GetMotionPlanResponse.cs │ │ │ ├── GetMotionPlanResponse.cs.meta │ │ │ ├── GetMotionSequenceRequest.cs │ │ │ ├── GetMotionSequenceRequest.cs.meta │ │ │ ├── GetMotionSequenceResponse.cs │ │ │ ├── GetMotionSequenceResponse.cs.meta │ │ │ ├── GetPlannerParamsRequest.cs │ │ │ ├── GetPlannerParamsRequest.cs.meta │ │ │ ├── GetPlannerParamsResponse.cs │ │ │ ├── GetPlannerParamsResponse.cs.meta │ │ │ ├── GetPlanningSceneRequest.cs │ │ │ ├── GetPlanningSceneRequest.cs.meta │ │ │ ├── GetPlanningSceneResponse.cs │ │ │ ├── GetPlanningSceneResponse.cs.meta │ │ │ ├── GetPositionFKRequest.cs │ │ │ ├── GetPositionFKRequest.cs.meta │ │ │ ├── GetPositionFKResponse.cs │ │ │ ├── GetPositionFKResponse.cs.meta │ │ │ ├── GetPositionIKRequest.cs │ │ │ ├── GetPositionIKRequest.cs.meta │ │ │ ├── GetPositionIKResponse.cs │ │ │ ├── GetPositionIKResponse.cs.meta │ │ │ ├── GetRobotStateFromWarehouseRequest.cs │ │ │ ├── GetRobotStateFromWarehouseRequest.cs.meta │ │ │ ├── GetRobotStateFromWarehouseResponse.cs │ │ │ ├── GetRobotStateFromWarehouseResponse.cs.meta │ │ │ ├── GetStateValidityRequest.cs │ │ │ ├── GetStateValidityRequest.cs.meta │ │ │ ├── GetStateValidityResponse.cs │ │ │ ├── GetStateValidityResponse.cs.meta │ │ │ ├── GraspPlanningRequest.cs │ │ │ ├── GraspPlanningRequest.cs.meta │ │ │ ├── GraspPlanningResponse.cs │ │ │ ├── GraspPlanningResponse.cs.meta │ │ │ ├── ListRobotStatesInWarehouseRequest.cs │ │ │ ├── ListRobotStatesInWarehouseRequest.cs.meta │ │ │ ├── ListRobotStatesInWarehouseResponse.cs │ │ │ ├── ListRobotStatesInWarehouseResponse.cs.meta │ │ │ ├── LoadMapRequest.cs │ │ │ ├── LoadMapRequest.cs.meta │ │ │ ├── LoadMapResponse.cs │ │ │ ├── LoadMapResponse.cs.meta │ │ │ ├── QueryPlannerInterfacesRequest.cs │ │ │ ├── QueryPlannerInterfacesRequest.cs.meta │ │ │ ├── QueryPlannerInterfacesResponse.cs │ │ │ ├── QueryPlannerInterfacesResponse.cs.meta │ │ │ ├── RenameRobotStateInWarehouseRequest.cs │ │ │ ├── RenameRobotStateInWarehouseRequest.cs.meta │ │ │ ├── RenameRobotStateInWarehouseResponse.cs │ │ │ ├── RenameRobotStateInWarehouseResponse.cs.meta │ │ │ ├── SaveMapRequest.cs │ │ │ ├── SaveMapRequest.cs.meta │ │ │ ├── SaveMapResponse.cs │ │ │ ├── SaveMapResponse.cs.meta │ │ │ ├── SaveRobotStateToWarehouseRequest.cs │ │ │ ├── SaveRobotStateToWarehouseRequest.cs.meta │ │ │ ├── SaveRobotStateToWarehouseResponse.cs │ │ │ ├── SaveRobotStateToWarehouseResponse.cs.meta │ │ │ ├── SetPlannerParamsRequest.cs │ │ │ ├── SetPlannerParamsRequest.cs.meta │ │ │ ├── SetPlannerParamsResponse.cs │ │ │ └── SetPlannerParamsResponse.cs.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Fetch.prefab │ │ ├── Fetch.prefab.meta │ │ ├── Gripper.prefab │ │ ├── Gripper.prefab.meta │ │ ├── Left Marker.prefab │ │ └── Left Marker.prefab.meta │ ├── Robots.meta │ ├── Robots │ │ ├── fetch_description.meta │ │ └── fetch_description │ │ │ ├── materials.meta │ │ │ ├── materials │ │ │ ├── rgba-0-0-0-1.mat │ │ │ ├── rgba-0-0-0-1.mat.meta │ │ │ ├── rgba-0.086-0.506-0.767-1.mat │ │ │ ├── rgba-0.086-0.506-0.767-1.mat.meta │ │ │ ├── rgba-0.356-0.361-0.376-1.mat │ │ │ ├── rgba-0.356-0.361-0.376-1.mat.meta │ │ │ ├── rgba-0.792156862745098-0.819607843137255-0.933333333333333-1.mat │ │ │ ├── rgba-0.792156862745098-0.819607843137255-0.933333333333333-1.mat.meta │ │ │ ├── rgba-0.8-0-0-1.mat │ │ │ ├── rgba-0.8-0-0-1.mat.meta │ │ │ ├── rgba-1-1-1-1.mat │ │ │ └── rgba-1-1-1-1.mat.meta │ │ │ ├── meshes.meta │ │ │ ├── meshes │ │ │ ├── base_link.dae │ │ │ ├── base_link.dae.meta │ │ │ ├── base_link_collision.STL │ │ │ ├── base_link_collision.STL.meta │ │ │ ├── base_link_collision.prefab │ │ │ ├── base_link_collision.prefab.meta │ │ │ ├── base_link_collision_0.asset │ │ │ ├── base_link_collision_0.asset.meta │ │ │ ├── base_link_collision_1.asset │ │ │ ├── base_link_collision_1.asset.meta │ │ │ ├── base_link_uv.png │ │ │ ├── base_link_uv.png.meta │ │ │ ├── bellows_link.STL │ │ │ ├── bellows_link.STL.meta │ │ │ ├── bellows_link.prefab │ │ │ ├── bellows_link.prefab.meta │ │ │ ├── bellows_link_0.asset │ │ │ ├── bellows_link_0.asset.meta │ │ │ ├── bellows_link_collision.STL │ │ │ ├── bellows_link_collision.STL.meta │ │ │ ├── bellows_link_collision.prefab │ │ │ ├── bellows_link_collision.prefab.meta │ │ │ ├── bellows_link_collision_0.asset │ │ │ ├── bellows_link_collision_0.asset.meta │ │ │ ├── bellows_link_collision_1.asset │ │ │ ├── bellows_link_collision_1.asset.meta │ │ │ ├── elbow_flex_link.dae │ │ │ ├── elbow_flex_link.dae.meta │ │ │ ├── elbow_flex_link_collision.STL │ │ │ ├── elbow_flex_link_collision.STL.meta │ │ │ ├── elbow_flex_link_collision.prefab │ │ │ ├── elbow_flex_link_collision.prefab.meta │ │ │ ├── elbow_flex_link_collision_0.asset │ │ │ ├── elbow_flex_link_collision_0.asset.meta │ │ │ ├── elbow_flex_link_collision_1.asset │ │ │ ├── elbow_flex_link_collision_1.asset.meta │ │ │ ├── elbow_flex_uv.png │ │ │ ├── elbow_flex_uv.png.meta │ │ │ ├── estop_link.STL │ │ │ ├── estop_link.STL.meta │ │ │ ├── estop_link.dae │ │ │ ├── estop_link.dae.meta │ │ │ ├── estop_link.prefab │ │ │ ├── estop_link.prefab.meta │ │ │ ├── estop_link_0.asset │ │ │ ├── estop_link_0.asset.meta │ │ │ ├── estop_link_1.asset │ │ │ ├── estop_link_1.asset.meta │ │ │ ├── forearm_roll_link.dae │ │ │ ├── forearm_roll_link.dae.meta │ │ │ ├── forearm_roll_link_collision.STL │ │ │ ├── forearm_roll_link_collision.STL.meta │ │ │ ├── forearm_roll_link_collision.prefab │ │ │ ├── forearm_roll_link_collision.prefab.meta │ │ │ ├── forearm_roll_link_collision_0.asset │ │ │ ├── forearm_roll_link_collision_0.asset.meta │ │ │ ├── forearm_roll_link_collision_1.asset │ │ │ ├── forearm_roll_link_collision_1.asset.meta │ │ │ ├── forearm_roll_uv.png │ │ │ ├── forearm_roll_uv.png.meta │ │ │ ├── gripper_link.STL │ │ │ ├── gripper_link.STL.meta │ │ │ ├── gripper_link.dae │ │ │ ├── gripper_link.dae.meta │ │ │ ├── gripper_link.prefab │ │ │ ├── gripper_link.prefab.meta │ │ │ ├── gripper_link_0.asset │ │ │ ├── gripper_link_0.asset.meta │ │ │ ├── gripper_link_1.asset │ │ │ ├── gripper_link_1.asset.meta │ │ │ ├── gripper_uv.png │ │ │ ├── gripper_uv.png.meta │ │ │ ├── head_pan_link.dae │ │ │ ├── head_pan_link.dae.meta │ │ │ ├── head_pan_link_collision.STL │ │ │ ├── head_pan_link_collision.STL.meta │ │ │ ├── head_pan_link_collision.prefab │ │ │ ├── head_pan_link_collision.prefab.meta │ │ │ ├── head_pan_link_collision_0.asset │ │ │ ├── head_pan_link_collision_0.asset.meta │ │ │ ├── head_pan_link_collision_1.asset │ │ │ ├── head_pan_link_collision_1.asset.meta │ │ │ ├── head_pan_uv.png │ │ │ ├── head_pan_uv.png.meta │ │ │ ├── head_tilt_link.dae │ │ │ ├── head_tilt_link.dae.meta │ │ │ ├── head_tilt_link_collision.STL │ │ │ ├── head_tilt_link_collision.STL.meta │ │ │ ├── head_tilt_link_collision.prefab │ │ │ ├── head_tilt_link_collision.prefab.meta │ │ │ ├── head_tilt_link_collision_0.asset │ │ │ ├── head_tilt_link_collision_0.asset.meta │ │ │ ├── head_tilt_link_collision_1.asset │ │ │ ├── head_tilt_link_collision_1.asset.meta │ │ │ ├── head_tilt_uv.png │ │ │ ├── head_tilt_uv.png.meta │ │ │ ├── l_gripper_finger_link.STL │ │ │ ├── l_gripper_finger_link.STL.meta │ │ │ ├── l_gripper_finger_link.prefab │ │ │ ├── l_gripper_finger_link.prefab.meta │ │ │ ├── l_gripper_finger_link_0.asset │ │ │ ├── l_gripper_finger_link_0.asset.meta │ │ │ ├── l_gripper_finger_link_1.asset │ │ │ ├── l_gripper_finger_link_1.asset.meta │ │ │ ├── l_wheel_link.STL │ │ │ ├── l_wheel_link.STL.meta │ │ │ ├── l_wheel_link.prefab │ │ │ ├── l_wheel_link.prefab.meta │ │ │ ├── l_wheel_link_0.asset │ │ │ ├── l_wheel_link_0.asset.meta │ │ │ ├── l_wheel_link_collision.STL │ │ │ ├── l_wheel_link_collision.STL.meta │ │ │ ├── l_wheel_link_collision.prefab │ │ │ ├── l_wheel_link_collision.prefab.meta │ │ │ ├── l_wheel_link_collision_0.asset │ │ │ ├── l_wheel_link_collision_0.asset.meta │ │ │ ├── l_wheel_link_collision_1.asset │ │ │ ├── l_wheel_link_collision_1.asset.meta │ │ │ ├── laser_link.STL │ │ │ ├── laser_link.STL.meta │ │ │ ├── laser_link.prefab │ │ │ ├── laser_link.prefab.meta │ │ │ ├── laser_link_0.asset │ │ │ ├── laser_link_0.asset.meta │ │ │ ├── laser_link_1.asset │ │ │ ├── laser_link_1.asset.meta │ │ │ ├── laser_link_2.asset │ │ │ ├── laser_link_2.asset.meta │ │ │ ├── laser_link_3.asset │ │ │ ├── laser_link_3.asset.meta │ │ │ ├── laser_link_4.asset │ │ │ ├── laser_link_4.asset.meta │ │ │ ├── laser_link_5.asset │ │ │ ├── laser_link_5.asset.meta │ │ │ ├── r_gripper_finger_link.STL │ │ │ ├── r_gripper_finger_link.STL.meta │ │ │ ├── r_gripper_finger_link.prefab │ │ │ ├── r_gripper_finger_link.prefab.meta │ │ │ ├── r_gripper_finger_link_0.asset │ │ │ ├── r_gripper_finger_link_0.asset.meta │ │ │ ├── r_gripper_finger_link_1.asset │ │ │ ├── r_gripper_finger_link_1.asset.meta │ │ │ ├── r_wheel_link.STL │ │ │ ├── r_wheel_link.STL.meta │ │ │ ├── r_wheel_link.prefab │ │ │ ├── r_wheel_link.prefab.meta │ │ │ ├── r_wheel_link_0.asset │ │ │ ├── r_wheel_link_0.asset.meta │ │ │ ├── r_wheel_link_collision.STL │ │ │ ├── r_wheel_link_collision.STL.meta │ │ │ ├── r_wheel_link_collision.prefab │ │ │ ├── r_wheel_link_collision.prefab.meta │ │ │ ├── r_wheel_link_collision_0.asset │ │ │ ├── r_wheel_link_collision_0.asset.meta │ │ │ ├── r_wheel_link_collision_1.asset │ │ │ ├── r_wheel_link_collision_1.asset.meta │ │ │ ├── shoulder_lift_link.dae │ │ │ ├── shoulder_lift_link.dae.meta │ │ │ ├── shoulder_lift_link_collision.STL │ │ │ ├── shoulder_lift_link_collision.STL.meta │ │ │ ├── shoulder_lift_link_collision.prefab │ │ │ ├── shoulder_lift_link_collision.prefab.meta │ │ │ ├── shoulder_lift_link_collision_0.asset │ │ │ ├── shoulder_lift_link_collision_0.asset.meta │ │ │ ├── shoulder_lift_link_collision_1.asset │ │ │ ├── shoulder_lift_link_collision_1.asset.meta │ │ │ ├── shoulder_lift_uv.png │ │ │ ├── shoulder_lift_uv.png.meta │ │ │ ├── shoulder_pan_link.dae │ │ │ ├── shoulder_pan_link.dae.meta │ │ │ ├── shoulder_pan_link_collision.STL │ │ │ ├── shoulder_pan_link_collision.STL.meta │ │ │ ├── shoulder_pan_link_collision.prefab │ │ │ ├── shoulder_pan_link_collision.prefab.meta │ │ │ ├── shoulder_pan_link_collision_0.asset │ │ │ ├── shoulder_pan_link_collision_0.asset.meta │ │ │ ├── shoulder_pan_link_collision_1.asset │ │ │ ├── shoulder_pan_link_collision_1.asset.meta │ │ │ ├── shoulder_pan_uv.png │ │ │ ├── shoulder_pan_uv.png.meta │ │ │ ├── torso_fixed_link.STL │ │ │ ├── torso_fixed_link.STL.meta │ │ │ ├── torso_fixed_link.dae │ │ │ ├── torso_fixed_link.dae.meta │ │ │ ├── torso_fixed_link.prefab │ │ │ ├── torso_fixed_link.prefab.meta │ │ │ ├── torso_fixed_link_0.asset │ │ │ ├── torso_fixed_link_0.asset.meta │ │ │ ├── torso_fixed_link_1.asset │ │ │ ├── torso_fixed_link_1.asset.meta │ │ │ ├── torso_fixed_uv.png │ │ │ ├── torso_fixed_uv.png.meta │ │ │ ├── torso_lift_link.dae │ │ │ ├── torso_lift_link.dae.meta │ │ │ ├── torso_lift_link_collision.STL │ │ │ ├── torso_lift_link_collision.STL.meta │ │ │ ├── torso_lift_link_collision.prefab │ │ │ ├── torso_lift_link_collision.prefab.meta │ │ │ ├── torso_lift_link_collision_0.asset │ │ │ ├── torso_lift_link_collision_0.asset.meta │ │ │ ├── torso_lift_link_collision_1.asset │ │ │ ├── torso_lift_link_collision_1.asset.meta │ │ │ ├── torso_lift_link_collision_2.asset │ │ │ ├── torso_lift_link_collision_2.asset.meta │ │ │ ├── torso_lift_link_collision_3.asset │ │ │ ├── torso_lift_link_collision_3.asset.meta │ │ │ ├── torso_lift_uv.png │ │ │ ├── torso_lift_uv.png.meta │ │ │ ├── upperarm_roll_link.dae │ │ │ ├── upperarm_roll_link.dae.meta │ │ │ ├── upperarm_roll_link_collision.STL │ │ │ ├── upperarm_roll_link_collision.STL.meta │ │ │ ├── upperarm_roll_link_collision.prefab │ │ │ ├── upperarm_roll_link_collision.prefab.meta │ │ │ ├── upperarm_roll_link_collision_0.asset │ │ │ ├── upperarm_roll_link_collision_0.asset.meta │ │ │ ├── upperarm_roll_link_collision_1.asset │ │ │ ├── upperarm_roll_link_collision_1.asset.meta │ │ │ ├── upperarm_roll_uv.png │ │ │ ├── upperarm_roll_uv.png.meta │ │ │ ├── wrist_flex_link.dae │ │ │ ├── wrist_flex_link.dae.meta │ │ │ ├── wrist_flex_link_collision.STL │ │ │ ├── wrist_flex_link_collision.STL.meta │ │ │ ├── wrist_flex_link_collision.prefab │ │ │ ├── wrist_flex_link_collision.prefab.meta │ │ │ ├── wrist_flex_link_collision_0.asset │ │ │ ├── wrist_flex_link_collision_0.asset.meta │ │ │ ├── wrist_flex_link_collision_1.asset │ │ │ ├── wrist_flex_link_collision_1.asset.meta │ │ │ ├── wrist_flex_uv.png │ │ │ ├── wrist_flex_uv.png.meta │ │ │ ├── wrist_roll_link.dae │ │ │ ├── wrist_roll_link.dae.meta │ │ │ ├── wrist_roll_link_collision.STL │ │ │ ├── wrist_roll_link_collision.STL.meta │ │ │ ├── wrist_roll_link_collision.prefab │ │ │ ├── wrist_roll_link_collision.prefab.meta │ │ │ ├── wrist_roll_link_collision_0.asset │ │ │ ├── wrist_roll_link_collision_0.asset.meta │ │ │ ├── wrist_roll_link_collision_1.asset │ │ │ ├── wrist_roll_link_collision_1.asset.meta │ │ │ ├── wrist_roll_uv.png │ │ │ └── wrist_roll_uv.png.meta │ │ │ ├── robots.meta │ │ │ └── robots │ │ │ ├── fetch.urdf │ │ │ ├── fetch.urdf.meta │ │ │ ├── freight.urdf │ │ │ └── freight.urdf.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── Fetch VR.unity │ │ └── Fetch VR.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── Behaviours.meta │ │ ├── Behaviours │ │ │ ├── ArucoPositionSubscriber.cs │ │ │ ├── ArucoPositionSubscriber.cs.meta │ │ │ ├── BoundingBoxSubscriber.cs │ │ │ ├── BoundingBoxSubscriber.cs.meta │ │ │ ├── CompressedImageViewer.cs │ │ │ ├── CompressedImageViewer.cs.meta │ │ │ ├── ImmovableArticulationBody.cs │ │ │ ├── ImmovableArticulationBody.cs.meta │ │ │ ├── JointStateSubscriber.cs │ │ │ ├── JointStateSubscriber.cs.meta │ │ │ ├── JointTrajectorySubscriber.cs │ │ │ ├── JointTrajectorySubscriber.cs.meta │ │ │ ├── MoveGroupController.cs │ │ │ ├── MoveGroupController.cs.meta │ │ │ ├── PosePublisher.cs │ │ │ ├── PosePublisher.cs.meta │ │ │ ├── ShowChildren.cs │ │ │ ├── ShowChildren.cs.meta │ │ │ ├── TintMaterial.cs │ │ │ ├── TintMaterial.cs.meta │ │ │ ├── TransformAttachment.cs │ │ │ ├── TransformAttachment.cs.meta │ │ │ ├── TransformSubscriber.cs │ │ │ └── TransformSubscriber.cs.meta │ │ ├── Extensions.meta │ │ ├── Extensions │ │ │ ├── GameObjectExtensions.cs │ │ │ ├── GameObjectExtensions.cs.meta │ │ │ ├── MaterialExtensions.cs │ │ │ ├── MaterialExtensions.cs.meta │ │ │ ├── ROSExtensions.cs │ │ │ ├── ROSExtensions.cs.meta │ │ │ ├── TransformExtensions.cs │ │ │ └── TransformExtensions.cs.meta │ │ ├── Robotics.meta │ │ └── Robotics │ │ │ ├── ROSActionClient.cs │ │ │ ├── ROSActionClient.cs.meta │ │ │ ├── ROSActionFeedback.cs │ │ │ ├── ROSActionFeedback.cs.meta │ │ │ ├── ROSActionGoal.cs │ │ │ ├── ROSActionGoal.cs.meta │ │ │ ├── ROSActionResult.cs │ │ │ ├── ROSActionResult.cs.meta │ │ │ ├── ROSTime.cs │ │ │ └── ROSTime.cs.meta │ ├── Textures.meta │ └── Textures │ │ ├── Aruco 200.png │ │ ├── Aruco 200.png.meta │ │ ├── Aruco 201.png │ │ ├── Aruco 201.png.meta │ │ ├── Wood.jpg │ │ └── Wood.jpg.meta ├── InputSystem.inputsettings.asset ├── InputSystem.inputsettings.asset.meta ├── Oculus.meta ├── Oculus │ ├── OculusProjectConfig.asset │ ├── OculusProjectConfig.asset.meta │ ├── VR.meta │ └── VR │ │ ├── AudioClips.meta │ │ ├── AudioClips │ │ ├── sfx_belt_in.wav │ │ └── sfx_belt_in.wav.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ ├── AndroidManifest.OVRSubmission.xml │ │ ├── AndroidManifest.OVRSubmission.xml.meta │ │ ├── OVRADBTool.cs │ │ ├── OVRADBTool.cs.meta │ │ ├── OVRBuild.cs │ │ ├── OVRBuild.cs.meta │ │ ├── OVRBundleManager.cs │ │ ├── OVRBundleManager.cs.meta │ │ ├── OVRBundleTool.cs │ │ ├── OVRBundleTool.cs.meta │ │ ├── OVRConfig.cs │ │ ├── OVRConfig.cs.meta │ │ ├── OVRDeviceSelector.cs │ │ ├── OVRDeviceSelector.cs.meta │ │ ├── OVRDirectorySyncer.cs │ │ ├── OVRDirectorySyncer.cs.meta │ │ ├── OVREngineConfigurationUpdater.cs │ │ ├── OVREngineConfigurationUpdater.cs.meta │ │ ├── OVRExpansionFileGenerator.cs │ │ ├── OVRExpansionFileGenerator.cs.meta │ │ ├── OVRGradleGeneration.cs │ │ ├── OVRGradleGeneration.cs.meta │ │ ├── OVRLayerAttributeEditor.cs │ │ ├── OVRLayerAttributeEditor.cs.meta │ │ ├── OVRLint.cs │ │ ├── OVRLint.cs.meta │ │ ├── OVRManifestPreprocessor.cs │ │ ├── OVRManifestPreprocessor.cs.meta │ │ ├── OVRPlatformTool.cs │ │ ├── OVRPlatformTool.cs.meta │ │ ├── OVRPlatformToolSettings.cs │ │ ├── OVRPlatformToolSettings.cs.meta │ │ ├── OVRPluginUpdater.cs │ │ ├── OVRPluginUpdater.cs.meta │ │ ├── OVRPluginUpdaterStub.cs │ │ ├── OVRPluginUpdaterStub.cs.meta │ │ ├── OVRProjectConfig.cs │ │ ├── OVRProjectConfig.cs.meta │ │ ├── OVRScreenshotWizard.cs │ │ ├── OVRScreenshotWizard.cs.meta │ │ ├── OVRShaderBuildProcessor.cs │ │ ├── OVRShaderBuildProcessor.cs.meta │ │ ├── OVRSystemProfilerPanel.cs │ │ ├── OVRSystemProfilerPanel.cs.meta │ │ ├── Oculus.VR.Editor.asmdef │ │ ├── Oculus.VR.Editor.asmdef.meta │ │ ├── PathHelper.cs │ │ ├── PathHelper.cs.meta │ │ ├── Scenes.meta │ │ ├── Scenes │ │ │ ├── OVRTransitionScene.unity │ │ │ └── OVRTransitionScene.unity.meta │ │ ├── Textures.meta │ │ ├── Textures │ │ │ ├── odh_icon.png │ │ │ └── odh_icon.png.meta │ │ ├── Tools.meta │ │ ├── Tools │ │ │ ├── ovr-platform-util.exe │ │ │ └── ovr-platform-util.exe.meta │ │ ├── network_sec_config.xml │ │ └── network_sec_config.xml.meta │ │ ├── LICENSE.txt │ │ ├── LICENSE.txt.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ ├── Arrow.mat │ │ ├── Arrow.mat.meta │ │ ├── BasicHandMaterial.mat │ │ ├── BasicHandMaterial.mat.meta │ │ ├── CubeMaterial.mat │ │ ├── CubeMaterial.mat.meta │ │ ├── GazePointer.mat │ │ ├── GazePointer.mat.meta │ │ ├── PlainMaterial.mat │ │ ├── PlainMaterial.mat.meta │ │ ├── SelfieImage.mat │ │ ├── SelfieImage.mat.meta │ │ ├── SelfieMat.mat │ │ ├── SelfieMat.mat.meta │ │ ├── cursor_timer_material.mat │ │ ├── cursor_timer_material.mat.meta │ │ ├── gaze_cursor.mat │ │ └── gaze_cursor.mat.meta │ │ ├── Meshes.meta │ │ ├── Meshes │ │ ├── Cone.obj │ │ ├── Cone.obj.meta │ │ ├── HandTracking.meta │ │ ├── HandTracking │ │ │ ├── OculusHand_L.fbx │ │ │ ├── OculusHand_L.fbx.meta │ │ │ ├── OculusHand_R.fbx │ │ │ └── OculusHand_R.fbx.meta │ │ ├── OculusTouchForQuest2.meta │ │ ├── OculusTouchForQuest2 │ │ │ ├── Animation.meta │ │ │ ├── Animation │ │ │ │ ├── OculusTouchQuest2LeftAnimation.controller │ │ │ │ ├── OculusTouchQuest2LeftAnimation.controller.meta │ │ │ │ ├── OculusTouchQuest2RightAnimation.controller │ │ │ │ └── OculusTouchQuest2RightAnimation.controller.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── OculusTouchForQuest2_MAT.mat │ │ │ │ └── OculusTouchForQuest2_MAT.mat.meta │ │ │ ├── OculusTouchForQuest2_Left.fbx │ │ │ ├── OculusTouchForQuest2_Left.fbx.meta │ │ │ ├── OculusTouchForQuest2_Right.fbx │ │ │ └── OculusTouchForQuest2_Right.fbx.meta │ │ ├── OculusTouchForQuestAndRiftS.meta │ │ ├── OculusTouchForQuestAndRiftS │ │ │ ├── Animation.meta │ │ │ ├── Animation │ │ │ │ ├── OculusTouchQuestAndRiftSLeftAnimation.controller │ │ │ │ ├── OculusTouchQuestAndRiftSLeftAnimation.controller.meta │ │ │ │ ├── OculusTouchQuestAndRiftSRightAnimation.controller │ │ │ │ └── OculusTouchQuestAndRiftSRightAnimation.controller.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── OculusTouchForQuestAndRiftS_Material.mat │ │ │ │ └── OculusTouchForQuestAndRiftS_Material.mat.meta │ │ │ ├── OculusTouchForQuestAndRiftS_Left.fbx │ │ │ ├── OculusTouchForQuestAndRiftS_Left.fbx.meta │ │ │ ├── OculusTouchForQuestAndRiftS_Right.fbx │ │ │ └── OculusTouchForQuestAndRiftS_Right.fbx.meta │ │ ├── OculusTouchForRift.meta │ │ └── OculusTouchForRift │ │ │ ├── Animation.meta │ │ │ ├── Animation │ │ │ ├── OculusTouchRiftLeftAnimation.controller │ │ │ ├── OculusTouchRiftLeftAnimation.controller.meta │ │ │ ├── OculusTouchRiftRightAnimation.controller │ │ │ └── OculusTouchRiftRightAnimation.controller.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ ├── OculusTouchForRift_Material.mat │ │ │ └── OculusTouchForRift_Material.mat.meta │ │ │ ├── left_touch_controller_model_skel.fbx │ │ │ ├── left_touch_controller_model_skel.fbx.meta │ │ │ ├── right_touch_controller_model_skel.fbx │ │ │ └── right_touch_controller_model_skel.fbx.meta │ │ ├── NOTICE.txt │ │ ├── NOTICE.txt.meta │ │ ├── Oculus.VR.asmdef │ │ ├── Oculus.VR.asmdef.meta │ │ ├── Plugins.meta │ │ ├── Plugins │ │ ├── 1.67.0.meta │ │ ├── 1.67.0 │ │ │ ├── Android.meta │ │ │ ├── Android │ │ │ │ ├── OVRPlugin.aar │ │ │ │ └── OVRPlugin.aar.meta │ │ │ ├── AndroidOpenXR.meta │ │ │ ├── AndroidOpenXR │ │ │ │ ├── OVRPlugin.aar │ │ │ │ └── OVRPlugin.aar.meta │ │ │ ├── AndroidUniversal.meta │ │ │ ├── AndroidUniversal │ │ │ │ ├── OVRPlugin.aar │ │ │ │ └── OVRPlugin.aar.meta │ │ │ ├── Win.meta │ │ │ ├── Win │ │ │ │ ├── OVRPlugin.dll │ │ │ │ └── OVRPlugin.dll.meta │ │ │ ├── Win64.meta │ │ │ ├── Win64 │ │ │ │ ├── OVRPlugin.dll │ │ │ │ └── OVRPlugin.dll.meta │ │ │ ├── Win64OpenXR.meta │ │ │ └── Win64OpenXR │ │ │ │ ├── OVRPlugin.dll │ │ │ │ └── OVRPlugin.dll.meta │ │ ├── MacOSX.meta │ │ ├── MacOSX │ │ │ ├── OVRGamepad.bundle.meta │ │ │ └── OVRGamepad.bundle │ │ │ │ ├── Contents.meta │ │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ ├── Info.plist.meta │ │ │ │ ├── MacOS.meta │ │ │ │ └── MacOS │ │ │ │ ├── OVRGamepad │ │ │ │ └── OVRGamepad.meta │ │ ├── placeholder.txt │ │ └── placeholder.txt.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ ├── Cursor_Timer.prefab │ │ ├── Cursor_Timer.prefab.meta │ │ ├── OVRCameraRig.prefab │ │ ├── OVRCameraRig.prefab.meta │ │ ├── OVRControllerPrefab.prefab │ │ ├── OVRControllerPrefab.prefab.meta │ │ ├── OVRCubemapCaptureProbe.prefab │ │ ├── OVRCubemapCaptureProbe.prefab.meta │ │ ├── OVRCustomHandPrefab_L.prefab │ │ ├── OVRCustomHandPrefab_L.prefab.meta │ │ ├── OVRCustomHandPrefab_R.prefab │ │ ├── OVRCustomHandPrefab_R.prefab.meta │ │ ├── OVRHandPrefab.prefab │ │ ├── OVRHandPrefab.prefab.meta │ │ ├── OVRPlayerController.prefab │ │ └── OVRPlayerController.prefab.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ ├── Cubemap Blit.shader │ │ ├── Cubemap Blit.shader.meta │ │ ├── OVRMRCameraFrame.shader │ │ ├── OVRMRCameraFrame.shader.meta │ │ ├── OVRMRCameraFrameLit.shader │ │ ├── OVRMRCameraFrameLit.shader.meta │ │ ├── OVRMRChromaKey.cginc │ │ ├── OVRMRChromaKey.cginc.meta │ │ ├── OVRMRUnlit.shader │ │ ├── OVRMRUnlit.shader.meta │ │ ├── OVRMRUnlitTransparent.shader │ │ ├── OVRMRUnlitTransparent.shader.meta │ │ ├── Texture2D Blit.shader │ │ ├── Texture2D Blit.shader.meta │ │ ├── Underlay Impostor.shader │ │ ├── Underlay Impostor.shader.meta │ │ ├── Underlay Transparent Occluder.shader │ │ ├── Underlay Transparent Occluder.shader.meta │ │ ├── Unlit Transparent Color.shader │ │ └── Unlit Transparent Color.shader.meta │ │ ├── Scenes.meta │ │ ├── Scenes │ │ ├── ControllerModels.unity │ │ ├── ControllerModels.unity.meta │ │ ├── Cubes.unity │ │ ├── Cubes.unity.meta │ │ ├── HandTest.unity │ │ ├── HandTest.unity.meta │ │ ├── HandTest_Custom.unity │ │ ├── HandTest_Custom.unity.meta │ │ ├── MRC.unity │ │ ├── MRC.unity.meta │ │ ├── Room.unity │ │ ├── Room.unity.meta │ │ ├── SpectatorMode.unity │ │ ├── SpectatorMode.unity.meta │ │ ├── Trivial.unity │ │ ├── Trivial.unity.meta │ │ ├── UI.unity │ │ └── UI.unity.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ ├── Composition.meta │ │ ├── Composition │ │ │ ├── OVRCameraComposition.cs │ │ │ ├── OVRCameraComposition.cs.meta │ │ │ ├── OVRComposition.cs │ │ │ ├── OVRComposition.cs.meta │ │ │ ├── OVRCompositionUtil.cs │ │ │ ├── OVRCompositionUtil.cs.meta │ │ │ ├── OVRDirectComposition.cs │ │ │ ├── OVRDirectComposition.cs.meta │ │ │ ├── OVRExternalComposition.cs │ │ │ ├── OVRExternalComposition.cs.meta │ │ │ ├── OVRSandwichComposition.cs │ │ │ └── OVRSandwichComposition.cs.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── OVRCustomSkeletonEditor.cs │ │ │ ├── OVRCustomSkeletonEditor.cs.meta │ │ │ ├── OVREditorUtil.cs │ │ │ ├── OVREditorUtil.cs.meta │ │ │ ├── OVRManagerEditor.cs │ │ │ ├── OVRManagerEditor.cs.meta │ │ │ ├── OVROverlayDestRectEditor.shader │ │ │ ├── OVROverlayDestRectEditor.shader.meta │ │ │ ├── OVROverlayEditor.cs │ │ │ ├── OVROverlayEditor.cs.meta │ │ │ ├── OVROverlaySrcRectEditor.shader │ │ │ ├── OVROverlaySrcRectEditor.shader.meta │ │ │ ├── OVRPassthroughLayerEditor.cs │ │ │ ├── OVRPassthroughLayerEditor.cs.meta │ │ │ ├── OVRProfilerDeprecated.cs │ │ │ ├── OVRProfilerDeprecated.cs.meta │ │ │ ├── OVRProjectConfigEditor.cs │ │ │ ├── OVRProjectConfigEditor.cs.meta │ │ │ ├── Oculus.VR.Scripts.Editor.asmdef │ │ │ └── Oculus.VR.Scripts.Editor.asmdef.meta │ │ ├── OVRBoundary.cs │ │ ├── OVRBoundary.cs.meta │ │ ├── OVRCameraRig.cs │ │ ├── OVRCameraRig.cs.meta │ │ ├── OVRCommon.cs │ │ ├── OVRCommon.cs.meta │ │ ├── OVRDebugHeadController.cs │ │ ├── OVRDebugHeadController.cs.meta │ │ ├── OVRDisplay.cs │ │ ├── OVRDisplay.cs.meta │ │ ├── OVRGLTFAccessor.cs │ │ ├── OVRGLTFAccessor.cs.meta │ │ ├── OVRGLTFLoader.cs │ │ ├── OVRGLTFLoader.cs.meta │ │ ├── OVRHaptics.cs │ │ ├── OVRHaptics.cs.meta │ │ ├── OVRHapticsClip.cs │ │ ├── OVRHapticsClip.cs.meta │ │ ├── OVRHeadsetEmulator.cs │ │ ├── OVRHeadsetEmulator.cs.meta │ │ ├── OVRInput.cs │ │ ├── OVRInput.cs.meta │ │ ├── OVRKtxTexture.cs │ │ ├── OVRKtxTexture.cs.meta │ │ ├── OVRLayerAttribute.cs │ │ ├── OVRLayerAttribute.cs.meta │ │ ├── OVRManager.cs │ │ ├── OVRManager.cs.meta │ │ ├── OVRMixedReality.cs │ │ ├── OVRMixedReality.cs.meta │ │ ├── OVROnCompleteListener.cs │ │ ├── OVROnCompleteListener.cs.meta │ │ ├── OVROverlay.cs │ │ ├── OVROverlay.cs.meta │ │ ├── OVROverlayMeshGenerator.cs │ │ ├── OVROverlayMeshGenerator.cs.meta │ │ ├── OVRPassthroughLayer.cs │ │ ├── OVRPassthroughLayer.cs.meta │ │ ├── OVRPlatformMenu.cs │ │ ├── OVRPlatformMenu.cs.meta │ │ ├── OVRPlugin.cs │ │ ├── OVRPlugin.cs.meta │ │ ├── OVRProfile.cs │ │ ├── OVRProfile.cs.meta │ │ ├── OVRResources.cs │ │ ├── OVRResources.cs.meta │ │ ├── OVRRuntimeSettings.cs │ │ ├── OVRRuntimeSettings.cs.meta │ │ ├── OVRSceneLoader.cs │ │ ├── OVRSceneLoader.cs.meta │ │ ├── OVRTracker.cs │ │ ├── OVRTracker.cs.meta │ │ ├── OVRXRSDKNative.cs │ │ ├── OVRXRSDKNative.cs.meta │ │ ├── Util.meta │ │ └── Util │ │ │ ├── OVRAudioSourceTest.cs │ │ │ ├── OVRAudioSourceTest.cs.meta │ │ │ ├── OVRAutoDestroyInMRC.cs │ │ │ ├── OVRAutoDestroyInMRC.cs.meta │ │ │ ├── OVRChromaticAberration.cs │ │ │ ├── OVRChromaticAberration.cs.meta │ │ │ ├── OVRControllerHelper.cs │ │ │ ├── OVRControllerHelper.cs.meta │ │ │ ├── OVRControllerTest.cs │ │ │ ├── OVRControllerTest.cs.meta │ │ │ ├── OVRCubemapCapture.cs │ │ │ ├── OVRCubemapCapture.cs.meta │ │ │ ├── OVRCursor.cs │ │ │ ├── OVRCursor.cs.meta │ │ │ ├── OVRCustomSkeleton.cs │ │ │ ├── OVRCustomSkeleton.cs.meta │ │ │ ├── OVRDebugInfo.cs │ │ │ ├── OVRDebugInfo.cs.meta │ │ │ ├── OVRGazePointer.cs │ │ │ ├── OVRGazePointer.cs.meta │ │ │ ├── OVRGearVrControllerTest.cs │ │ │ ├── OVRGearVrControllerTest.cs.meta │ │ │ ├── OVRGrabbable.cs │ │ │ ├── OVRGrabbable.cs.meta │ │ │ ├── OVRGrabber.cs │ │ │ ├── OVRGrabber.cs.meta │ │ │ ├── OVRGridCube.cs │ │ │ ├── OVRGridCube.cs.meta │ │ │ ├── OVRHand.cs │ │ │ ├── OVRHand.cs.meta │ │ │ ├── OVRHandTest.cs │ │ │ ├── OVRHandTest.cs.meta │ │ │ ├── OVRInputModule.cs │ │ │ ├── OVRInputModule.cs.meta │ │ │ ├── OVRMesh.cs │ │ │ ├── OVRMesh.cs.meta │ │ │ ├── OVRMeshRenderer.cs │ │ │ ├── OVRMeshRenderer.cs.meta │ │ │ ├── OVRMixedRealityCaptureConfiguration.cs │ │ │ ├── OVRMixedRealityCaptureConfiguration.cs.meta │ │ │ ├── OVRMixedRealityCaptureSettings.cs │ │ │ ├── OVRMixedRealityCaptureSettings.cs.meta │ │ │ ├── OVRMixedRealityCaptureTest.cs │ │ │ ├── OVRMixedRealityCaptureTest.cs.meta │ │ │ ├── OVRModeParms.cs │ │ │ ├── OVRModeParms.cs.meta │ │ │ ├── OVRMonoscopic.cs │ │ │ ├── OVRMonoscopic.cs.meta │ │ │ ├── OVRNetwork.cs │ │ │ ├── OVRNetwork.cs.meta │ │ │ ├── OVRPhysicsRaycaster.cs │ │ │ ├── OVRPhysicsRaycaster.cs.meta │ │ │ ├── OVRPlayerController.cs │ │ │ ├── OVRPlayerController.cs.meta │ │ │ ├── OVRPointerEventData.cs │ │ │ ├── OVRPointerEventData.cs.meta │ │ │ ├── OVRProfiler.cs │ │ │ ├── OVRProfiler.cs.meta │ │ │ ├── OVRProgressIndicator.cs │ │ │ ├── OVRProgressIndicator.cs.meta │ │ │ ├── OVRRaycaster.cs │ │ │ ├── OVRRaycaster.cs.meta │ │ │ ├── OVRRecord.cs │ │ │ ├── OVRRecord.cs.meta │ │ │ ├── OVRResetOrientation.cs │ │ │ ├── OVRResetOrientation.cs.meta │ │ │ ├── OVRSceneSampleController.cs │ │ │ ├── OVRSceneSampleController.cs.meta │ │ │ ├── OVRScreenFade.cs │ │ │ ├── OVRScreenFade.cs.meta │ │ │ ├── OVRSkeleton.cs │ │ │ ├── OVRSkeleton.cs.meta │ │ │ ├── OVRSkeletonRenderer.cs │ │ │ ├── OVRSkeletonRenderer.cs.meta │ │ │ ├── OVRSpectatorModeDomeTest.cs │ │ │ ├── OVRSpectatorModeDomeTest.cs.meta │ │ │ ├── OVRSystemPerfMetrics.cs │ │ │ ├── OVRSystemPerfMetrics.cs.meta │ │ │ ├── OVRVignette.cs │ │ │ ├── OVRVignette.cs.meta │ │ │ ├── OVRWaitCursor.cs │ │ │ └── OVRWaitCursor.cs.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ ├── OVRColorRampAlpha.shader │ │ ├── OVRColorRampAlpha.shader.meta │ │ ├── OVRVignette.shader │ │ ├── OVRVignette.shader.meta │ │ ├── Unlit Crosshair.shader │ │ └── Unlit Crosshair.shader.meta │ │ ├── Textures.meta │ │ ├── Textures │ │ ├── Black.png │ │ ├── Black.png.meta │ │ ├── GazeRing.png │ │ ├── GazeRing.png.meta │ │ ├── HandTracking.meta │ │ ├── HandTracking │ │ │ ├── HandTracking_uvmap_2048.png │ │ │ └── HandTracking_uvmap_2048.png.meta │ │ ├── Icons.meta │ │ ├── Icons │ │ │ ├── OculusIcon.png │ │ │ └── OculusIcon.png.meta │ │ ├── Logos.meta │ │ ├── Logos │ │ │ ├── OculusLogo.png │ │ │ ├── OculusLogo.png.meta │ │ │ ├── OculusLogoSplash.png │ │ │ └── OculusLogoSplash.png.meta │ │ ├── OculusTouchForQuest2.meta │ │ ├── OculusTouchForQuest2 │ │ │ ├── OculusTouchForQuest2_AlbedoRoughness.tga │ │ │ └── OculusTouchForQuest2_AlbedoRoughness.tga.meta │ │ ├── OculusTouchForQuestAndRiftS.meta │ │ ├── OculusTouchForQuestAndRiftS │ │ │ ├── OculusQuestTouchControllerTexture.tga │ │ │ └── OculusQuestTouchControllerTexture.tga.meta │ │ ├── OculusTouchForRift.meta │ │ ├── OculusTouchForRift │ │ │ ├── touchController_albedo.png │ │ │ ├── touchController_albedo.png.meta │ │ │ ├── touchController_controlmap.tga │ │ │ └── touchController_controlmap.tga.meta │ │ ├── SelfieImage.renderTexture │ │ ├── SelfieImage.renderTexture.meta │ │ ├── color_ramp_timer.tga │ │ ├── color_ramp_timer.tga.meta │ │ ├── cube_texture.png │ │ ├── cube_texture.png.meta │ │ ├── gaze_cursor.png │ │ ├── gaze_cursor.png.meta │ │ ├── gaze_cursor_timer.tga │ │ ├── gaze_cursor_timer.tga.meta │ │ ├── handle.png │ │ ├── handle.png.meta │ │ ├── windowgui.png │ │ └── windowgui.png.meta │ │ ├── ThirdParty.meta │ │ └── ThirdParty │ │ ├── SimpleJSON.cs │ │ ├── SimpleJSON.cs.meta │ │ ├── SimpleJSONUnity.cs │ │ ├── SimpleJSONUnity.cs.meta │ │ ├── openvr_api.cs │ │ └── openvr_api.cs.meta ├── Plugins.meta ├── Plugins │ ├── Android.meta │ └── Android │ │ ├── AndroidManifest.xml │ │ └── AndroidManifest.xml.meta ├── Resources.meta ├── Resources │ ├── OVRPlatformToolSettings.asset │ ├── OVRPlatformToolSettings.asset.meta │ ├── OculusRuntimeSettings.asset │ ├── OculusRuntimeSettings.asset.meta │ ├── ROSConnectionPrefab.prefab │ └── ROSConnectionPrefab.prefab.meta ├── TextMesh Pro.meta ├── TextMesh Pro │ ├── Fonts.meta │ ├── Fonts │ │ ├── FiraSans.meta │ │ ├── FiraSans │ │ │ ├── FiraSans SDF.asset │ │ │ ├── FiraSans SDF.asset.meta │ │ │ ├── FiraSans.ttf │ │ │ ├── FiraSans.ttf.meta │ │ │ ├── OFL.txt │ │ │ └── OFL.txt.meta │ │ ├── LiberationSans.meta │ │ └── LiberationSans │ │ │ ├── LiberationSans.ttf │ │ │ ├── LiberationSans.ttf.meta │ │ │ ├── License.txt │ │ │ └── License.txt.meta │ ├── Resources.meta │ ├── Resources │ │ ├── Fonts.meta │ │ ├── Fonts │ │ │ ├── LiberationSans SDF - Drop Shadow.mat │ │ │ ├── LiberationSans SDF - Drop Shadow.mat.meta │ │ │ ├── LiberationSans SDF - Fallback.asset │ │ │ ├── LiberationSans SDF - Fallback.asset.meta │ │ │ ├── LiberationSans SDF - Outline.mat │ │ │ ├── LiberationSans SDF - Outline.mat.meta │ │ │ ├── LiberationSans SDF.asset │ │ │ └── LiberationSans SDF.asset.meta │ │ ├── LineBreaking Following Characters.txt │ │ ├── LineBreaking Following Characters.txt.meta │ │ ├── LineBreaking Leading Characters.txt │ │ ├── LineBreaking Leading Characters.txt.meta │ │ ├── Sprites.meta │ │ ├── Sprites │ │ │ ├── EmojiOne.asset │ │ │ └── EmojiOne.asset.meta │ │ ├── Style Sheets.meta │ │ ├── Style Sheets │ │ │ ├── Default Style Sheet.asset │ │ │ └── Default Style Sheet.asset.meta │ │ ├── TMP Settings.asset │ │ └── TMP Settings.asset.meta │ ├── Shaders.meta │ ├── Shaders │ │ ├── TMP_Bitmap-Custom-Atlas.shader │ │ ├── TMP_Bitmap-Custom-Atlas.shader.meta │ │ ├── TMP_Bitmap-Mobile.shader │ │ ├── TMP_Bitmap-Mobile.shader.meta │ │ ├── TMP_Bitmap.shader │ │ ├── TMP_Bitmap.shader.meta │ │ ├── TMP_SDF Overlay.shader │ │ ├── TMP_SDF Overlay.shader.meta │ │ ├── TMP_SDF SSD.shader │ │ ├── TMP_SDF SSD.shader.meta │ │ ├── TMP_SDF-Mobile Masking.shader │ │ ├── TMP_SDF-Mobile Masking.shader.meta │ │ ├── TMP_SDF-Mobile Overlay.shader │ │ ├── TMP_SDF-Mobile Overlay.shader.meta │ │ ├── TMP_SDF-Mobile SSD.shader │ │ ├── TMP_SDF-Mobile SSD.shader.meta │ │ ├── TMP_SDF-Mobile.shader │ │ ├── TMP_SDF-Mobile.shader.meta │ │ ├── TMP_SDF-Surface-Mobile.shader │ │ ├── TMP_SDF-Surface-Mobile.shader.meta │ │ ├── TMP_SDF-Surface.shader │ │ ├── TMP_SDF-Surface.shader.meta │ │ ├── TMP_SDF.shader │ │ ├── TMP_SDF.shader.meta │ │ ├── TMP_Sprite.shader │ │ ├── TMP_Sprite.shader.meta │ │ ├── TMPro.cginc │ │ ├── TMPro.cginc.meta │ │ ├── TMPro_Mobile.cginc │ │ ├── TMPro_Mobile.cginc.meta │ │ ├── TMPro_Properties.cginc │ │ ├── TMPro_Properties.cginc.meta │ │ ├── TMPro_Surface.cginc │ │ └── TMPro_Surface.cginc.meta │ ├── Sprites.meta │ └── Sprites │ │ ├── EmojiOne.meta │ │ └── EmojiOne │ │ ├── EmojiOne.json │ │ ├── EmojiOne.json.meta │ │ ├── EmojiOne.png │ │ ├── EmojiOne.png.meta │ │ ├── License.txt │ │ └── License.txt.meta ├── XR.meta ├── XR │ ├── Loaders.meta │ ├── Loaders │ │ ├── Oculus Loader.asset │ │ └── Oculus Loader.asset.meta │ ├── Settings.meta │ ├── Settings │ │ ├── Oculus Settings.asset │ │ └── Oculus Settings.asset.meta │ ├── XRGeneralSettings.asset │ └── XRGeneralSettings.asset.meta ├── XRI.meta ├── XRI │ ├── Settings.meta │ └── Settings │ │ ├── Resources.meta │ │ ├── Resources │ │ ├── InteractionLayerSettings.asset │ │ └── InteractionLayerSettings.asset.meta │ │ ├── XRInteractionEditorSettings.asset │ │ └── XRInteractionEditorSettings.asset.meta └── msgbrowser_settings.asset ├── Packages ├── manifest.json └── packages-lock.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── PackageManagerSettings.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── SceneTemplateSettings.json ├── TagManager.asset ├── TimeManager.asset ├── TimelineSettings.asset ├── UnityConnectSettings.asset ├── VFXManager.asset ├── VersionControlSettings.asset ├── XRPackageSettings.asset └── XRSettings.asset └── README.md /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "ros_tcp_endpoint"] 2 | path = ros/ros_tcp_endpoint 3 | url = git@github.com:Unity-Technologies/ROS-TCP-Endpoint.git 4 | -------------------------------------------------------------------------------- /README.mp4: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:21e7c43428271f11c01950ffd1d2bbe69b78aed0d67e538a2d878f69b043f1ff 3 | size 9939767 4 | -------------------------------------------------------------------------------- /docker/ros_entrypoint.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | set -e 3 | 4 | . /opt/ros/melodic/setup.sh 5 | 6 | exec "$@" 7 | -------------------------------------------------------------------------------- /ros/fetch_vr/launch/move_group.launch: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /ros/fetch_vr/launch/planning_scene.launch: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /ros/fetch_vr/launch/scott.launch: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /ros/fetch_vr/launch/tcp_endpoint.launch: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99d118c212593174aa35fe7001bc635c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Actions.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34dedafa56b56a54983f570016356137 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Actions/XRI Default Left Controller.preset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ffd8268f7307a0c48a067dad4a8fe060 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Actions/XRI Default Right Controller.preset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1421ad86ff3787b4dae70fe9e699a25f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71af727a075e7464390edcbc4a2c898d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Materials/Ground.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0415fdaa30c3d1f4abbde8bf9198fa97 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Materials/Left Marker.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bbf4d1c60ba334447915f1b009701fbc 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Materials/Right Marker.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1271d4f22ec4e344c8b7af681a9044d8 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Materials/Wood.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4dd50eedbb89efb4ea3693dc83981c99 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58bf68e2a6a936740bdf415d9dba0f25 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Aruco.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ce44134951f6424da4aa806e91cf988 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Aruco/msg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57a53adcc7b7dd94d80ae9da4b98acbb 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Aruco/msg/MarkerArrayMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a991d473f9b9e248804281c4c94ca34 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Aruco/msg/MarkerMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79c79c036a213904da916e7c6c0c668e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/JskRecognition.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31ff6f578ac1ec4438d945b0c0991bac 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/JskRecognition/msg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92fce5cc699260949b1bab729dffdc25 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/JskRecognition/msg/BoundingBoxMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ca8a94cccaa1a842b8b712d3fd32b1b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0fe1fb0032dc9944b9ef931ea7a2386e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6df57a14292b9949904fdbab913ea07 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/ExecuteTrajectoryGoal.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45bb01cfcba58e9409d42c74b5934850 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/MoveGroupAction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a97dab38adffe5d44a78a2bd7e8f484b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/MoveGroupActionGoal.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6bcc52d96b05bd47b73ad8b1af8a030 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/MoveGroupActionResult.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4788863793531ac409c2e801162fce8b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/MoveGroupFeedback.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 809e00b3dc6b7954e8ae872977a85f9e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/MoveGroupGoal.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2fe43fa2b1a25e478c48127f980a177 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/MoveGroupResult.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f79ab29c55f85d84fb219c350db7644f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/MoveGroupSequenceGoal.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed963361cf54c024ba8e4f07b9a42f0b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/PickupAction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ae28e456f058294184ca0220719e637 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/PickupActionFeedback.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0ab3e06dd719b74285a014917ff8d51 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/PickupActionGoal.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00774f33ab162f346a36716124e9ecaf 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/PickupActionResult.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45b03218f0d50f9448918cadccff455a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/PickupFeedback.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fecc3751b7b81bb47b054276fcdf1ab7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/PickupGoal.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c677a7ca5c55b53459752f72d406f4d9 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/PickupResult.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e58b834a028bd374e920e64d46123a09 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/PlaceAction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2916137728d146b4eb7ead61bc6c4946 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/PlaceActionGoal.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3598f4b113abb5b4c9caad3c0e949710 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/PlaceFeedback.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 314a73ba1138a834c8fc72d43e02cbf7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/PlaceGoal.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c687128f6e48d174193e0a83d9a991a4 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/action/PlaceResult.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57115a2f50c585f4783a59911f98c9a8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 254a2c816acfaa04980652c49b631141 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/BoundingVolumeMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c46bd8790a32c5f4c88b031aa5065226 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/CollisionObjectMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b162bcda0b69e834da22d87b27fd61b3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/ConstraintsMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0fc2860ac512a814db334f3eb7205b4d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/CostSourceMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d526bf743c00564d98557544be01a56 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/GraspMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81a489d1c47234b488ba9c84b1f4e2ab 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/JointConstraintMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d089d8906c81e5468dbc224eec9af52 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/JointLimitsMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77c199934cde5ab4e83118d1a2622790 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/LinkPaddingMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64b70cc3ad37c614eb37695bebe832f7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/LinkScaleMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f90ae41ec1310d542b602692cf6a11e7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/MoveItErrorCodesMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24c80ab1ff5f8d14d9af606911b49563 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/ObjectColorMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34a9c2727005b4c4397785411d3b727a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/PlaceLocationMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d12d4c4689dbc6f46a254128e1a65e4c 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/PlannerParamsMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bed676f41bd41764f95f3c9389322080 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/PlanningOptionsMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8846f3f64c295be4b9d6342643b0becc 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/PlanningSceneMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 471bd5da50554bb4b8ad59614f12c561 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/RobotStateMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e4ff529f64580b48b43fffa2fbf4632 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/msg/RobotTrajectoryMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 934ac0b64fce1f840a96d0ea349b19e4 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/srv.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 12536d3121825fe41bd06520c1a57e60 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/srv/LoadMapRequest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3879bd240db223d4f8733c01fc4b5e8a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/srv/LoadMapResponse.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2fd76dc4cdf6a34e86b33f941a810ee 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/srv/SaveMapRequest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f9575fc4dc65484b82032b6351e0775 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Messages/Moveit/srv/SaveMapResponse.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 615595a99c5db0848a39373f32a00976 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0661a8cb82cd5ee44a0f4da8a8202a3d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Prefabs/Fetch.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3001d66a2b8995f45a5f96cb64e3a72e 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Prefabs/Gripper.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b020303ec0cdd14684d8b43c2c01ab6 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Prefabs/Left Marker.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34a694434569ac240b18eed0ee0ad068 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7d67edd1d17461429b92d2e4c9f0a6e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e986d6f6694c3bc4abf8f00905d788e9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 662a5d74e653c0f4abaaee65f1a29cdf 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/materials/rgba-0-0-0-1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d65e5ecb6b554884882707685240bfe1 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/materials/rgba-0.086-0.506-0.767-1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cbcf7f982bb4c2c4692e3a69d8d7d9c8 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/materials/rgba-0.356-0.361-0.376-1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7320cf0cba36d60498265046bc5faed7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/materials/rgba-0.792156862745098-0.819607843137255-0.933333333333333-1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 968c64da23cb12e48a6cdf77525384f4 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/materials/rgba-0.8-0-0-1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9fd832491660a794cb223c4e5da19d8c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/materials/rgba-1-1-1-1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37e2b076a93ae8643a1c76f65be3553f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 78c9e50f60cb7ec4ea1d95b6ebc0b143 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/base_link.dae: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8c354e8dd3abaa3af4252b47485613c505f9304c504864cf5e316404885429cf 3 | size 4771238 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/base_link_collision.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ddbbecaa94eebb923a153935b9ff02893ca159361ce4fb40363fe64ee6733b81 3 | size 236084 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/base_link_collision.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1540e141763cf34fb1a1252c6085c72 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/base_link_collision.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 534016cff538f9141a8cca8ed34f8028 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/base_link_collision_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7829cf56df35e8a4fa01d3b426ebe3f1 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/base_link_collision_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f5a2701650c1614f887e5474d4495d4 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/base_link_uv.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c57d0a59236b441fa91f9e0489acb49960ae7a57603c33727c45cddb70258aac 3 | size 442058 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/bellows_link.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:90902856fe2d931ca099558378e89c2de22048075bc05def4fd5af311c398f29 3 | size 71884 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/bellows_link.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cccf3e4d9bce8a8428aff324b44816db 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/bellows_link.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86501dc022de5cd4697781e56223d85e 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/bellows_link_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd08e47d3d76c13408784425b0803a9d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/bellows_link_collision.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:23b1ad0022edb12a65859bedf65dd6d018ee3769c1e48665c8ba2868c845306e 3 | size 1084 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/bellows_link_collision.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1fc91ded86d3f4348ae7af44957740d1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/bellows_link_collision.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e870b3caf2672e243864a00819d4e995 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/bellows_link_collision_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 829797a1a57ef8e4797ac965950fd676 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/bellows_link_collision_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7061ef3c8e0cccf45bad476a308f33d7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/elbow_flex_link.dae: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5144b0c77eb9e9de35ad2dd60fb07f5671e4e5c5581f83472b1c65204f0c06f6 3 | size 528950 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/elbow_flex_link_collision.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fa200b07d6ffe096eb7823b2c2154cc8ce8e22ea5516f557719b9fb308283cb1 3 | size 48684 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/elbow_flex_link_collision.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e18b797b3f5fa742a3baa8d92a1ada1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/elbow_flex_link_collision.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ff65114cabe10f41a0d072abd531951 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/elbow_flex_link_collision_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 47bd78a2277c64b48aa2484b27607803 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/elbow_flex_link_collision_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a818a27e53b62549baa1e9bcab433e1 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/elbow_flex_uv.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ea9b88e1835e234700fff8088e6f2f723bc8a3e1a0d9b4b91935046804f26a43 3 | size 212497 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/estop_link.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:08ee8f343d047983477a5c57292ec6b4a4d317e9a999c8fbfd45b3249c8226fe 3 | size 386884 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/estop_link.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9cd76ba136503843887704339a54f84 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/estop_link.dae: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4baa4e384ca635561c92844502534eb6d67cba49e36cb6843b2e2df9fe7a25f4 3 | size 606112 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/estop_link.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9731631f59bc2324f8d737e11e44c1f9 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/estop_link_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2c28e8050b64c24b8a2c8ad737f5f2c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/estop_link_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d35af818db4f53942812426c67e8614c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/forearm_roll_link.dae: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1d4c2478bb5ebc294bad254ceacfca7b46a3dacf2971e766f1d1f5173763cb4b 3 | size 931057 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/forearm_roll_link_collision.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a74b8d891845f56c58cdc9c4fb115b5ad1a89893cf9d5902310ea5bd7c70c81e 3 | size 50084 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/forearm_roll_link_collision.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e0e71da799c39a4ead90e0171c1de62 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/forearm_roll_link_collision.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e230284edb673614f9452fbf405b012f 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/forearm_roll_link_collision_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84bee76d07ee4254a905c9dc472df870 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/forearm_roll_link_collision_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c79d093be60ea3a4c9450bdd22dde704 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/forearm_roll_uv.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3b8b39cd443a3cd1a0041c324b229e06aaad47d0e1561bcce98d6056c653368c 3 | size 149277 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/gripper_link.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d292a962df7d90eb13919ae8dd269e5ca55f2f54e2f6fa035c562684ff7ec26f 3 | size 75384 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/gripper_link.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fbd0cc2cbaf9b9f46b6afe7669b2891e 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/gripper_link.dae: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d5dac7197e02d887522437203885c9f00144d217df3eabc68c966378bce344dd 3 | size 716190 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/gripper_link.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48cd96ab837d1ec458329f974e4454db 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/gripper_link_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c09017c4e4a7e94b8942258c67ee2e2 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/gripper_link_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 447c4dc431a376240a63e25fbd4df794 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/gripper_uv.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:68d966f989efcc2d3681f9b02e0767fafbc05fedde2a39129ea0b578b6ecc09a 3 | size 220 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/head_pan_link.dae: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3a45f12814ccb6e2bbb72786d9466de73f62f3f4c7f2c972c72e97439914dcee 3 | size 555613 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/head_pan_link_collision.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:36362238ca8c68d5aec127130014aa5c7b0ae5613b52ebd82603f6d9b03cf426 3 | size 105984 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/head_pan_link_collision.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79d94252c5b69ea4295a40c215ddf811 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/head_pan_link_collision.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f99346cba585dc489971934d76b255f 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/head_pan_link_collision_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49939b6eedc2ac5408d4c9e9ec6cd0d5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/head_pan_link_collision_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca44a7c501df3c94aad160d21e78cf6d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/head_pan_uv.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:33332c61822b862e7e356c630d4e07c90e50f31ba307d7a886c52c7cbe8be763 3 | size 6619 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/head_tilt_link.dae: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3142e951fae7c79e24664186f73f1824134ee212ed88e3cdb0b89e45b6c6ec22 3 | size 425195 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/head_tilt_link_collision.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3444f186e3faa628654ba7c9ee096d422c34d07948fd5f502918ac4781238919 3 | size 35384 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/head_tilt_link_collision.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a895d9657fba9f54da7911b8e24ed98b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/head_tilt_link_collision.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f010b53fe8db4ba4dba8023bed6607fe 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/head_tilt_link_collision_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 647bb1b7fe435ec40a107cfb6517ec1b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/head_tilt_link_collision_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e32f0768b9c09a24dabd24b3b5817bfa 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/head_tilt_uv.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:08a6495dffaab63146997098b79652b0dfea0018fc081e7f602f019eb1f139e1 3 | size 52016 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/l_gripper_finger_link.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:aca440e0444fd8bcbbade739ea27ed3755d23bf823eb4d900bec00ee1c3b709c 3 | size 11484 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/l_gripper_finger_link.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94d68e99fc6c8634b99301e21d249b8b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/l_gripper_finger_link.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cac4acc690f0cb94ba463c16e8da61c6 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/l_gripper_finger_link_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32f0113ed78b3d64787aeefb1a16965f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/l_gripper_finger_link_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88d15cae7791bc84081d9b694aca4116 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/l_wheel_link.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f00a69358c8af5c74cfd49d8990707e22e8318370209fe32dbf98610dcf05a6b 3 | size 104384 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/l_wheel_link.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d13393298a45704aabdb96c1b60f804 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/l_wheel_link.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f107b71299c2ee040b81748f7ef46b7b 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/l_wheel_link_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 791ccecfec9a1eb4ea2f5f8205871f43 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/l_wheel_link_collision.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0be83a03318e7f2d51b59c2b13e56a5ecdfeaa2ba465bbd841f3605334be6a63 3 | size 68684 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/l_wheel_link_collision.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ea3d8c85ad76084fbcc98f6421c00b1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/l_wheel_link_collision.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7abb5ce0d6bd5024cac58dbd770fbf21 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/l_wheel_link_collision_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9306b88d11016c34ea85b687254ef99f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/l_wheel_link_collision_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91cb715d494143c4ebb7b2db80189e17 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/laser_link.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:285e57045df959a58c14d0b26c1a24203bd213acd17554f5b07bc526dfbc0747 3 | size 355884 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/laser_link.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88b256b905898ca4486d72ad2ac52589 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/laser_link.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3676d0a230a0e1348aa11c5b38193557 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/laser_link_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cad7168a40a94104ca3d954c04e56f02 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/laser_link_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c90ce36327a25443b1a6fdc3ec0f3d1 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/laser_link_2.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: deb0348b727799c4cab90cd1ea9bd773 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/laser_link_3.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 980a281e1e027ca438e5a011e374bcba 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/laser_link_4.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e2bd5c795a1da34f82b8a6436e66d7e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/laser_link_5.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99a8e5533a11852498a90b1e4c9a5373 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/r_gripper_finger_link.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0f10460121e2bcacaa63a409cc1ea30f78fb96fe4d2ddaa2b616aac3e300ffbd 3 | size 11484 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/r_gripper_finger_link.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f9a722addf839042bd7dbe2d601647d 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/r_gripper_finger_link.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c4276fd726005f4d93facc50dd42fef 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/r_gripper_finger_link_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc554375de11cc54bb2f2bcd6e9d74a8 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/r_gripper_finger_link_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 869ede5999ff5374aba8ecb375a808b1 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/r_wheel_link.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e805e07d57faa72b957229538aec68ed935f656c599b9556530ddc6f45874aa5 3 | size 104384 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/r_wheel_link.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e1cec15c43f3204a976a2cd9f0efc8d 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/r_wheel_link.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba6f42e53b5c7304a8e39ad658c2b4b7 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/r_wheel_link_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77cb2db424ebc9646afd83ded92c83b1 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/r_wheel_link_collision.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1280da184382df0ab072c91024046fc82c70d4f46c8d6697245d328af97aeeac 3 | size 68684 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/r_wheel_link_collision.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 669573f6c8436974783b60164be2d3d2 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/r_wheel_link_collision.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f9697dcaf074c44881e2eb075969390 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/r_wheel_link_collision_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e20fd4b26f2b81844981fb7677da2d90 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/r_wheel_link_collision_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 448983cd47d86044e905cd4408533b6f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/shoulder_lift_link.dae: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e91806e40ea5bf71d4d67454737873141813ba7aa0b461d4ce43bc9fe2b28ccd 3 | size 1765828 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/shoulder_lift_link_collision.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:af0703cad45527a1e7e5c76e15a43a81600b8482e479e1ecceedff3624b381af 3 | size 45384 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/shoulder_lift_link_collision.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a3b97e2099a8f5488d1bf05bc019745 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/shoulder_lift_link_collision.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5359102a24810f54dbb4846a31893290 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/shoulder_lift_link_collision_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e24ec62c9a676a4fa00813f09bb20c5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/shoulder_lift_link_collision_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4bffdddb810d7e4f9948f51c5659a29 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/shoulder_lift_uv.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:020133fa2c52c2ae81941b47d955022893e501e8fcf59f140da5d7629d82975b 3 | size 172947 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/shoulder_pan_link.dae: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:85e3ed278926d609f4ca6cb45efe53ec04535a30855dc152c02f9df4c2cfa744 3 | size 1906275 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/shoulder_pan_link_collision.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7d6e74913589c3b7ee113c6b55170a40b3cc7d4095c7c1c520464655e6e2d301 3 | size 65684 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/shoulder_pan_link_collision.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 770bd03b5726c124bb518c17d23343ed 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/shoulder_pan_link_collision.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11cf54d0e2378604caaed05385d40b96 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/shoulder_pan_link_collision_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7320cdb8cbf089458e7c6ba9995ac7c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/shoulder_pan_link_collision_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ccf86e30d4321be4eacdaf1b950cfce6 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/shoulder_pan_uv.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4c57507489356d5b03e29263c44483e3c79f8fab453094473db234a4bdacccdf 3 | size 245540 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/torso_fixed_link.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ee88311cd5ae20727c4ea7af579edea4da832b54a86b77d6804e4be30c638158 3 | size 5884 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/torso_fixed_link.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6f83de3f0e6b22469261711faece78c 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/torso_fixed_link.dae: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f04a2c4f60cef811e105705a2adebb30cbb4b1592b7a4dcda0b183b4dd4fea5b 3 | size 19814 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/torso_fixed_link.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4027e550f975b084ca53915832b16519 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/torso_fixed_link_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90bd31bea9e717449b10be96cce0d366 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/torso_fixed_link_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a738bcc74c8616546a715d62e830008d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/torso_fixed_uv.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bb6e43faabde714cae836fb31c195d0efc4444b7d2071a9b0ebd7a7d6d995975 3 | size 219 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/torso_lift_link.dae: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b2e541e1c9a179ea91173fe273553810b455b9d57ba87406f8dabf448fdc815c 3 | size 3332447 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/torso_lift_link_collision.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4f24652be8a346b040ee199d3586af874ca0359460d91b86d893ff2a85afdfde 3 | size 50084 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/torso_lift_link_collision.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49a22e7e4acadd64c855023472f8d23f 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/torso_lift_link_collision.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c0e41e9df7c0e34fb816a85467ea1cc 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/torso_lift_link_collision_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c79ef53c8b39f1c45b7a8522fc338504 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/torso_lift_link_collision_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21365323d2f083d4ebe78c7ace126362 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/torso_lift_link_collision_2.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3dd50fc64b8709e479b65de1a743bd63 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/torso_lift_link_collision_3.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7aa820df166943846993a6c1a6b78ef6 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/torso_lift_uv.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:16bbf468ca5737571dde20f018f5ef06fd7b0d4a70fd34e4d3d91a53de5eada6 3 | size 87431 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/upperarm_roll_link.dae: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ff032c309857053f1098d1dd81a80defce0c94b64efaedc10151bcf683a0bd6d 3 | size 640422 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/upperarm_roll_link_collision.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b52550449cfa148390cbbcb3879ff3ee67a484e98bbd2ad91046c09d49dae9d1 3 | size 49984 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/upperarm_roll_link_collision.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b626034b17f1674295d1a007ad40e1f 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/upperarm_roll_link_collision.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6c1257301451b740851f9b5ffe69cb5 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/upperarm_roll_link_collision_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82eaba6e29ff1b343aaa499358104a5c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/upperarm_roll_link_collision_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb7b576f886e37d42bfed5543e236ab2 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/upperarm_roll_uv.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6c86025f3d7099b6696f57fef808f150263051f9fee2051a56c7885569a45fc1 3 | size 209404 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/wrist_flex_link.dae: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:53c2098fc1740b35511afc34ea8eec2521a0705254cdbf5a0e256087e2037624 3 | size 366904 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/wrist_flex_link_collision.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:435f181dea365137f63e74f718911b7dfd780af6fc92ce5c74908e7d0790413b 3 | size 49784 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/wrist_flex_link_collision.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c6f225d355b4094490e01bc8569b666 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/wrist_flex_link_collision.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f12297f36991d8842a309c65fdafe47f 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/wrist_flex_link_collision_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c25f1ca2a5f4b2d4c9c9b63c293ec136 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/wrist_flex_link_collision_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe42ae71c3e908e4a82a0248318a4f36 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/wrist_flex_uv.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:81e621117cfd645fa9ee7684ddf93b0ee71bc81367f0b7c7045afc4f9ed4abc7 3 | size 64012 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/wrist_roll_link.dae: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b9420132cbe23bd329f80bf5f81c1645b0b5d87afdc93ab55a264f4ff670dd06 3 | size 453383 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/wrist_roll_link_collision.STL: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:942ca8736eecefd12c6d5397292c5725546b70c0826d9daf67b68d69255011d5 3 | size 26084 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/wrist_roll_link_collision.STL.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed644df1d6213ff449335ad496bfc503 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/wrist_roll_link_collision.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: acd6938f73e817841a968e6556285afe 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/wrist_roll_link_collision_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77a525fa21df6d74c8806fd80679ffa5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/wrist_roll_link_collision_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2583cd415cfb11458d6ebc1f7117d3c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4300000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/meshes/wrist_roll_uv.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:922981c94d4df1a401bfb04bf8cce82e2692c55154204349d870f13788f9f61d 3 | size 1694 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/robots.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a56911941af8c5747beecab99b69c5dd 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/robots/fetch.urdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5275cb7c68827664e8617a1ea7a7bef9 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Robots/fetch_description/robots/freight.urdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8309272e3a802e478b4fe503b4d74b4 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 47435c4246c17cb40b2004d7c74af580 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scenes/Fetch VR.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9fc0d4010bbf28b4594072e72b8655ab 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 467db8b50375cd046bdcb90e9d54d031 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Behaviours.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 056c6c17b4848ed4b9c9d974924154bc 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Behaviours/JointStateSubscriber.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 889f21a59add98f48b58e1c152501d54 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Behaviours/MoveGroupController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe787641ef30ab04b96f83efa766fbfc 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Behaviours/PosePublisher.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd24fba0e77a1ce4b82b2c240fe6cc3f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Behaviours/ShowChildren.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e65a281214f749b4d8750261626fdb81 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Behaviours/TintMaterial.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 373c8118f280a0146b57ccef3e1cf78d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Behaviours/TransformAttachment.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 146b2f4accc37374a9daa8b1bd399b47 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Behaviours/TransformSubscriber.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d541b5b52dfa6684cba094ea30bb3471 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Extensions.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d7c9656f6552c540abce08876d25694 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Extensions/GameObjectExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d19631d8075e2764f9f5bb31264038a2 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Extensions/MaterialExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cfa21a059266d2a4e9621bb32ca8f72f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Extensions/ROSExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8a676ab86ba07943accc3afdd96e6b8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Extensions/TransformExtensions.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public static class TransformExtensions 4 | { 5 | public static Quaternion InverseTransformRotation(this Transform transform, Quaternion rotation) 6 | { 7 | return Quaternion.Inverse(transform.rotation) * rotation; 8 | } 9 | } 10 | 11 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Extensions/TransformExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a1819ed2ff58c5943840f631df1f6ea8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Robotics.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16a64664ff5ae2a4b855db5a5eba856e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Robotics/ROSActionClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63c155aae84281147bcbf0bec916e081 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Robotics/ROSActionFeedback.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72fd8de13cb1a9d4a8e3017e5dae1bad 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Robotics/ROSActionGoal.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f506f091f98f845479ad31b39e685595 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Robotics/ROSActionResult.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83e9cc3275ad12249bdee023d5537a7e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Scripts/Robotics/ROSTime.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9505f89b04616994b84fa8e893b38e26 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b15260706fe0d9b458964b05f54286f2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Textures/Aruco 200.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c85629e13905409f759af53eba8ee2c82bd28b6eb008f7d69956e69f64b09cb2 3 | size 2728 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Textures/Aruco 201.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cc9f8cafa97143674cd29b04445c15c38ef947c12605641fbcb5e8c7784d7c1b 3 | size 2716 4 | -------------------------------------------------------------------------------- /unity/Assets/Fetch VR/Textures/Wood.jpg: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:81b2467334168309b27623fdcd5b22125ee38b4c27520270484a0aebceb562e6 3 | size 103437 4 | -------------------------------------------------------------------------------- /unity/Assets/InputSystem.inputsettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b845a94683172df488d2dc7b1ec0d776 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5eaef0b573ea7714bb23b56069257b3b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/OculusProjectConfig.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99c0d806eb5cbe24da5e78ee5659c393 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96361710624962448aa2c20c03ea80e3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/AudioClips.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 095d7a3dae7d8ea4cb761651027164ce 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/AudioClips/sfx_belt_in.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:abb7316c44059db3345d3116fb0633cfb34fca46039983310ddf0c9483ab179f 3 | size 13292 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76c19abd24bec62459b5f0d26fdd9a85 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/AndroidManifest.OVRSubmission.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a16cc136accf1f42bdc6f71f94b50ac 3 | timeCreated: 1475710636 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/OVRADBTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41c2cab7d83278a4f8f44a44b694770f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/OVRBuild.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fef522d0247215a43be6b1a8819bd940 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/OVRBundleManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a46c155525da654c8ef823c069361d3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/OVRBundleTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c27664370189a44bae1f4a8aba8b7ff 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/OVRConfig.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20553fac56ec59645857c0732b787431 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/OVRDeviceSelector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 157dce969e882084080e0a2c39efe398 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/OVRDirectorySyncer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 666774827ce57754f9fbd8e008ed0a2a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/OVREngineConfigurationUpdater.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c86538ded11bfe24c8c79818bb9ea66a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/OVRExpansionFileGenerator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2a0ba46d78379541a5f56225e034afa 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/OVRGradleGeneration.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee7053149e3a159409d4deeb2f2e687f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/OVRLint.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f6763ce4cfe57644a593d773ec6e3cb 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/OVRPlatformToolSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd7bb81df5b74b34dadbf531f381a26b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/OVRProjectConfig.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05d394ae2a81edd4cbc3c51917e766e3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/OVRShaderBuildProcessor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb08fbbe69f983b4dbac5e1b413fea34 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/OVRSystemProfilerPanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60f797c78d731a54e9d4a949cfa2f989 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/Oculus.VR.Editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2761a0af0f567748a72629d4bb18a26 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/PathHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e97d8d54c1d1f16468e12a2079fdd060 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f177e155338d57548977e581b2950d6a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/Scenes/OVRTransitionScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d04724945584d684c80c6c509a8ece34 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60086b1908918924382de37b737d3d64 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/Textures/odh_icon.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:93b5fa0d0467b432101a4be90b5ef6e08708ffb195cac252934299b73a8a85b1 3 | size 7984 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/Tools.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2959bab5373979b448d70f835757c009 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/Tools/ovr-platform-util.exe: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ca54897fcf0b3e01e1b65c058edb4af479fb1b44eef4f1d4aabd428352ee9801 3 | size 20088832 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/Tools/ovr-platform-util.exe.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2cec56490f0048f49993997626fd8846 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/network_sec_config.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Editor/network_sec_config.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b69c9b95ff9fc8a44b5e162bbca8fbcc 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/LICENSE.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) Facebook Technologies, LLC and its affiliates. All rights reserved. 2 | Your use of this SDK or tool is subject to the Oculus SDK License Agreement, available at https://developer.oculus.com/licenses/oculussdk/ 3 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/LICENSE.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea216613534b07f45adfcdd5ba09cf4e 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 981b5bce7fc4a2d43a2169710da4b892 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Materials/Arrow.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 669025377795b574da66d9bb2472fcab 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Materials/BasicHandMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ba7d209f622bb44e87b47ce27ee27b7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Materials/CubeMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62db2d638434d5a488dfb1e789e34b37 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Materials/GazePointer.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3fac3b9744290eb4c89b0e4ffd5fe085 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Materials/PlainMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26cadeeaa29498d4889f43542f3add58 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Materials/SelfieImage.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52ef173c94de14120b0d05f281d20054 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Materials/SelfieMat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bad5fdcacc3848e08780239d9578531 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Materials/cursor_timer_material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9531aa878fd5c4749b288b72024e8d2f 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Materials/gaze_cursor.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f31de375e167154aa45929466af30e4 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db348133d6680dd459f3e1cb19922746 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/Cone.obj: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0d5cb8afab1a008303cbcee2f03d0093dca9a262daf3c278700a5c5811a87db9 3 | size 4626 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/HandTracking.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2351ce5621709f649877ae8b768dff34 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/HandTracking/OculusHand_L.fbx: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:151daceeac6738b4ef50ad8a975b1864c7fbc70137c637311c9340448df67f8c 3 | size 335584 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/HandTracking/OculusHand_R.fbx: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ee141f351d856583d3983c40512a4e2efd2e9b9f96f373337072958aea9d2fb5 3 | size 356160 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForQuest2.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba23c36ea16dd114fa00c8030cd603b8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForQuest2/Animation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d56c2ddd9ca0880459c0465b45fc84e6 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForQuest2/Animation/OculusTouchQuest2LeftAnimation.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a8e946ed663e4a4db0f537e2965635d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 9100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForQuest2/Animation/OculusTouchQuest2RightAnimation.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62a9d09916ac8bf4ba30ba4803d3503a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 9100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForQuest2/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b444df89af4e85a4bb475195ea2786c2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForQuest2/Materials/OculusTouchForQuest2_MAT.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7292a5e1ae17a64c95f3081d2c6be5a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForQuest2/OculusTouchForQuest2_Left.fbx: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9eb25a0325d9c1182faf8bb6daffd4c108e39057f0c4ef6875807791589b6da1 3 | size 3011064 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForQuest2/OculusTouchForQuest2_Right.fbx: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:60328058a27ad8225e043051e978b270e36325686a0f32494b5708c9712f49e6 3 | size 3009727 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForQuestAndRiftS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2fd2b8bc5b4516243b0b24003c6e439d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForQuestAndRiftS/Animation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e964712df095d74d8eaac4bfe4b40e4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForQuestAndRiftS/Animation/OculusTouchQuestAndRiftSLeftAnimation.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92dd1ff21e711dc4b8b57eb39ab807ac 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 9100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForQuestAndRiftS/Animation/OculusTouchQuestAndRiftSRightAnimation.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f974d61f39a79c408d54b32f31f186c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 9100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForQuestAndRiftS/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2780dbfd762e7241a81199a8839ea4a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForQuestAndRiftS/Materials/OculusTouchForQuestAndRiftS_Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01ac879f6ce09924e9c26663f798beaf 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForQuestAndRiftS/OculusTouchForQuestAndRiftS_Left.fbx: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d9150e776357f7cec00e1084b642972fcd92613340b13d799663a550acb36714 3 | size 2241691 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForQuestAndRiftS/OculusTouchForQuestAndRiftS_Right.fbx: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d0965c54c01db9de079eb5d5ec3bb11adb27cb656e430f1d259bff4061e02ab7 3 | size 2226040 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForRift.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 686f83a16d0d4354fbc6dddda5497e03 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForRift/Animation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d3b260c1246189f4ba4c083650747005 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForRift/Animation/OculusTouchRiftLeftAnimation.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c08ce434693a4740bb5d256ffa5f8d1 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 9100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForRift/Animation/OculusTouchRiftRightAnimation.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9889b45bb24173a4d93c7f6b5a496800 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 9100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForRift/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e0f89e382c8ee54d8bf35a63977eefe 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForRift/Materials/OculusTouchForRift_Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eacafe280fdfa6a44845c135057ae6a5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForRift/left_touch_controller_model_skel.fbx: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ece425ee47309c93440f721706c50c0655dcf2d355c716357df8d2e5e2b4f89e 3 | size 6548782 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Meshes/OculusTouchForRift/right_touch_controller_model_skel.fbx: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:917111c0185ccc27eb8cbde5414646e721ed8c07c065c1fe5d77b48421f98e1e 3 | size 5209712 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/NOTICE.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d3ffd26004693948809cf896824b17e 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Oculus.VR.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f64c9ebcd7899c3448a08dc9f9ddbe30 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1f06b56b3e7614419c5db24e2262938 3 | folderAsset: yes 4 | timeCreated: 1493321336 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/1.67.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7be69154ba675f54b84bb4c142831542 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/1.67.0/Android.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d06bc61e83f089c4cabc21cfaba2f9d1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/1.67.0/Android/OVRPlugin.aar: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8a12c128524f643b7452b33ef1f663e14ab357fb4cc8d442ce1900bd7e341591 3 | size 1059996 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/1.67.0/AndroidOpenXR.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4881f6cc0436854184a0b4a1a396273 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/1.67.0/AndroidOpenXR/OVRPlugin.aar: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b4ccb5a7c170a65d2a2c00441046af58ae746af84efd1f4fa483eb1c90bc4261 3 | size 4225033 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/1.67.0/AndroidUniversal.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f26b4b2089151948bb6e733b8287b59 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/1.67.0/AndroidUniversal/OVRPlugin.aar: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c70b69f402e7c31abff7cfe739586a336503c3b711ef5c8488b9ce5fd423ca6a 3 | size 2232318 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/1.67.0/Win.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a57231d9d7908d48bc2a82750eac9c5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/1.67.0/Win/OVRPlugin.dll: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7648d0142b99f708192ed733099b069bc9d2d53684ba441aae7260b20b05963f 3 | size 3382520 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/1.67.0/Win64.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 128ca9372b35cd342ac5f0faa8684ef8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/1.67.0/Win64/OVRPlugin.dll: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c57cb4aeaefe3f24aa70dab966cc5d1fadff3948580ab6f88c6cec7e20f813c4 3 | size 4148984 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/1.67.0/Win64OpenXR.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c271057c2b148e4688cbfeca8da8e9f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/1.67.0/Win64OpenXR/OVRPlugin.dll: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bf1284c5ec407b0eb303a7787cca04a3531d40a672acaf601c43d6db20b51602 3 | size 5541624 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/MacOSX.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b0808cda9a8d4b458fad2788f63ff7f 3 | folderAsset: yes 4 | timeCreated: 1522878718 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/MacOSX/OVRGamepad.bundle/Contents.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 648a2605a2bc848728f27adc59fe8010 3 | folderAsset: yes 4 | timeCreated: 1441327083 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/MacOSX/OVRGamepad.bundle/Contents/Info.plist.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5de957de5187b406687f99aa5a30871b 3 | timeCreated: 1441327083 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/MacOSX/OVRGamepad.bundle/Contents/MacOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8fad9c333897547a59f91edacd69f7db 3 | folderAsset: yes 4 | timeCreated: 1441327083 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/MacOSX/OVRGamepad.bundle/Contents/MacOS/OVRGamepad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottwillmoore/fetch-vr/22c28e6c1d95655806ea2667a4397556bbddd580/unity/Assets/Oculus/VR/Plugins/MacOSX/OVRGamepad.bundle/Contents/MacOS/OVRGamepad -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/MacOSX/OVRGamepad.bundle/Contents/MacOS/OVRGamepad.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3af79ea9cc1984e498b6a7e5409cdcac 3 | timeCreated: 1441327083 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/placeholder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottwillmoore/fetch-vr/22c28e6c1d95655806ea2667a4397556bbddd580/unity/Assets/Oculus/VR/Plugins/placeholder.txt -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Plugins/placeholder.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c111fff50cd6404baf2b833432e6ee8 3 | timeCreated: 1493325988 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bfe39332fdb4cb044b619b3e4b890396 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Prefabs/Cursor_Timer.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a7682c244a150b49965c007720bdbb7 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Prefabs/OVRCameraRig.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 126d619cf4daa52469682f85c1378b4a 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Prefabs/OVRControllerPrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9809c5e8418bb047bf2c8ba1d1a2cec 3 | timeCreated: 1486168892 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Prefabs/OVRCubemapCaptureProbe.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a400e96d4650ff4e827a7e727fad81d 3 | timeCreated: 1464847331 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Prefabs/OVRCustomHandPrefab_L.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c6a74181d4000004887343fb87b3c53a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Prefabs/OVRCustomHandPrefab_R.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e201a24a09e942042b93390d0444d728 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Prefabs/OVRHandPrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 835e735ca71bf78459fb2cababd74112 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Prefabs/OVRPlayerController.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce816f2e6abb0504092c23ed9b970dfd 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 807714291dbf2a54c9b3975c271b2493 3 | folderAsset: yes 4 | timeCreated: 1466707364 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Resources/Cubemap Blit.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 561ccac587275c745aec500620f12fc7 3 | timeCreated: 1507678760 4 | licenseType: Store 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Resources/OVRMRCameraFrame.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2bd7618c3fa0e4b4ab8e08dc3fadc376 3 | timeCreated: 1497574409 4 | licenseType: Store 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Resources/OVRMRCameraFrameLit.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8577c885e80d8043946ac5b7abcf9a1 3 | timeCreated: 1497574409 4 | licenseType: Store 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Resources/OVRMRChromaKey.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 680577023e93e564c9b00f18b0164afa 3 | timeCreated: 1503944830 4 | licenseType: Store 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Resources/OVRMRUnlit.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9aa46566e1d86644c9a55e3037e935f6 3 | timeCreated: 1504826310 4 | licenseType: Store 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Resources/OVRMRUnlitTransparent.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38ad33c152e32ee46a9bbbb0e656f7e1 3 | timeCreated: 1504826310 4 | licenseType: Store 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Resources/Texture2D Blit.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a31796e9e8816c7448b55d584c9417f1 3 | timeCreated: 1498190241 4 | licenseType: Store 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Resources/Underlay Impostor.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eaeac9ce83896a04691d2590189776f5 3 | timeCreated: 1471282585 4 | licenseType: Store 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Resources/Underlay Transparent Occluder.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6708eb99dec8334fb83db57b764097a 3 | timeCreated: 1470867310 4 | licenseType: Store 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Resources/Unlit Transparent Color.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ced943c76cb8fb8489bab18c3dfcdcd3 3 | timeCreated: 1435284538 4 | licenseType: Store 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68bc04068edcc1a4d89699ab4e2e69ae 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scenes/ControllerModels.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39cfe7aa0a2d46c47994d8d0308ec663 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scenes/Cubes.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d920b3d2525670f4abad3d20eda3b349 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scenes/HandTest.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9a31e08066d6e343a208d34ec298f09 3 | timeCreated: 1486173281 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scenes/HandTest_Custom.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c884d076d6398b54492bcc64bbe30bf5 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scenes/MRC.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c249320cff740054f973da7f7e24bd1f 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scenes/Room.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54445976c1dbf1c49bb38ba7eba558e8 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scenes/SpectatorMode.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48f290ede0df84ec8bd990c5f5026654 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scenes/Trivial.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8d21f2460d13554780e4af04a9e0d6e 3 | timeCreated: 1427350486 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scenes/UI.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f4d3ae64a10d434db219de8b14348e1 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 859d6d3fcffe1bb41ac06f93d267fc9d 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Composition.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f92828e69374384b8cb197653871a6e 3 | folderAsset: yes 4 | timeCreated: 1502989983 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Composition/OVRSandwichComposition.cs: -------------------------------------------------------------------------------- 1 | public class OVRSandwichComposition 2 | { 3 | // deprecated since SDK 1.41 4 | } 5 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e87d4bbdfc8d17445b4a41760b401026 3 | folderAsset: yes 4 | timeCreated: 1510282190 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Editor/OVRCustomSkeletonEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48b4582957a398741abd6d10bcb62042 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Editor/OVREditorUtil.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00e66be22bd6053489650de094c5efa8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Editor/OVROverlayDestRectEditor.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c52c9bacdbb59f4a973dd1849d03106 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Editor/OVROverlayEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fde3aeb28643f6c48a48f926ac7207e0 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Editor/OVROverlaySrcRectEditor.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 589b36d0aa66c7349bcff8750b670434 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Editor/OVRProfilerDeprecated.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad582af7c1f87bf4b99ef951b26ec465 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Editor/OVRProjectConfigEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 950d95332920b814ea41df294856f96a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Editor/Oculus.VR.Scripts.Editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7305c54a43f3814439df347c7519653e 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRCameraRig.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df9f338034892c44ebb62d97894772f1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRCommon.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 176f8d665b1d78048b1e87956698df6b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRDisplay.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb365ebe8e821fc4e81e9dca9d704357 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRGLTFAccessor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28f1513cee5118748b26bb8b0ca56397 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRGLTFLoader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc5cf61059125104eadec2fa160aa8d9 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRHeadsetEmulator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5178bc8574ce2bf4388e787a2e2af326 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRKtxTexture.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23eec80b7bf73ba41a46466912cd6bb9 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e933e81d3c20c74ea6fdc708a67e3a5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -100 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVROnCompleteListener.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8730118d7f00f9b47b09be73f7e91d2b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVROverlay.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4444ce35d262aa648ad0c425a559b931 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVROverlayMeshGenerator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 302cd5de63ddc99458f67a786f625bad 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRPassthroughLayer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 555725d48e9051a4bb6b8d45178c2fdd 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 100 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRPlatformMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2afcf575f4a68de4db434c7b7233c451 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRPlugin.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61abd23f3aff5394ba8027ee380760b8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRProfile.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08539141953f28e439731aaf7cd5362f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRResources.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17584d04fbb571344a3aa2b6593287c1 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRRuntimeSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3863570e7e6387a40ae4f323d83291e5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRSceneLoader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6d444f79f5ee4646b26c6d746385e80 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRTracker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7cb3c9d4cb0970e448c655096649e814 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/OVRXRSDKNative.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 903a593623dfcbf4a81205c0f7386ea9 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0c7a593695f68e4bbe0cabb0f4f93f2 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRAudioSourceTest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 358b12a21a8aa9540b435051f334fe9b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRAutoDestroyInMRC.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42a68265e2d624d49ae7fced6a7e4d91 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRChromaticAberration.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b56515a831f2fb44bc7ae02679aeebc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRControllerTest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e0a6abd1cb88e9245bd78dac49d7fd6e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRCursor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f2233ce673fcb9f41bd0753f867b7f70 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRCustomSkeleton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 674a40251fe8ad841b18517ac5209957 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRDebugInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b71d1996d67004241a3b69960856ffcb 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRGazePointer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30530ad0e40d0a64ea26d753ee4996ea 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRGrabber.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd425c2d06f39bf4899d07c05d0f10eb 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 200 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRGridCube.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4988596c8a187f94f8e6a345ebb4254b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRHand.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb7623a8f0b49cf4dbaa40aea4d4be64 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRHandTest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 12a1e4a79af8fe849b7a2769ff0d3886 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRInputModule.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f1a9a1d119a5944aacfb87d1ec283a2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRMesh.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5cc5c234723e3a54d8dd09b131117743 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRMeshRenderer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73eac66b128fc8749a21623225c34541 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRMixedRealityCaptureConfiguration.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3daa35105ec74ccb94bc0756d34b2d55 3 | timeCreated: 1605293235 -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRModeParms.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a6ae8e8def81df429a8fdfc00f63e5c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRMonoscopic.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06ef2a389c534554c848533f88dbb32c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRNetwork.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df7e9afcfd21ebd44951ca0eeb5cd692 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRPhysicsRaycaster.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8e7ff1cdf4c4e74db00c3684108bc9a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRPlayerController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0950df82e7936c84983497630bde5b54 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRPointerEventData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 646c937ce12610744adc2b5e487f77ac 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRProgressIndicator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f14ece5575e2b1e4d80619901d65b428 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRRaycaster.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7aaf960227867044282d921171d2d7ac 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRResetOrientation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09bb0a17b6a704298b65be4fb08ef480 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRSceneSampleController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f07515ada089df47868559a20dd6783 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRScreenFade.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df8e1d778abf442e4bec449c360e9e1c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -100 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRSkeleton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2609c54f376cffc4da1ab9401cc1a36f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRSkeletonRenderer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54c16b381e28e8d479237771d234dbae 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRSpectatorModeDomeTest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4f8903397a67414fbb142fa1bfacede 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRSystemPerfMetrics.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a987a7ebe2d568f459dab8dfb866479f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Scripts/Util/OVRWaitCursor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d313011a8bc474fe49260bde01cffcd3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d79c5fa4d57bda54f88884a89963d684 3 | folderAsset: yes 4 | timeCreated: 1466707365 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Shaders/OVRColorRampAlpha.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b95caf64e2cc3614892026a94bb2be84 3 | timeCreated: 1433268462 4 | licenseType: Store 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Shaders/OVRVignette.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d034fa3f535a1648b5059e6907c647d 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Shaders/Unlit Crosshair.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05b53b473302943b58b8e33c93a38dac 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1938789817fe3974ea20e502ed4bcd76 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/Black.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0560cc7f7e6f8b4f6ee9651a6df2ea0366e5927b14df9223bf119200ee226a49 3 | size 17239 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/GazeRing.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b0b2076692765ce975a11fcad72af1d00ba29a5ffb8f27f4f08d82d4bff84206 3 | size 19053 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/HandTracking.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3fd01f2f4617074b80e5e691882c81d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/HandTracking/HandTracking_uvmap_2048.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:69744801b7840adff475133d71470c164560b67bfc95f8fd0eb80d98879ec999 3 | size 2169310 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/Icons.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e081f465852cec14380da085e957c52b 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/Icons/OculusIcon.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cd7a594629ef2b1482dd78cc9f8eecba1bb3554dc83b6cbdf3cc349fb7b19d23 3 | size 2416 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/Logos.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c18650754748f647bacde4e2116cbff 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/Logos/OculusLogo.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c067cb547ea9120c5c8d20dcb88492b7ed402a01180f15352b686e20a92ad37e 3 | size 4400 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/Logos/OculusLogoSplash.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1416fe9bbb4ac80ef4b9d03d3d2e3137abf7ed013ac1702262868fd44918acfa 3 | size 3895 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/OculusTouchForQuest2.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f40ac98546a82ba409f9632c1468d6e0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/OculusTouchForQuest2/OculusTouchForQuest2_AlbedoRoughness.tga: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3570b78353c7a7e06b5bb59df773de1a50f5a72c57a49bd38d2213f5c5605b73 3 | size 4194348 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/OculusTouchForQuestAndRiftS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b78d5b642ac2854496c21322109cde3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/OculusTouchForQuestAndRiftS/OculusQuestTouchControllerTexture.tga: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c3d30d4095c286f4780ae0f03916bb0c94fd148522bf58ab94475c8e2fc72495 3 | size 16777260 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/OculusTouchForRift.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65282c4c93cd6da48841b9e0c575c030 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/OculusTouchForRift/touchController_albedo.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:02a15fe52be7de8482ea8be4dbafc14b64bfacd128942c051f410f4b828c6036 3 | size 361947 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/OculusTouchForRift/touchController_controlmap.tga: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:208951c0b2b04b5c55e17543a0ec4e588e15a00cc7c485a3a004cf0a07e26915 3 | size 1048620 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/SelfieImage.renderTexture.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57e76b1057d5b458badbc9979747256e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/color_ramp_timer.tga: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1a5cc58b729df0b67975168c16e9540fa7ac59c8e5a5035d02001706332fdada 3 | size 262188 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/cube_texture.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:53e1de93b24b01badab94144187174cd90d3bae87fa26ac899b145a3eae3fc4a 3 | size 179408 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/gaze_cursor.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b60fa5ff9a1ed8692b289d69fffbe40cf8795d02c07c12e1377091a3f645d54d 3 | size 15982 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/gaze_cursor_timer.tga: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:062f91b198898fbb666d03611a7818ae7e648cfd9f7bd79b5c26621b7248673d 3 | size 262188 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/handle.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:95bba6c38df868189360c2d9e0253c270adb9cfe87191a6c95a29c7b74e28ff4 3 | size 2293 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/Textures/windowgui.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c5096cfba1c0b9b57689edf9493f230d5f9c4d349add266e5878d1ecd5f32696 3 | size 82702 4 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/ThirdParty.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3366bc22ba4a2bd4ab63507d836013d6 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/ThirdParty/SimpleJSON.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0139b31452e91b94787e54aa18f7b7f0 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/ThirdParty/SimpleJSONUnity.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d45c5e402883c0048a1a69b7a1ca8901 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Oculus/VR/ThirdParty/openvr_api.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c67f43f52cf38445a66e0ccabcd3ce1 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /unity/Assets/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 720712be6e31c444f88f57bb85bf5fa5 3 | folderAsset: yes 4 | timeCreated: 1504268238 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/Plugins/Android.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da0e97de4bb1a02438b731ed3715207b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Plugins/Android/AndroidManifest.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d09ab7ff968eec4db7888d7ba6bcbab 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7172d51f07bf04c44b8406eb30152241 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Resources/OVRPlatformToolSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac61989c05a7bef4584b109336ecbe2b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Resources/OculusRuntimeSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 023197a40abb3a449bb35256547743dc 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/Resources/ROSConnectionPrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96a734d5e273fd14c9ef815429e238b7 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f54d1bd14bd3ca042bd867b519fee8cc 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ab70aee4d56447429c680537fbf93ed 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Fonts/FiraSans.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f66c56f8468cb1488f4fc6e50862c5b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Fonts/FiraSans/FiraSans SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a4507f141b23324c916a8ff46056154 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Fonts/FiraSans/FiraSans.ttf: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:43c240a110cf888686d13cd17400fd0ca376ce55656150e52abff95f67a9532e 3 | size 487472 4 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Fonts/FiraSans/OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50465795ee5028742b0bda9d3e105a8c 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Fonts/LiberationSans.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a81d044b37ff55409b47706606b534b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Fonts/LiberationSans/LiberationSans.ttf: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e5b0af421ea2bfbc1ac8d251d647268087ae82786234c57f757d1f0b90fa8b49 3 | size 350200 4 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Fonts/LiberationSans/License.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e59c59b81ab47f9b6ec5781fa725d2c 3 | timeCreated: 1484171296 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 243e06394e614e5d99fab26083b707fa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Resources/Fonts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 731f1baa9d144a9897cb1d341c2092b8 3 | folderAsset: yes 4 | timeCreated: 1442040525 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Resources/Fonts/LiberationSans SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e73a58f6e2794ae7b1b7e50b7fb811b0 3 | timeCreated: 1484172806 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Resources/Fonts/LiberationSans SDF - Fallback.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e498d1c8094910479dc3e1b768306a4 3 | timeCreated: 1484171803 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Resources/Fonts/LiberationSans SDF - Outline.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79459efec17a4d00a321bdcc27bbc385 3 | timeCreated: 1484172856 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Resources/Fonts/LiberationSans SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f586378b4e144a9851e7b34d9b748ee 3 | timeCreated: 1484171803 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt: -------------------------------------------------------------------------------- 1 | )]}〕〉》」』】〙〗〟’”⦆»ヽヾーァィゥェォッャュョヮヵヶぁぃぅぇぉっゃゅょゎゕゖㇰㇱㇲㇳㇴㇵㇶㇷㇸㇹㇺㇻㇼㇽㇾㇿ々〻‐゠–〜?!‼⁇⁈⁉・、%,.:;。!?]):;=}¢°"†‡℃〆%,. -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fade42e8bc714b018fac513c043d323b 3 | timeCreated: 1425440388 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt: -------------------------------------------------------------------------------- 1 | ([{〔〈《「『【〘〖〝‘“⦅«$—…‥〳〴〵\[({£¥"々〇$¥₩ # -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d82c1b31c7e74239bff1220585707d2b 3 | timeCreated: 1425440388 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Resources/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 512a49d95c0c4332bdd98131869c23c9 3 | folderAsset: yes 4 | timeCreated: 1441876896 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Resources/Sprites/EmojiOne.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c41005c129ba4d66911b75229fd70b45 3 | timeCreated: 1480316912 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Resources/Style Sheets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4aecb92fff08436c8303b10eab8da368 3 | folderAsset: yes 4 | timeCreated: 1441876950 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f952c082cb03451daed3ee968ac6c63e 3 | timeCreated: 1432805430 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Resources/TMP Settings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f5b5dff67a942289a9defa416b206f3 3 | timeCreated: 1436653997 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9f693669af91aa45ad615fc681ed29f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48bb5f55d8670e349b6e614913f9d910 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e3b057af24249748ff873be7fafee47 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 128e987d567d4e2c824d754223b3f3b0 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd89cf5b9246416f84610a006f916af7 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14eb328de4b8eb245bb7cea29e4ac00b 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc1ede39bf3643ee8e493720e4259791 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a02a7d8c237544f1962732b55a9aebf1 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8d12adcee749c344b8117cf7c7eb912 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe393ace9b354375a9cb14cdbbc28be4 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85187c2149c549c5b33f0cdb02836b17 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7ada0af4f174f0694ca6a487b8f543d 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68e6db2ebdc24f95958faec2be5558d6 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf81c85f95fe47e1a27f6ae460cf182c 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 407bc68d299748449bbf7f48ee690f8d 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c334973cef89a9840b0b0c507e0377ab 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3997e2241185407d80309a82f9148466 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d930090c0cd643c7b55f19a38538c162 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0603b6d5186471b96c778c3949c7ce2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Sprites/EmojiOne.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9933010423621134d9c048c8539f354b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Sprites/EmojiOne/EmojiOne.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f05276190cf498a8153f6cbe761d4e6 3 | timeCreated: 1480316860 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Sprites/EmojiOne/EmojiOne.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a87b965a701de3dc31d7401e542b1fc946587f912c51d7a26e46ade9f098bd1a 3 | size 112319 4 | -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Sprites/EmojiOne/License.txt: -------------------------------------------------------------------------------- 1 | This sample of beautiful emojis are provided by EmojiOne https://www.emojione.com/ 2 | 3 | Please visit their website to view the complete set of their emojis and review their licensing terms. -------------------------------------------------------------------------------- /unity/Assets/TextMesh Pro/Sprites/EmojiOne/License.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 381dcb09d5029d14897e55f98031fca5 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /unity/Assets/XR.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64759e7cd2904d34bb4be137851048ed 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/XR/Loaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1cee8a08c5d905443a12b8f89b6ddedb 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/XR/Loaders/Oculus Loader.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2906fdfa4f9ebf3459640185c5c0d852 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/XR/Settings.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61fe55263535aec43b0426ee34491552 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/XR/Settings/Oculus Settings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01186f38e9004dc47ac1540fcfe2cabf 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/XR/XRGeneralSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc2d2306ef7dfd647bd0af14a0fadb06 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/XRI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bbb111e051849634b99e09970d6ce8ea 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/XRI/Settings.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 021884dc98366ff4a81d58ff6b49bcb0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/XRI/Settings/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a8a8e965bfc01a48acb19ed6227135d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/XRI/Settings/Resources/InteractionLayerSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0671cad39511a2741abccaa8929afa52 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/Assets/XRI/Settings/XRInteractionEditorSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01f3af5e45cac7f4ea80fbb23a553146 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /unity/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /unity/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_DefaultPresets: {} 8 | -------------------------------------------------------------------------------- /unity/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2020.3.26f1 2 | m_EditorVersionWithRevision: 2020.3.26f1 (7298b473bc1a) 3 | -------------------------------------------------------------------------------- /unity/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /unity/ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!890905787 &1 4 | VersionControlSettings: 5 | m_ObjectHideFlags: 0 6 | m_Mode: Visible Meta Files 7 | m_CollabEditorSettings: 8 | inProgressEnabled: 1 9 | -------------------------------------------------------------------------------- /unity/ProjectSettings/XRPackageSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_Settings": [ 3 | "RemoveLegacyInputHelpersForReload" 4 | ] 5 | } -------------------------------------------------------------------------------- /unity/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_SettingKeys": [ 3 | "VR Device Disabled", 4 | "VR Device User Alert" 5 | ], 6 | "m_SettingValues": [ 7 | "False", 8 | "False" 9 | ] 10 | } --------------------------------------------------------------------------------