René

Results 3 comments of René

> > > What does this mean for maintenance? Will you be bringing on more maintainers (either internally or externally)? Important question. Many in the community already own it and...

The only option you have is to substitue/mock the logic. `Random` (https://github.com/Unity-Technologies/UnityCsReference/blob/61f92bd79ae862c4465d35270f9d1d57befd1761/Runtime/Export/Random/Random.bindings.cs) is part of the Untiy C++ Engine and can't be accesses outside of it. To see which parts...

I would not try to mock View Systems. This is not simulation/game logic code and therefore it's imo not necessary to test it outside of unity. I would write tests...