Strange Unity3d Build Error with houdini plugin

   1845   2   2
User Avatar
Member
6 posts
Joined: Feb. 2020
Offline
I am trying to build a unity project. And it results in an error (see attachment)
does anyone have an idea?

Unity. 2019.4.20f1
Houdini Indie 18.5.462

Thanks alot!
Edited by TimElschner - Feb. 18, 2021 13:23:20

Attachments:
Screenshot 2021-02-18 191600.jpg (138.3 KB)
Screenshot 2021-02-18 192302.jpg (189.7 KB)

User Avatar
Member
14 posts
Joined: May 2017
Offline
Hey,

I have the exact same problem. The only difference: I use unity 2020.1.10f

Any solutions for this?
User Avatar
Member
100 posts
Joined: Dec. 2020
Offline
Hi, we forgot to add the #if UNITY_EDITOR tag on an AssetDatabase call. Sorry about that! You can wrap #if UNITY_EDITOR around the AssetDatabase call to fix the issue. Also, this should have been fixed in the builds in 18.5.493.
  • Quick Links