#Both Unity and Rider complain that their compilers can't resolve Baker<T>
1 messages · Page 1 of 1 (latest)
Tried:
git clean -diX; project library reset- Regenerated .sln and .csproj files
Within Rider, it suggests that Unity.Entities is not being used.
first question, is this an error in unity
yes
then it's nothing to do with rider
you probably haven't added an assembly definition
or you're using a really old version of entities
Understood, that's a relief.