Davaaron
Davaaron
CC#
Created by Davaaron on 9/19/2024 in #help
Unity - Reusable components, how?
So many options 😄 thanks!
7 replies
CC#
Created by Davaaron on 9/19/2024 in #help
Unity - Reusable components, how?
Thanks for your quick answer! 🙂 Then I have two "prefabs" so to say, the original raw (from blender) and the unity one, right? If so, I can delete the original from my project
7 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
Well i think so
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
thats maybe why i have that weird project setup, im going crazy 😄
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
gotta admit the hardest part is finding the information on internet. but im suprised about the features
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
yea i just know people hate it.. but privately i try to use it a little bit to get a little familiar with it because i dont have that automation level at home 😄
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
i tried different stuff already but exec seems to be reliable in what i want 😄
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
Yea im new to MSBuild although ive been working with C# for years 😄
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
so simply adding a exec tag and then running dotnet build -c $(Configuration)...?
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
oh thats a good idea
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
and when i migrate to azure devops, i still can call the script in the pipeline when needed
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
i think i will stick to the script
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
yea exactly
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
maybe it's just a bad project design?
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
Maybe its easier this way? 😄 sorry for the confusion
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
Project A creates javascript and python files Project B is a console project which is a CLI tool, so you can call project A by using the command line tool accepting parameters which are passed along Project B uses the files that are generated by Project A
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
the special thing though is that the code is auto-generated and not C# code. It's included at runtime
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
Well yea i do some kind of non-standard stuff. The project A is my core project which needs to be built first. Then project B, which is a console wrapper for project B, is running. So if B is built before A, it still uses the old code
40 replies
CC#
Created by Davaaron on 9/12/2024 in #help
Build order with dotnet build ...?
Well i think i can somehow exclude it there again
40 replies