Oliver

Results 7 issues of Oliver

I know this is really old and probably abandoned, but it's the only good one I've found. So when moving the camera on the newest version of unity you get...

Would be lovely to be able to also update circles, currently I have a location marker showing where the user is, and a circle around that which shows accuracy. But...

https://github.com/prime31/Nez/blob/0b59427e1005019ddb76e1be126d99413b9c1e0f/Nez.Portable/Assets/NezContentManager.cs#L29C1-L29C37 It seems like this was intended to be public, but it's not.

When using `Physics.OverlapRectangle()` it seems like the rect I give as an argument has to be twice the size of what it needs to be. I added a `Debug.DrawHollowRect` to...

While playing around with this plugin I found that this exception gets thrown when trying to use `irc.JoinChannel()` I passed in a string with a valid twitch channel name. ```...

I'm working on implementing custom collision behaviour for my game, and I wanted to try out the separating axis theorem, but that's not currently possible because the importer generates one...

I've got a Tiled map with a layer for collisions. These should be assigned to the Ground layer in Unity but although the tilemap becomes assigned to that layer, it's...