Skip to content

Commit

Permalink
Updating package version (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidurvij-Unity authored Nov 20, 2020
1 parent a9193bc commit ca9f90f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static void Create(string filename, ImportSettings settings)
Selection.activeObject = robotGameObject;

CorrectAxis(robotGameObject, settings.choosenAxis);
//CreateCollisionExceptions(robot, robotGameObject);
CreateCollisionExceptions(robot, robotGameObject);
}

public static void CorrectAxis(GameObject robot, ImportSettings.axisType axis = ImportSettings.axisType.yAxis)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.unity.robotics.urdf-importer",
"version": "0.0.2",
"version": "0.0.4",
"displayName": "URDF Importer",
"description": "Facilitates importing configurations from the Universal Robot Description Format",
"unity": "2020.2",
Expand Down

0 comments on commit ca9f90f

Please sign in to comment.