RadicalCSG / Chisel.Prototype

Work in progress prototype for the Chisel Level Editor, for Unity
MIT License
465 stars 34 forks source link

Update ChiselMemory.cs #328

Closed FV7VR157 closed 5 days ago

FV7VR157 commented 2 years ago

Removes CS0117 error in Unity 2021.2.0b7 " 'AllocatorManager.AllocatorHandle' does not contain a definition for 'Index' " Not sure if it breaks anything in the process yet, I have no idea what I'm doing

LogicalError commented 2 years ago

image

Thanks! I'm not sure what happened, I think it's package manifest bullshit again .. but I suspect you're using an older package locally than I am, because when I look at the code for AllocatorHandle, then "Value" is read-only

I've updated the repository, making sure that all references to collections are set to the right package version, hopefully this will fix that for you. But this PR would break the project when using the newer collections package

LogicalError commented 5 days ago

Closing PR since it's outdated