-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BlackboardEntry references are gone after adding an entry to Blackboard #15
Comments
Additional Info: If you do that again and again after you've added 2-3 more entries to Blackboard, all references are gone. I only have a few nodes but it's a lot of work to wire them all again. I happened to me with v1.0.5, too. |
One more: When you add one in global Blackbaord, all references in all Graph assets are gone. :-/ |
I'm having trouble reproducing this issue. In the video linked, it looks like you're referencing some Blackboard variables that are not included in the local Blackboard ($AttackDistance for example). Are they global Blackboard variables? Dynamic variables? I'd hazard a guess that it's related to the typechecking code that's run when new entries are created. |
Hi @acdamiani, yes I have local and global Blackboard variables. I'm not sure if I'm using dynamic variables. |
Glad you had a backup! Yes, this almost definitely a Global blackboard issue; I'll fix it ASAP. |
Hi @acdamiani Do you have any updates on this issue? It's currently blocking me. I can temporarily work without using the BlackBoard, but I'd really like to use it. 😄 Thanks in advance. I hope you're doing well and not too stressed right now. |
Sorry about that! I've been busy recently and have not had much time to work on this project. This issue turned out to be a simple fix though--see #20. |
I could test it today and it works. Finally I can go on with may AI. Thank you very much. :) |
When to remove an entry from the Blackboard, some references on Nodes are gone.
How to reproduce:
Then some (not all) references from nodes and conditionals are gone.
Have a look at the video:
https://github.com/acdamiani/schema/assets/20422129/dc7782b0-79c2-469c-b817-1a0d93ce38ec
The text was updated successfully, but these errors were encountered: