Forgot your password?   Click here   •   No account yet?   Please Register    •   Or login using  
JA ログイン
SideFX Homepage
  • 製品
    • H20.5 新機能
      • 概要
      • VFX
      • Copernicus
      • Animation
      • Rigging
      • Lookdev
    • Houdini
      • 概要
      • FX 機能
      • CORE 機能
      • Solaris
      • PDG
    • Houdini Engine
      • 概要
      • Engine プラグイン
      • バッチ処理
    • Karma Renderer
    • 製品比較
    • SideFX Labs
    • Partners
  • 業界
    • Film & TV
    • ゲーム開発
    • モーショングラフィクス
    • Virtual Reality
    • AI/ML 向けデータ合成
  • コミュニティ
    • フォーラム
    • ニュース
      • 概要
      • カスタマ ストーリー
      • Houdini HIVE Events
      • Contests & Jams
    • Gallery
    • イベントカレンダー
    • User Groups
    • Artist Directory
  • 学習
    • Start Here
      • 概要
      • My Learning
      • ラーニングパス
      • チュートリアル
    • コンテンツライブラリ
    • Tech Demos
    • Houdini 講演
    • 教育プログラム
      • 概要
      • 学生
      • 講師
      • 管理者
      • List of Schools
      • 学習リソース
  • サポート
    • カスタマーサポート
    • Licensing
      • 概要
      • Commercial
      • Indie
      • Education
    • ヘルプデスク FAQ
    • Houdini システム環境
    • ドキュメント
    • Changelog / Journal
    • Report a Bug/RFE
  • Get
    • Try
    • 購入
    • ダウンロード
    • お問い合わせ
 
Advanced Search
Forums 検索
Found 537 posts.

Search results Show results as topic list.

Houdini Engine for Unity » Instancing Unity prefab with Houdini ?

User Avatar
seelan
571 posts
Offline
 2020年7月21日 20:59:58
Interesting. I remember that just using LoadAssetAtPath was not working in certain cases, hence the ImportAsset call before it. This was from my testing a couple of years ago, so perhaps they have improved it.

I suppose I can do a LoadAssetAtPath first, then fallback to ImportAsset then LoadAssetAtPath if it fails as well.
See full post 

Houdini Engine for Unity » Instancing Unity prefab with Houdini ?

User Avatar
seelan
571 posts
Offline
 2020年7月21日 13:33:15
Yes, AssetDatabase.ImportAsset is needed for loading assets since that is Unity's catch all API for it.

I did make a change to make this faster though. In tomorrow's daily build (Houdini 18.0.531), it will now support instances with assets from the Resources directory, which makes for a faster loading time, and eliminate the need for updating the AssetDatabase.

To use this new feature, move your assets into the Resources directory, and specify the path as you would normally to them.
See full post 

Houdini Engine for Unity » HEngine SessionSync for Unity plugin (Houdini 18.0.499)

User Avatar
seelan
571 posts
Offline
 2020年7月16日 17:21:08
The Education downgrade has been fixed in Houdini 18.0.522 and newer.

As for SessionSync clearing the scene, it was intentionally done for the previous Houdini Engine Debugger. But we'll be looking at improving it in the near future.
See full post 

Houdini Engine for Unity » unity_input_mesh_name

User Avatar
seelan
571 posts
Offline
 2020年7月16日 17:18:03
There are a bunch of different ways to access an attribute through python / hython:

https://www.sidefx.com/docs/houdini/hom/hou/Attrib.html [www.sidefx.com]

Off the top of my head, get the geometry using something like the following: hou.Node(“/obj/geo/grid1”).geometry().findGlobalAttrib(“unity_input_mesh_name”)
Then check out the documentation on it: https://www.sidefx.com/docs/houdini/hom/hou/Geometry.html [www.sidefx.com]
Edited by seelan - 2020年7月16日 17:19:17
See full post 

Houdini Engine for Unity » Output Mesh Vertex Count

User Avatar
seelan
571 posts
Offline
 2020年7月16日 17:14:35
Each attribute has a owner of type which is one of Vertex, Point, Primitive, or Detail. Check out the Attribute Create SOP node.
See full post 

Houdini Engine for Unity » Outputting the Nth animation frame of a simulation?

User Avatar
seelan
571 posts
Offline
 2020年7月16日 17:13:51
Add a TimeShift geometry node to end if your graph, and set the frame there.
See full post 

Houdini Engine for Unity » Houdini Engine at Runtime

User Avatar
seelan
571 posts
Offline
 2020年7月16日 17:12:51
The plugin does not support runtime, so you'd have to use it in Editor only.
See full post 

Houdini Engine for Unity » Runtime Support?

User Avatar
seelan
571 posts
Offline
 2020年7月16日 17:12:18
No updates.
See full post 

Houdini Engine for Unity » Callbacks from custom functions

User Avatar
seelan
571 posts
Offline
 2020年7月16日 17:12:04
Nope, script callbacks are only done at end of cook.
See full post 

Houdini Engine for Unity » Output Mesh Vertex Count

User Avatar
seelan
571 posts
Offline
 2020年7月10日 15:42:08
If you use points, make sure all your attributes are using points as owner.

If you use vertices, make sure all your attributes are using vertex as owner. Otherwise, point attributes will get split into vertices.

If you are still having issues, please submit a bug with a sample HDA to support@sidefx.com
See full post 

Houdini Engine for Unity » HEngine Unity - Support for painting holes

User Avatar
seelan
571 posts
Offline
 2020年7月9日 10:56:38
Currently there are no plans to support the new terrain holes yet for the Unity plugin.
See full post 

