Unity-Technologies / Unity-Technologies/com.unity.netcode.gameobjects
Make XXHash NOT internal
未关闭
还没有人认领这个 Issue。
Tracking
type:feature
- 主要语言
- C#
- 星标
- 2.3k
- 派生
- 461
- 平均合并
- 3 天 16 小时
- 30 天内合并 PR
- 20
描述
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.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
在仓库中搜索静态类 XXHash 的声明,并检查其当前的访问修饰符。进行所请求的可见性更改,然后验证自定义外部脚本可以在不依赖 Netcode 的情况下访问 XXHash。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp
- 领域
- networking
- Issue 类型
- 功能
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 58/100