A downloadable asset pack
This is an easy to use dialogue system that extends upon the functionality of TextMeshPro. Simply import this package and you are good to go!
Features:
This package is free to use (donations appreciated) for both personal and commercial projects. I would love to feature your projects on this page if you use this package, so let me know!
Please report any bugs or if there are any extra features you would like to see.
Contact:
Status | Released |
Category | Assets |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | Evan Williams |
Tags | Animation,Asset Pack,dialogue,package,Unity |
Click download now to get access to the following files:
Log in with itch.io to leave a comment.
Great work , but i have 2 errors that prevents me to run the dialogue on my own scane
The first says ( error CS1525: Invalid expression term 'string' )
and the second is ( error CS1003: Syntax error, ',' expected )
i belive the second is because the first error , They both on the same file and both are about the code line in docs , Thanks.
This may be caused by invalid characters in the string you are passing in. The only thing I could imagine from that error is that one of your strings has a " in it, which is causing a sort of XSS issue. If this isn't the issue you can add me on Discord [evskii] and send me some screenshots so I can investigate further.