unity-builder icon indicating copy to clipboard operation
unity-builder copied to clipboard

Adding Behaviour package breaks IL2CPP-Windows builds

Open phantaaa opened this issue 7 months ago • 0 comments

Bug description

Spent last 2 days trying to figure out which of the packages is causing the build on CI to fail, im targeting StandaloneWindows64 with IL2CPP. Turns out it's Unity's Behaviour package, oddly enough there is no problem when im trying to build it locally. In the logs just before the builds fail there is a message Native extension for WindowsStandalone target not found.

Versions: Unity: 6000.0.47f
Behaviour: 1.0.9
GameCI: 4.4.0

How to reproduce

  • Initialize a project
  • Add Behaviour package from Package Manager

Additional details

Reproduction repo: https://github.com/phantaaa/unity-ci-bug-reproduction/actions

phantaaa avatar Apr 23 '25 17:04 phantaaa