@@ -32,7 +32,7 @@ This project was developed using the [*Omniverse Kit* Extensions Project Templat
4. In the settings page there is a list of *Extension Search Paths*. Add cloned repo `exts` subfolder there as another search path: `C:\projects\metavoxels\exts`
5. Now you can find `metavoxels.designer` extension in the top left search bar. Select and enable it.
6. The rover design will appear in the viewport. You can try changing some code in this extension and see them applied immediately with a hotreload.
7.[`MetaVoxels.py`](.\exts\metavoxels.designer\metavoxels\designer\MetaVoxels.py) contains of a list of robot templates that you can play with. It also contains an example on how to upload a robot from a graph (.dot file), or you can create your own design using the [`MetaVoxelsLibrary.py`](.\exts\metavoxels.designer\metavoxels\designer\MetaVoxelsLibrary.py)
7.[`MetaVoxels.py`](./exts/metavoxels.designer/metavoxels/designer/MetaVoxels.py) contains of a list of robot templates that you can play with. It also contains an example on how to upload a robot from a graph (`.dot` file, ex: [rover.dot](./exts/metavoxels.designer/data/graph/rover.dot)), or you can create your own design using the [`MetaVoxelsLibrary.py`](./exts/metavoxels.designer/metavoxels/designer/MetaVoxelsLibrary.py)