Johannes Häggqvist
Johannes Häggqvist
Seems like `Screen.height` and `Screen.width` should switch places in your `SetRect` call. You may also want to add a `SetOrthographic` call depending on your camera settings. Also, I don't think...
I don't know if OP ever solved their problem, but for anyone else stumbling upon this thread looking for an answer, here's what's going wrong. The problem is that when...
Yes! Every time I reach for the `deprecated` attribute, I find that something like this is what I actually need, since I must keep backwards compatibility. I usually end up...
I felt inspired, and made an attempt at an implementation. PR here: https://github.com/google/flatbuffers/pull/8192
@dbaileychess Not sure what the proper etiquette is here, so apologies if tagging you like this is out of line, but I'd love to get this PR reviewed.