When i try to import a cad file from code i Got the error “This call doesn’t respect the term and conditions of the license.”
When I read the License after hours of googling (PiXYZ Software Terms & Conditions)
“PiXYZ for Unity will only be used to manually import 3D model files either from the graphical user interface of the Unity 3D editor or from a C# runtime import command if the PiXYZ for Unity plugin is embedded in a built application.”
I don´t get it?
My code is from a sample online from unity
public class Main : MonoBehaviour
{
public ImportSettings ImpSett;
public Text Starttext;
// Start is called before the first frame update
void Start()
{
import();
}
void import()
{
Importer importer = new Importer(@“D:\3641F082_bin.rvm”, ImpSett);
i’m also interested on that, but havent been able to find good plugins…
in asset store some are editor only, others windows desktop only, others too old or not supporting all features in files.
nice, had not heard about jt open.
pixyz runtime apparently reads only models from pixys format,
so that needs conversion process still: Cad > pixyz > unity runtime.
(and pixyz batch converter is pretty expensive…)