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.
- Host: GitHub
- URL: https://github.com/xjine/unity_projectstructureexporter
- Owner: XJINE
- License: bsd-3-clause
- Created: 2023-05-16T09:55:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T10:13:34.000Z (about 3 years ago)
- Last Synced: 2025-08-23T15:23:16.773Z (10 months ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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