Quantcast
Channel: Unity Forum
Viewing all articles
Browse latest Browse all 1466670

Compilation of Issues with 0.50

$
0
0
Just spent 8 hours upgrading personal libraries and work project (still in progress) and going to publicly document issues here to save you all the effort

1. EntityQuery.GetSingleton<T> is busted

Sometimes returns wrong value (not always not sure what repo is.)

Code (CSharp):
  1. _query = GetEntityQuery(ComponentType.ReadOnly<LocalPlayer>(), ComponentType.ReadOnly<Translation>());
  2. var translation = _query.GetSingleton<Translation>();
To
Code (CSharp):
  1. var translation =...
Compilation of Issues with 0.50

Viewing all articles
Browse latest Browse all 1466670

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>