Houdini Engine for Unity » cant get start with unity and houdini

User Avatar
seelan
571 posts
Offline
 2020年7月3日 10:31:52
Do you have Houdini installed? Does it running properly? Which license is it using? Please submit license diagnostic info to support@sidefx.com if you are still having issues. https://www.sidefx.com/faq/license-management/#faq357 [www.sidefx.com]
Edited by seelan - 2020年7月3日 10:32:27
See full post 

Houdini Engine API » HOUDINI_PACKAGE_DIR Ignored when using HAPI

User Avatar
seelan
571 posts
Offline
 2020年7月2日 15:28:27
I've responded to your bug about this, but posting it here for others as well:

By design, HOUDINI_PACKAGE_DIR is only supported when set in the process environment before launching Houdini or HARS (i.e. HAPI server). It is not supported when specified via houdini.env. The reason is that the packages are processed before houdini.env, and are in fact, meant to replace houdini.env.

For now, the recommendation would be set HOUDINI_PACKAGE_DIR as an environment variable for your process. Then load packages dynamically, using the conditional expression mechanism specified here: https://www.sidefx.com/docs/houdini18.0/ref/plugins.html#package_path [www.sidefx.com]

Another option is to start the HARS server manually (instead of using HAPI_StartThriftNamedPipeServer or HAPI_StartThriftSocketServer) in a new process with the HOUDINI_PACKAGE_DIR environment variable set beforehand. Then connect to it with HAPI_CreateThriftNamedPipeSession or HAPI_CreateThriftSocketSession. So basically you have your own version of HAPI_StartThriftNamedPipeServer / HAPI_StartThriftSocketServer, where you can set up your own environment for it.
See full post 

Houdini Engine for Unity » Mesh import settings?

User Avatar
seelan
571 posts
Offline
 2020年7月2日 09:14:03
Hi, sorry for the delay. I will look into this very soon and get back to you. I have received your bug report as well.
See full post 

Houdini Engine for Unity » Triggering Houdini functions from script without recooking

User Avatar
seelan
571 posts
Offline
 2020年6月17日 12:06:24
You'll have to cook the asset if you want to see the update on the UI. That's how its designed as otherwise we can get into pretty bad state between the asset in Houdini and its representation in Unity.
See full post 

Houdini Engine for Unity » Triggering Houdini functions from script without recooking

User Avatar
seelan
571 posts
Offline
 2020年6月17日 08:14:29
When you call RequestCook with bUploadParameters set to true, it uploads the parm values, which triggers the button script. I wonder if it will trigger directly just by uploading the parm value, instead of calling RequestCook. You can test this by following code:

HEU_Parameters parameters = houdiniAsset.Parameters;
HEU_ParameterData saveGridButtonParam = parameters.GetParameter("execute");
saveGridButtonParam._intValues[0] = saveGridButtonParam._intValues[0] == 0 ? 1 : 0;

// Set parm directly
HEU_SessionBase session = houdiniAsset.GetAssetSession(true);
session.SetParamIntValue(houdiniAsset.AssetID, saveGridButtonParam._name, 0, saveGridButtonParam._intValues[0]);

You might still have to cook later to use the HDA, but if you are just doing this through code, it might be okay.
See full post 

Houdini Engine for Unity » HEngine SessionSync for Unity plugin (Houdini 18.0.499)

User Avatar
seelan
571 posts
Offline
 2020年6月16日 13:31:57
A special treat for you all with the recent Houdini 18 Production build which has lots of goodies, but specifically the new SessionSync feature for Unity plugin (which replaces Houdini Engine Debugger): https://www.sidefx.com/community/houdini-18-backport/#viewport [www.sidefx.com]

https://www.sidefx.com/docs/unity/_session_sync.html [www.sidefx.com]

Give it a spin and let me know how it goes.
See full post 

Houdini Engine for Unity » Mesh import settings?

User Avatar
seelan
571 posts
Offline
 2020年6月16日 09:42:19
Sure, submit a bug with necessary files to support@sidefx.com. Thank you.
See full post 

Houdini Engine for Unity » Mesh import settings?

User Avatar
seelan
571 posts
Offline
 2020年6月14日 08:07:01
You have to make the mesh data readable via whatever generated it, so in this case, it would be ProBuilder.

Maybe look for something like this in the mesh import settings:
https://answers.unity.com/storage/attachments/149976-capture.png [answers.unity.com]
See full post 

Houdini Engine for Unity » Unity terrain generation & input changes (Houdini 18.0.418)

User Avatar
seelan
571 posts
Offline
 2020年6月12日 15:20:07
I fixed the overlap issue. Could you please try with 18.0.496 or newer? If you still have an issue, please submit a bug report to support@sidefx.com with an example HDA or bgeo file. Thanks.
See full post 
  • 最初
  • 1
  • 2
  • 3
  • 4
  • 最後
  • Quick Links
Search links
Show recent posts
Show unanswered posts
製品
  • Houdini
  • Houdini Engine
  • Houdini Indie
学習
  • Houdini 講演
  • 教育プログラム
サポート
  • カスタマーサポート
  • ヘルプデスク FAQ
  • ドキュメント
  • Report a Bug/RFE
  • Sales Inquiry
LEGAL
  • Terms of Use (英語)
  • Privacy Policy (英語)
  • License Agreement (英語)
  • Accessibility (英語)
  • Responsible Disclosure Program
COMPANY
  • SideFX社について
  • Careers
  • Press
  • Internships
  • お問い合わせ
Copyright © SideFX 2025. All Rights Reserved.

使用言語