Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IJobNativeMultiHashMapMergedSharedKeyIndices deprecated #1

Open
ArthurvS opened this issue Apr 25, 2022 · 2 comments
Open

IJobNativeMultiHashMapMergedSharedKeyIndices deprecated #1

ArthurvS opened this issue Apr 25, 2022 · 2 comments

Comments

@ArthurvS
Copy link

Hi BadgraphixD,

First and formost, thnx for this amazing project! It runs extremly well and the code is very clear and easy to adjust.
I just struggle with a minor problem, in de last two years ECS has made some amazing steps and I am trying to change to code to work with a newer version, especially because a lot of features from HDRP and URP work in the newer version.
But the following function has been removed from Jobs and I can not figureout how to replace it:

IJobNativeMultiHashMapMergedSharedKeyIndices

Could you maybe be of help with updating this project to a newer version of DOTS since it would be of a lot of help for probably more people than just me

@BadGraphixD
Copy link
Owner

Hi ArthurvS,
I've tried to find a solution to your problem, specifically a replacement for IJobNativeMultiHashMapMergedSharedKeyIndices, but I haven't been able to rewrite that section of the code yet. I haven't used Unity and specifically DOTS in over a year now, so I'm not really up to date with the newer versions. I found this thread, which might help you. From what I understand, it's possible to use the old implementation from before IJobNativeMultiHashMapMergedSharedKeyIndices was removed and implement it yourself. But I haven't had the time to try that out so far.
Hope this helps!

@ArthurvS
Copy link
Author

Hi BadgraphixD,

Thank you for giving it a try! I'll have a look at the thread you have send and make a pull request if i can get it to work in a newer version of DOTS. Again a lot of thanks for making this project and for helping me find a solution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants