Jeff Shepler
Jeff Shepler
I know this is an old post, but nobody has yet to comment... I'm thinking maybe they're confused by what you're asking, given your example. I believe you're asking for...
the multipliers are not additive, 2.9 x 6.0 = 17.4
@ManlyMarco I know this is old, sorry to necro. I'm curious if this lack of horizontal scrolling is something inherent in older versions of unity or if there is some...
@ManlyMarco > It might be possible to fix by patching the imgui assembly. Good call, I traced it down to UnityEngine.TextEditor.UpdateScrollOffset(), at the end it sets m_RevealCursor to false for...
Looking at the code, it only adjusts the offset when mRevealCursor is true, which makes sense. I don't know why it gets set to false at the end - doing...
Found something else. In the setter for the position property, it resets scrollOffset to zero to "force its recomputation", but the logic in UpdateScrollOffset depends on the current scrollOffset to...
Thought you were trolling me with those games, until I found you made some mods for them. Can't find where to get it, but steam has the "party" version for...
The reference assemblies only go back to 2017.1, https://github.com/Unity-Technologies/UnityCsReference/blob/2017.1/Runtime/IMGUI/Managed/TextEditor.cs ~~And they don't have the ... sub-build versions? (not sure what they're called) e.g. there is 2019.4 instead of 2019.4.9 or...
wrong repo, this one doesn't have the town. you probably want https://github.com/CameronGott/progress-knight
Note the part "or one of its dependencies". Newtonsoft.Json has a dependency chain that works just fine from .net's GAC, but not for Unity games since Unity uses Mono, which...