I was wondering if there is way to get 64-bit co-ordinates working with unity's rendering systems as currently all the components are defined using floats.
Also what are the implications of using doubles when using the BURST compiler and Unity's math library in terms of deterministic calculations?
Does anyone have any experience around this, any suggestions?
(This is just for prototyping not an actual game idea btw)