We had been using XSCT to generate our projects for Vitis 2022.2 in an effort of simplifying the sharing of resources via git, however in upgrading to 2023.2, we are seeing that XSCT appears to only be compatible with generating projects for "Vitis Classic" despite being a tool tied directly into the Vitis Unified 2023.2 installation package. I'm curious if there is a good way to generate the projects appropriately to be used in opened in Vitis Unified instead of having to go through the process of [1] generate project, [2] open Vitis Unified, [3] start a new project in a new workspace, [4] import all generated products from #1 and continue development. It would be nice to just open the generated folder in the same we we used to in Vitis 2022.2.
For some context, we are utilizing the XSCT "platform create" and "app create" commands along with some bsp/app configurations before eventually doing a "sysproj build" so if there are some new commands that work better or maybe some additional flag options we need to use, it would be helpful to know! Or, perhaps there is an entirely new approach other than XSCT that we should be porting over to.