An open API service indexing awesome lists of open source software.

https://github.com/xjine/unity_projectstructureexporter

Export the file structure of a Unity project into a .txt file.
https://github.com/xjine/unity_projectstructureexporter

assets unity

Last synced: 3 months ago
JSON representation

Export the file structure of a Unity project into a .txt file.

Awesome Lists containing this project

README

          

# Unity_ProjectStructureExporter

Export the file structure of a Unity project into a .txt file.

ex.
```
Assets
-Packages
--ProjectStructureExporter
---LICENSE
---package.json
---ProjectStructureExporterWindow.asmdef
---ProjectStructureExporterWindow.cs
```

## Importing

You can use Package Manager or import it directly.

```
https://github.com/XJINE/Unity_ProjectStructureExporter.git?path=Assets/Packages/ProjectStructureExporter
```

### Dependencies

This project use following resources.

- https://github.com/XJINE/Unity_AssetCreationHelper