C# version

Discuss modding questions and implementation details.
Post Reply
l3lessed
Posts: 1399
Joined: Mon Aug 12, 2019 4:32 pm
Contact:

C# version

Post by l3lessed »

I was working on modding, and I accidently did something, I don't know what, and now I no longer have the daggerfall tools menu option in unity.

Anyone have an idea about this? I can't any options to enable it again, and when I check my github, I can't see any committed changes that should of removed it.


Tracked it down. Some how screwed the projects library files, which wasn't loading all the project scripts, including the mod compilers. Just copied over the base into my directory and seems to be fixed now.

Next Issue, can I upgrade the project to c# version 7? If so how, because every time I try to compile, the compiler seems to kick the project back to c# version 4.
Last edited by l3lessed on Wed May 20, 2020 9:52 pm, edited 1 time in total.
My Daggerfall Mod Github: l3lessed DFU Mod Github

My Beth Mods: l3lessed Nexus Page

Daggerfall Unity mods: Combat Overhaul Mod

Enjoy the free work I'm doing? Consider lending your support.

User avatar
BadLuckBurt
Posts: 948
Joined: Sun Nov 05, 2017 8:30 pm

Re: Lost Tools

Post by BadLuckBurt »

Check the Unity Console, there's probably a compiling error or something. The DF Tools won't appear until the error is resolved.
DFU on UESP: https://en.uesp.net/w/index.php?title=T ... fall_Unity
DFU Nexus Mods: https://www.nexusmods.com/daggerfallunity
My github repositories with mostly DFU related stuff: https://github.com/BadLuckBurt

.

l3lessed
Posts: 1399
Joined: Mon Aug 12, 2019 4:32 pm
Contact:

Re: C# version

Post by l3lessed »

Thanks got it.

Can you assist with the c# version issue? Are we locked into c# version 4 with this unity build?
My Daggerfall Mod Github: l3lessed DFU Mod Github

My Beth Mods: l3lessed Nexus Page

Daggerfall Unity mods: Combat Overhaul Mod

Enjoy the free work I'm doing? Consider lending your support.

User avatar
pango
Posts: 3347
Joined: Wed Jul 18, 2018 6:14 pm
Location: France
Contact:

Re: C# version

Post by pango »

Probably when DFU switches to Unity 2019.4: viewtopic.php?f=23&t=3218
Mastodon: @pango@fosstodon.org
When a measure becomes a target, it ceases to be a good measure.
-- Charles Goodhart

l3lessed
Posts: 1399
Joined: Mon Aug 12, 2019 4:32 pm
Contact:

Re: C# version

Post by l3lessed »

rgr. I just had to setup a more complicated code flow to get it to work in 4.0, since 4.0 doesn't allow local nesting of certain things.

thanks.
My Daggerfall Mod Github: l3lessed DFU Mod Github

My Beth Mods: l3lessed Nexus Page

Daggerfall Unity mods: Combat Overhaul Mod

Enjoy the free work I'm doing? Consider lending your support.

Post Reply