UnityBehaviourTreeEditor icon indicating copy to clipboard operation
UnityBehaviourTreeEditor copied to clipboard

Context.cs is not modifiable

Open LarssonSv opened this issue 2 years ago • 2 comments

Hey! Love the package, one major issue atleast when using the package as well a package. Is that is not possible to modify context.cs

Which is quite important. I will se if I contribute myself ofc. :)

LarssonSv avatar Aug 31 '23 22:08 LarssonSv

Hi, did you find a way to do so ?

Something really weird happened with me, i was able to edit the context but it wouldn't recognize any classes outside the package. Then i switched machines the next day and now the file is 'locked' and the reference is gone

Qriscuit avatar Oct 03 '23 06:10 Qriscuit

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.

thekiwicoder0 avatar Jul 27 '24 06:07 thekiwicoder0