Im in a BP only project so no visual studio for me, just playing lego here !
however I managed to package my game with blueprint assist no issue until last night..
I just tested a newly created project, I packaged it easy, then just added blueprint assist plugin to the blank project and it cant package anymore.. same message as previously
Yes, after trying in a BP only project I had another error. It seems there is a problem when including the Asset Search plugin as an optional dependency.
Can you try enabling the Asset Search plugin and see if this fixes the problem?
EDIT: Somehow after creating a fresh project and trying to build again without the Asset Search plugin I didnāt have an error, need to do some more testing.
Also you can safely disable the Asset Search plugin again. But when you disable it, Blueprint Assist will also be disabled, then you need to re-enable Blueprint Assist.
@QCyapudetofu16 I tried replicating this on a fresh windows 11 install, UE5.7.
Firstly it wouldnāt let me package at all without the WIndows SDK. I had to install at a minimum the Game Development with C++ component from Visual Studio.
Iām trying to decide which āopen assetā tool Iām gonna use. The standard one that opens with Ctrl+P or the one from Blueprint Assist with Ctrl+`.
What positives / negatives does the one from Blueprint Assist have in comparison to the default open asset window?
Positive:
Folder tree view
Saves the search session. So basically when you reopen it, it will have the state as you closed it the last time
Negative:
No asset thumbnail or missing option to set the view type to List, Grid, Column
Iām not sure if the search from the engine uses the search plugin, so that might be a positive for Blueprint Assist too.
Hi @Sodrek, yes that is accurate. Iāll add asset type icons in the next update.
Right now adding the List, Grid, Column feature into this menu would require a major redesign.
For now Iād suggest using the regular search menu or the content browser if you want to view thumbnails.
Perhaps in the future I may add some simple method to preview a large thumbnail.
The default Ctrl+P menu does not use the search plugin. The search plugin tab (which I based the BA search menu off) is also missing the List, Grid, Column feature.
Formatting works great, except that when I drag off a pin and type in a new node, it automatically formats after the node is placed. I donāt want that to happen, how do I stop that?