https://github.com/audunegames/spritesheet-importer
Importer for custom spritesheets defined in CSV format for Unity
https://github.com/audunegames/spritesheet-importer
csv importer spritesheet unity
Last synced: 22 days ago
JSON representation
Importer for custom spritesheets defined in CSV format for Unity
- Host: GitHub
- URL: https://github.com/audunegames/spritesheet-importer
- Owner: audunegames
- License: lgpl-3.0
- Created: 2023-06-14T15:40:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T17:20:26.000Z (over 1 year ago)
- Last Synced: 2025-03-21T03:31:05.221Z (about 1 year ago)
- Topics: csv, importer, spritesheet, unity
- Language: C#
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Audune Spritesheet Importer
[](https://openupm.com/packages/com.audune.spritesheet/)
Unity importer for spritesheets defined in the CSV format.
## Features
* A scriptable importer that imports spritesheets in the CSV format.
* Utility menu items to export existing sprites to a CSV spritesheet.
## Installation
### Installing from the OpenUPM registry
To install this package as a package from the OpenUPM registry in the Unity Editor, use the following steps:
* In the Unity editor, navigate to **Edit › Project Settings... › Package Manager**.
* Add the following Scoped Registry, or edit the existing OpenUPM entry to include the new Scope:
```
Name: package.openupm.com
URL: https://package.openupm.com
Scope(s): com.audune.spritesheet
```
* Navigate to **Window › Package Manager**.
* Click the **+** icon and click **Add package by name...**
* Enter the following name in the corresponding field and click **Add**:
```
com.audune.spritesheet
```
### Installing as a Git package
To install this package as a Git package in the Unity Editor, use the following steps:
* In the Unity editor, navigate to **Window › Package Manager**.
* Click the **+** icon and click **Add package from git URL...**
* Enter the following URL in the URL field and click **Add**:
```
https://github.com/audunegames/spritesheet-importer.git
```
## Contributing
Contributions to this package are more than welcome! Contributing can be done by making a pull request with your updated code.
## License
This package is licensed under the GNU LGPL 3.0 license. See `LICENSE.txt` for more information.