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 » Heightfield conversion

User Avatar
seelan
571 posts
Offline
 2020年4月21日 07:23:07
I believe this to be a bug with the HEU_GeoSync not generating the HFs with the recent changes using corner sampling. Please attach a generated bgeo file if possible. I'll update this post when I fix it.
See full post 

Houdini Engine for Unity » Heightfield conversion

User Avatar
seelan
571 posts
Offline
 2020年4月20日 08:43:07
Which version of Houdini are you using? Also, is this through the PDG Asset Link, and loading the generated bgeo in Unity?
Edited by seelan - 2020年4月20日 09:05:45
See full post 

Houdini Engine for Unity » HAPI RESULT FAILURE all around

User Avatar
seelan
571 posts
Offline
 2020年4月16日 09:49:05
Do you have other Houdini Engine plugins running such as Unreal / Maya / Max plugin?

Does this only happen with the Steam version? You'll need to have Steam running always I believe, since it's providing the license.

I'll test it out a bit on my machine but please provide more info so we can narrow down the issue. Thanks.
See full post 

Houdini Engine for Unity » Group Paint node in Unity

User Avatar
seelan
571 posts
Offline
 2020年4月16日 09:46:22
Looks like its not working in the plugin probably due to the internal group attribute name. You can probably create a workaround using the regular Attribute Paint Sop for now. But please submit an RFE to our support team to add support for the Group Paint so you can track it. Thanks.
See full post 

Houdini Engine for Unity » Can't get attributes to Unity with HEU_OutputAttributesStore

User Avatar
seelan
571 posts
Offline
 2020年4月16日 09:22:23
I tried out your hda. There should be an HEU_OutputAttributesStore component on the generated GameObject. This is different from the internal AttributesStore that the plugin uses for paint and editable nodes. See the screenshot.
See full post 

PDG/TOPs » TOP Deadline updates in Houdini 18.0.399 (new MQ)

User Avatar
seelan
571 posts
Offline
 2020年4月8日 11:46:56
I'll be switching TOP Deadline scheduler to use the new MQ server feature permanently in 2 weeks. Please test it out before then in your farm setup so that we can deal with issues before then.

All your really need to do for testing is to set PDG_USE_PDGNET=1 in your environment before launching Houdini.

Also, the mqserver's high cpu usage issue has been fixed and will be available in tomorrow's daily build.

Thanks.
Edited by seelan - 2020年4月8日 11:47:55
See full post 

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

User Avatar
seelan
571 posts
Offline
 2020年4月2日 09:40:35
Yes there is a tile overlap value on the height field node meant for seamless edges.
See full post 

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

User Avatar
seelan
571 posts
Offline
 2020年3月31日 08:23:36
It was updated in Houdini 18.0.418, so any latest daily version will have it. Get it here:
https://www.sidefx.com/download/daily-builds/#category-devel [www.sidefx.com]
See full post 

Houdini Engine for Unity » Bug with HDA "missing node"

User Avatar
seelan
571 posts
Offline
 2020年3月30日 14:42:28
Please submit a ticket to our support to improve the message when dependent HDAs are not found.

As for unity_houdini.env file, it only supports relative paths when using paths in Assets/ or Packages/. The reason being is that the plugin uses quite a few Unity APIs to load assets, which only work with relative paths from Assets/ and Packages/.

If you are using VCS, the recommended workflow is to use a mapping as described here:
https://www.sidefx.com/docs/unity/_environment.html#Environment_File_Paths [www.sidefx.com]

You can set a single path to your VCS root in unity_houdini.env:
HEU_ENVPATH_VSC_ROOT=C:\Dev\MyRepo

Then any assets loaded from C:\Dev\MyRepo will have <HEU_ENVPATH_VSC_ROOT> as part of their path. Then when using this asset on another computer, as long as it has HEU_ENVPATH_VSC_ROOT mapped in its local unity_houdini.env file, it will evaluate to the proper location.
See full post 

Houdini Engine for Unity » How to edit the heightfield in unity.

User Avatar
seelan
571 posts
Offline
 2020年3月30日 14:36:02
You can edit the generated terrain with Unity terrain brushes, then use that as input for generating height field in Houdini. See https://www.sidefx.com/docs/unity/_terrain.html#Terrain_Input [www.sidefx.com]

You can also create a Input Node asset via the Houdini Engine menu in Unity (HoudiniEngine > New Input Asset). Then use a gameobject with Unity terrain component in the input field.
See full post 

