Benjamin Thomas Blodgett
Benjamin Thomas Blodgett
I suggest that when implementing instances: - Sledge should have the option to collapse instances as a precompiler operation. I know atleast for the Portal 2 compilers, compiling a map...
ref?
> There's an intentional blue particle at the top of the elevator, which is in P1 too - it's like a tractor beam moving the lift. Is that what you're...
I've had this issue with a few of my subsystems. It happens when I have arrays or dictionaries with data in them. Sometimes even with a small list (fewer than...
No, instead I just read the text value in and used that. ``` public class Token { public string IncludeInFlex { get; set; } public string Name { get; set;...
Personally, I'd like to see where they are even in unmapped territory
@ElgSoft Can you review this?
@ElgSoft These are good changes. You should be able to accept them and the plugin would still be backwards compatible. You can even remove the plugin engine version and it...
Thank you for the report! I've confirmed this is indeed not working correctly.
## Bad news This is caused by the unfortunate fact that Blueprint Struct properties aren't named the same as their DisplayNames. `ObjectiveName` is that struct property's display name. ## Good...