TheKiwiCoder

Results 6 comments of TheKiwiCoder

I tried it out today, looks great. Currently our team is using Visual assist but this might be a reason to switch. The alternative is developing a doctest plugin directly...

C++17, looks like it's pulling that definition from here: C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stddef.h

I would love VS2019 support also

I'm getting the same issue but weirdly only in my second virtual player when using the MPPM package. Didn't manage to narrow down what was causing it, but I did...

Context.cs is not modifiable because it's part of the package. I could provide a hook to the game to create a UserContextObject and store that on the main Context.

Could you describe the context you need this for? Just trying to work out if you want to share blackboard key values between multiple agents at runtime for communication, or...