Hi,
On a fresh Unity 6000.0.23f1 project, from the URP template, the Behavior Graph window looks like this:
And I have this warning 9 times in the console:
Invalid value for font MissingAssetReference
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
The company I work for blocks internet access to all computer. On an other personnal computer which do have internet access, I don’t have this issue…
I have imported all requiered dependencies and don’t have any script error. Playing the two samples in editor works well.
Any idea on why the window is broken on the offline computer? (We don’t need any Muse things)
Hi @Pitou22 ,
I’m not sure but it seems like the styles are missing. I wonder if AppUI depends on the connection to download some UI styles and can’t get them
. I’ve started an investigation, hopefully we can solve it for you!
Thank you for your reactivity!
After copying the full working project from the online computer to the offline computer, moving folders “com.unity.behavior” and “com.unity.dt.app-ui” out of the library cache to the local package folder, it works on the offline computer! It still works after deleting the Library folder and reimporting everything 
I think I got some resources corrupted in the “com.unity.dt.app-ui” package the first time I transfered it to the offline computer, but not exactly sure what happened… Lost more than 2 hours on this 
1 Like
Oh that’s odd, but I’m glad it works! Sorry for the time loss 
1 Like