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

Please include this PR in NGO v2.x: “perf: reduce network behavior ILP type resolution time #3227”

Open housei opened this issue 2 weeks ago • 0 comments

Please include this PR in NGO v2.x: “perf: reduce network behavior ILP type resolution time #3227”

Is your feature request related to a problem? Please describe.

In NGO v2.x, the resolution time for Network Behaviour ILP types can become a performance bottleneck during runtime. Currently, the PR #3227 – “perf: reduce network behavior ILP type resolution time” has been merged only into the NGO v1.x, leaving v2.x users unable to benefit from this important optimization.

As a result, projects relying on the v2.x line continue to experience unnecessary overhead.

Describe the solution you'd like

It would be highly appreciated if the changes from PR #3227 could be backported to the NGO v2.x branch.

Describe alternatives you've considered

  • Applying a local patch based on the PR was considered, but it would lead to maintenance difficulties and potential inconsistencies with future updates.

Additional context

  • Relevant PR: https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/pull/3227
  • mprovements in ILP type resolution speed are especially beneficial for large-scale projects.
  • This optimization is required in production environments, making its inclusion in v2.x highly desirable.

housei avatar Dec 04 '25 11:12 housei