17-07-2024, 07:43 AM
(This post was last modified: 17-07-2024, 07:45 AM by josemendez.)
(16-07-2024, 08:21 PM)Barliesque Wrote: After thinking something was still wrong with package installation, and wasting more time on that, I found a post on this forum from over a year ago which pointed out that there's a typo on that line. `length` needs to change to `Length` It would be good if you would apply that fix to the download package.
Hi!
Length or length are used depending on the version of the Collections package you install. This kind of small changes are usually handled by Unity's auto API updater, however this one isn't in Unity 2020 and 2021. We were working on an update that used conditional compilation to change the code depending on which version you used, but seems we're somewhat late as they have fixed it in 2022.3 and up and should now be an automatically upgradable change.
Next best thing we could do is to add this to our troubleshooting guide:
http://obi.virtualmethodstudio.com/manua...oting.html
kind regards,