com.unity.netcode.gameobjects icon indicating copy to clipboard operation
com.unity.netcode.gameobjects copied to clipboard

Make XXHash NOT internal

Open Marc477 opened this issue 3 years ago • 1 comments

Since its a static class without any Netcode dependencies, i really see no reason to make this class Internal. I would like to do some custom hashing in my own scripts, but i can't access this class because it's internal (why?).

This is probably the simplest fix ever, you just need to remove one word : internal.

Thank you.

Marc477 avatar Sep 14 '22 01:09 Marc477

That would be really cool.

I also in some projects need the XXHash class to make my owns..

NaolShow avatar Dec 04 '22 08:12 NaolShow