Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Issue upgrading project from netcode .2 to .3

Discussion in 'NetCode for ECS' started by RyancHaynes, Aug 26, 2020.

  1. RyancHaynes

    RyancHaynes

    Joined:
    Dec 8, 2018
    Posts:
    11
    I'm getting some strange errors and i really don't know what to make of them. I've tried to remove and add the package again and re import all but to no avail. Has anyone else had this same problem upgrading to .3 ?

    Errors in editor

    (0,0): error error DC3002: Unity.NetCode.RpcCommandRequestSystem`2/SendRpc: generic jobs cannot have their reflection data auto-registered - you must use the assembly-level RegisterGenericJobType attribute to specify which instantiations you need


    (0,0): error error DC3002: Unity.NetCode.CommandReceiveSystem`1/ReceiveJob: generic jobs cannot have their reflection data auto-registered - you must use the assembly-level RegisterGenericJobType attribute to specify which instantiations you need
    X2


    (0,0): error error DC3002: Unity.NetCode.RpcCommandRequestSystem`2/SendRpc: generic jobs cannot have their reflection data auto-registered - you must use the assembly-level RegisterGenericJobType attribute to specify which instantiations you need
    X2


    (0,0): error error DC3002: Unity.NetCode.CommandSendSystem`1/CommandSendJob: generic jobs cannot have their reflection data auto-registered - you must use the assembly-level RegisterGenericJobType attribute to specify which instantiations you need


    (0,0): error error DC3002: Unity.NetCode.CommandReceiveSystem`1/ReceiveJob: generic jobs cannot have their reflection data auto-registered - you must use the assembly-level RegisterGenericJobType attribute to specify which instantiations you need

    When I went into the code and check to see if there was a diff between the .3 code there was no diff. So I really think it got updated. What I'm wondering is if it's dependencies did too (transport maybe).

    Edit just checked my transport and it should support .3
     
    Last edited: Aug 26, 2020
  2. RyancHaynes

    RyancHaynes

    Joined:
    Dec 8, 2018
    Posts:
    11
    Figured it out based on the release post... There's no support for 2020.2 yet hence the bugs