Reply To: Duplicate GlobalBlackboard warnings when using GBBs as prefabs

Forums 💬 NodeCanvas ⚙️ Support Duplicate GlobalBlackboard warnings when using GBBs as prefabs Reply To: Duplicate GlobalBlackboard warnings when using GBBs as prefabs

#17795
Gavalakis
Keymaster

    Hey,

    I’ve recently been reported this problem by someone else too 🙂
    I fixed this by adding this piece of code at the start of both OnEnable and OnValidate methods of GlobalBlackboard.cs:

    This is very similar to what you have done of course 🙂