Reply To: [BUG] Canvas doesn't refresh after compile for BlackBoardOnly attribute

Forums › 💬 NodeCanvas › ⚙️ Support › [BUG] Canvas doesn't refresh after compile for BlackBoardOnly attribute › Reply To: [BUG] Canvas doesn't refresh after compile for BlackBoardOnly attribute

#16370
guyboots_thunderbro
Participant

    I’ve had this problem too.

    I think it happens if you write something like

    public BBParameter<float> foo;,

    let unity compile, open up that action, then realize that your parameter should be BB only so you modify it to look like this:

    [BlackboardOnly] public BBParameter<float> foo;