Unity-Technologies/EntityComponentSystemSamples

Error while automatic API upgrade

GazziFX opened this issue · 1 comments

Assets\Advanced\Boids\Scripts\BoidSystem.cs(45,29): error CS0246: The type or namespace name 'IJobNativeMultiHashMapMergedSharedKeyIndices' could not be found (are you missing a using directive or an assembly reference?)

Details about used packages and updated code: GazziFX@b401457

It looks like you have updated the packages without updating the samples themselves, as a result you are missing this file in your fork:
https://github.com/Unity-Technologies/EntityComponentSystemSamples/blob/master/ECSSamples/Assets/Advanced/Boids/Scripts/MergeSharedKeyIndicesJob.cs