Search found 1 match
- Mon Jun 29, 2020 7:09 am
- Forum: Dialogue System for Unity
- Topic: ERROR:ArgumentOutOfRangeException: Argument is out of range.
- Replies: 5
- Views: 1753
Re: ERROR:ArgumentOutOfRangeException: Argument is out of range.
The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method. Indexing an empty list will always throw an exception. Use a method like Add to append the item to the end of the list, or Insert to place the item in the middle of t...