Closed galathil closed 1 year ago
I try with the mod example, same things occurs : https://github.com/Valheim-Modding/JotunnModExample/tree/master/JotunnUnityExample
In the mod example, we should used DLL from the game directory and not the ripped project.
It's the Unity Collaborate package that causes issues with the asset bundle build process for some reason. It can be removed in the package manager as it's not needed for anything.
I will update the two projects by removing the unnecessary package later.
It works, thank you !
This is now fixed in e40af72, the packages manifest were actually excluded by the outer Nuget ignore.
Hello,
I try to open the Unity Project without success. And The AssetBundle refuse compile build (errors in the editor) :
I try with two tutorials : https://github.com/Valheim-Modding/JotunnModStub (Developing Assets with Unity section) https://valheim-modding.github.io/Jotunn/tutorials/asset-creation.html (mod stub section)
What does it wrong? I don't have the problem when i create an empty project in unity 2020.3.33f1