Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Burst not installed?
#5
(17-07-2024, 07:43 AM)josemendez Wrote: 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,

This project is in Unity 2022.3.20 -- maybe the API updater was fixed in a later iteration of 2022.3?  Or maybe it's not as "fixed" as Unity thought?  Yeah, I'd have thought conditional compilation would solve it, but probably not if this was fixed in 2022.3.24 -- I don't think those defines are as granular as that.  Might be good just to add a comment above that line right in the code.

By the way, I've been meaning to mention that the URL in the Getting Started PDF to take new users to the manual is broken.  Also, the FAQ on this forum has a broken link.
Reply


Messages In This Thread
Burst not installed? - by Barliesque - 16-07-2024, 01:16 AM
RE: Burst not installed? - by josemendez - 16-07-2024, 08:14 AM
RE: Burst not installed? - by Barliesque - 16-07-2024, 08:21 PM
RE: Burst not installed? - by josemendez - 17-07-2024, 07:43 AM
RE: Burst not installed? - by Barliesque - 17-07-2024, 08:28 PM
RE: Burst not installed? - by josemendez - 18-07-2024, 09:37 AM
RE: Burst not installed? - by Barliesque - 18-07-2024, 05:47 PM