Greetings and thanks for using Roman numerals.
contact : me@julien-foucher.com

Roman numerals on the Unity asset store.

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
HOW TO USE ROMAN NUMERALS :
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

To convert integer to roman, use RomanNumerals.toRoman(int value).
The value in parameter must be > 0 and < 4999. Over 4999, the characters does not exist so the value returned will not be accurate.

To convert roman to integer, use RomanNumerals.toInt(string value).
The value in parameter must be a valid roman number between 1 and 4999.

To check if a roman number is valid, use RomanNumerals.isValidRomanNumber(string value)

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

If you have any questions, if you want a new feature or if you found a bug, please send me a message.
If you have a bug report, please explain what you want to achieve, what your problem is and how to reproduce the bug.