Page 1 of 1

What did I do wrong?

Posted: Fri May 20, 2022 3:32 pm
by Lywzc
I tried to compile the source code myself and when I ran the game, below happened
2.jpg
2.jpg (268.41 KiB) Viewed 590 times
I deleted the Unity folder in the Users and reinstalled Daggerfall but no luck. The precompiled version works as expected though.
What did I do wrong? Do I have to change some settings when compiling?

Re: What did I do wrong?

Posted: Fri May 20, 2022 4:23 pm
by BadLuckBurt
Lywzc wrote: Fri May 20, 2022 3:32 pm What did I do wrong? Do I have to change some settings when compiling?
You did nothing wrong. Unity is a bit weird when it comes to including Addressables. This post should help you get sorted: viewtopic.php?p=59107#p59107

Re: What did I do wrong?

Posted: Fri May 20, 2022 5:16 pm
by Lywzc
BadLuckBurt wrote: Fri May 20, 2022 4:23 pm
Lywzc wrote: Fri May 20, 2022 3:32 pm What did I do wrong? Do I have to change some settings when compiling?
You did nothing wrong. Unity is a bit weird when it comes to including Addressables. This post should help you get sorted: viewtopic.php?p=59107#p59107
It works! Thanks again for help.