Houdini Engine for Unity » Height field conversion issue.

User Avatar
seelan
571 posts
Offline
 2020年3月30日 14:32:19
There was a change in how terrains are generated in recent version of the plugin. Check out https://www.sidefx.com/forum/topic/72738/ [www.sidefx.com]
See full post 

Houdini Engine for Unity » Creating Unity Prefab Instances and Geometry in one HDA

User Avatar
seelan
571 posts
Offline
 2020年3月30日 10:18:57
Use a SOP subnetwork to generate multiple geometries. One geometry can be for your instances, and another for regular geometry.
See full post 

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

User Avatar
seelan
571 posts
Offline
 2020年3月30日 09:36:30
For the Houdini Engine for Unity plugin, there have been significant changes to how Unity terrain is generation from height fields, and also how height fields are generated from Unity terrain (as input). Most notably, the plugin now relies on use of Corner sampling, instead of the default Center sampling, for height field nodes. It also requires height field size and grid spacing values to be exactly power of 2. This will produce the best match in terms of size when translating from Houdini height field into Unity terrain, and vice versa.

Please see update documentation here:
https://www.sidefx.com/docs/unity/_terrain.html#Terrain_Size [www.sidefx.com]

The plugin now ships with a sample HDA that lists the recommended parm values for height fields, located in:
Assets/Plugins/HoudiniEngineUnity/HDAs/TerrainGenerator.hda
Edited by seelan - 2020年3月30日 09:37:00
See full post 

PDG/TOPs » Troubleshooting PDG on the farm (HQueue, Deadline, Tractor)

User Avatar
seelan
571 posts
Offline
 2020年3月20日 13:41:40
Check this document which covers general issues:
https://www.sidefx.com/docs/houdini/tops/farm_troubleshooting.html [www.sidefx.com]
See full post 

Houdini Engine for Unity » HAPI RESULT FAILURE all around

User Avatar
seelan
571 posts
Offline
 2020年3月18日 16:07:35
Do you use Unity Collab or other similar auto-synchronized file system? There is an issue with Unity Collab where the plugin stores session data in a file called heu_session.txt in the Uniy project root folder, which gets synchronized with other machines and causes issues when the plugin tries to use the session data. Ignore this file if so: https://docs.unity3d.com/Manual/UnityCollaborateIgnoreFiles.html [docs.unity3d.com]

Otherwise, delete that file whenever you have issues. You can also try closing all sessions from HoudiniEngine > Session > Close All Sessions menu.

If you are still having problems, can you describe your setup? Anything out of the ordinary?
See full post 

Houdini Engine for Unity » Marshalling uv2 from Unity to Houdini

User Avatar
seelan
571 posts
Offline
 2020年3月16日 17:56:26
uv2 and up to uv8 should be supported in Houdini 18.0.381 and 17.5.532, and newer.
See full post 

Houdini Engine for Unity » Unity cant find Houdini libraries

User Avatar
seelan
571 posts
Offline
 2020年3月16日 17:51:39
It is not finding the Houdini installation, which is usually located in C:/Program Files/Side Effects Software. When you install Houdini, it should add a registry entry which is then used to look up where Houdini is installed.

You can try the following to fix it:
  • Re-install Houdini, and the Unity plugin.
  • Specify where Houdini is installed in the Unity plugin by going into the settings menu and specifying the location: HoudiniEngine > Plugin Settings > GENERAL > Override Houdini Install Path. Note that this is only available in Windows.
See full post 

Houdini Engine for Unity » Customize Shortcuts for Curve Edition

User Avatar
seelan
571 posts
Offline
 2020年3月16日 17:46:46
Best to submit an RFE through our support@sidefx.com email for something like this. Should be doable.
Edited by seelan - 2020年3月16日 17:46:59
See full post 

Houdini Engine for Unity » Python execution HDA

User Avatar
seelan
571 posts
Offline
 2020年3月16日 17:46:17
Are you using a different language locale for your OS than English? In some cases, if you are using specific languages such as Spanish which use comma (,) for decimals than dot (.), there is a .Net issue where it uses commas for Houdini curve points float values' instead of dots.

Otherwise, please submit a bug with an HDA which I can use to reproduce the issue.
See full post 

Houdini Engine for Unity » Bug with HDA "missing node"

User Avatar
seelan
571 posts
Offline
 2020年3月16日 17:41:26
Make sure the others also have the matching version of SideFX Labs installed.
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.

使用言語