John Miller

Results 16 comments of John Miller
trafficstars

I would love to see the code listing more "gist" like - with syntax highlighting.

Thanks for the response! What’s the significance of 100?

@brycesub Thanks for the link! It is helpful! What I don't understand is exactly how it's used here. I don't see any clamping on the output of the PID or...

I _think_ I've figured it out now. It's clearer now how to correctly time-proportion the PID output to something that can be used to determine the on/off signals to the...

@obiben Now that's a mod! Did you talk about what you've done to the Silvia? Thanks for sharing!

Yes! I've started a PR to include all of this project into the Visual Studio Tools for Unity. That will include VS 2022 support and no longer require installing this...

Working on getting it into VS 2022 as part of the Game development with Unity workload in the VS Installer ![image](https://user-images.githubusercontent.com/1501196/157719648-1789ef57-4461-4cb3-8086-88e5c959e25e.png) You likely already have this installed if you are...

@Depechie, I've hacked together a way to support grouping. It's looking like a bad idea. Take a peek: https://github.com/therealjohn/IncrementalListView/blob/feature-grouping/Source/IncrementalListView/IncrementalListView.FormsPlugin/IncrementalListView.cs#L61-L91 I don't like that I have to find nested indexes. For...

It is certainly broken with `IsGroupingEnabled` and using a collection structure similar to my samples in that branch. The code to find an item by index will always fail because...

I've started a PR to include these features in Visual Studio Tools for Unity and this extension won't be required to install anymore. That will include a fix for this...