View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002041 | NoesisGUI | Unity | public | 2021-06-04 16:48 | 2021-06-09 19:17 |
| Reporter | sfernandez | Assigned To | sfernandez | ||
| Priority | normal | Severity | feature | ||
| Status | assigned | Resolution | open | ||
| Product Version | 3.0.12 | ||||
| Target Version | 3.1 | ||||
| Summary | 0002041: Create Blend project from existing Unity project | ||||
| Description | Add a menu entry in our Noesis menu to generate a Blend project from an existing Unity project. Similar to Visual Studio project template this option should:
| ||||
| Platform | Any | ||||
|
This should be a new .NET Standard SDK project, not one of the old ones. Those are awkward. It might also be beneficial to create a Directory.Build.props file at the project root so the bin and obj folders can be moved properly into the Blend directory. A .NET Standard project can then be as simple as: <?xml version="1.0" encoding="utf-8"?> <PropertyGroup> <ItemGroup> <ItemGroup> <ItemGroup> <ItemGroup> <ItemGroup> </Project> Maybe also include font and image files or such. |
|
|
Thank you for this, let's see if we can have something ready for 3.1, will Blend open this new .NET Standard SDK project ? |
|
|
Blend for Visual Studio does yes :) I can even edit the project file in there. |
|
|
Also here's my Directory.Build.props at the project root: (This makes sure the obj and bin folders are properly moved. BaseIntermediateOutputPath cannot be set in the project itself since NuGet and other stuff needs to know about that before reading the project file property group, so those things end up in the right place. - Well it CAN be set but VS will throw a warning for that reason) <Project> I also found a way to have the blend projects themselves in the Blend folder, since you can also automatically link files and even give them the proper base path, which works fine. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-06-04 16:48 | sfernandez | New Issue | |
| 2021-06-04 16:48 | sfernandez | Assigned To | => sfernandez |
| 2021-06-04 16:48 | sfernandez | Status | new => assigned |
| 2021-06-04 16:48 | sfernandez | Target Version | => 3.1 |
| 2021-06-09 01:13 | KeldorKatarn | Note Added: 0007287 | |
| 2021-06-09 01:19 | KeldorKatarn | Note Edited: 0007287 | |
| 2021-06-09 01:20 | KeldorKatarn | Note Edited: 0007287 | |
| 2021-06-09 14:32 | jsantos | Note Added: 0007288 | |
| 2021-06-09 19:08 | KeldorKatarn | Note Added: 0007289 | |
| 2021-06-09 19:11 | KeldorKatarn | Note Edited: 0007289 | |
| 2021-06-09 19:15 | KeldorKatarn | Note Added: 0007290 | |
| 2021-06-09 19:15 | KeldorKatarn | Note Edited: 0007290 | |
| 2021-06-09 19:17 | KeldorKatarn | Note Edited: 0007290 | |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |