0
Not a bug

Cadlink building problem

zhou zhou 3 years ago in CADLink updated by Support 3 years ago 1

Hi,

 Game4automation  2019.08,Unity 2019.4.12f1  . Some cadlink errors when building .

Image 271


Image 273

 

Answer

+1
Answer
Not a bug

First picture shows that your project was still importing something and not ready to build. 

I am able to build this scene based on the current release.

You need to make sure that cadimport is not part of your build because it is an editor only function and uses editor classes.

Usually it is done by excluding cadimport in the dll settings. This should be the case in your project. Maybe you referenced cadimport.dll somewhere in your scripts and this is why the build is not running. Please check what you added or changed in difference to the current release.

+1
Answer
Not a bug

First picture shows that your project was still importing something and not ready to build. 

I am able to build this scene based on the current release.

You need to make sure that cadimport is not part of your build because it is an editor only function and uses editor classes.

Usually it is done by excluding cadimport in the dll settings. This should be the case in your project. Maybe you referenced cadimport.dll somewhere in your scripts and this is why the build is not running. Please check what you added or changed in difference to the current release.