Note in the latest update, we added constants for rad2deg and deg2rad to help with conversiuon instruction creation.
Many of those errors are not fatal, just old code bloat that is throwing warnings, however this one is concerning:
ArgumentException: Partial byte sequence encountered in the input.
Parameter name: string
at (wrapper managed-to-native)
...
Assets.Scripts.Networking.NetworkManager:FetchPublicIp()
Assets.Scripts.Networking.NetworkManager:Init(TransportType)
Assets.Scripts.GameManager:Awake()
This error indicates your computer is trying to host a multiplayer game, but failing because the response from your computers network device is truncated. That means, the game asked your network device what your IP is, and halfway through it's reply, it stopped talking.