Skip to content

Commit

Permalink
few more tweaks to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSmile-0000011110110111 committed Jan 28, 2024
1 parent b647da6 commit 66e4426
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# CodeSmile AssetDatabase
# [CodeSmile AssetDatabase](https://assetstore.unity.com/packages/slug/270771)

Imagine Unity's AssetDatabase were self-explanatory, enjoyable to use, consistent in design and behaviour, well documented, prevents disasters, and results in concise code.

### Bam, here it is! :)

Click the image to watch the video:

[![Watch Intro](https://img.youtube.com/vi/kJn9ncvGdac/0.jpg)](https://www.youtube.com/watch?v=kJn9ncvGdac)

## [Get it on the Asset Store](https://assetstore.unity.com/packages/slug/270771)
Expand Down Expand Up @@ -82,7 +84,7 @@ Complete:
You'll also find Cache Server, Version Control, etc. in well-defined, logical places.

Error Handling:
- `var msg = Asset.GetLastErrorMessage();` // A file operation failed? Check the error string
- `var msg = Asset.GetLastErrorMessage();`

Exceptions are also thrown for malformed input to make the API more resilient and reliable, rather than calls silently failing or printing unhelpful console logs.

Expand Down

0 comments on commit 66e4426

Please sign in to comment.