FlowCanvas Forums › Support › Bug with Blackboards › Reply To: Bug with Blackboards
Hello,
This is indeed the case and a known thing, albeit not really a bug. The reason is that the object field there is an interface (IBlackboard), but Unity ObjectField inspector does not really support interfaces 🙁 This is why Unity does recognize other blackboards that do exist in the scene (even though of course all blackboards implement IBlackboard).
Until Unity fixes that, the only real way now is to:
I could probably make the field an “Object” type to avoid this hassle, even though it’s not really correct and I’d much prefer if Unity simply supported interfaces for Object Fields inspectors like this :-/
Let me know if the workaround works for you.
Thank you!