Zfx
Zfx
CC#
Created by Zfx on 12/19/2022 in #help
❔ Out of bound error
I get this error : ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index System.Collections.Generic.List`1[T].get_Item (System.Int32 index) (at <f3aec01a34d14c7080754e28743c8472>:0) Tore.GénérerBordures () (at Assets/Scripts/Tore.cs:82) Tore.Awake () (at Assets/Scripts/Tore.cs:40) and I don't really understand why it does that ngl. Here's the code for the 'tore' class (which basically creates a torus)
51 replies
CC#
Created by Zfx on 11/16/2022 in #help
Rewriting for my Dijkstra algorithm
Hey guys, I'm currently trying to make a dijkstra algortithm (Which is basically a basic pathfinding algorithm) and I keep getting this type of error : I don't really know what to do to fix it...
48 replies