Is there an existing issue for this?
Current Behavior:
Our asset info is like:
assetInfo = {
string identifier = "char_beast/char_beast.usd"
string name = "char_beast"
}
Expected Behavior:
Should e.g. be:
assetInfo = {
asset identifier = "./char_beast.usd"
string name = "char_beast"
}
And likely the identifier should be the actual file's resulting name to so it's an actual relative identifier to itself.
An example reference would be the assets from ALAB or what Houdini's component builder does.
Houdini Component Builder:
assetInfo = {
asset identifier = @./ASSET.usd@
string name = "ASSET"
asset thumbnail = @./thumbnail.png@
}
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
- Publish with asset contribution
Are there any labels you wish to add?
Relevant log output:
No response
Additional context:
No response
Is there an existing issue for this?
Current Behavior:
Our asset info is like:
Expected Behavior:
Should e.g. be:
And likely the identifier should be the actual file's resulting name to so it's an actual relative identifier to itself.
An example reference would be the assets from ALAB or what Houdini's component builder does.
Houdini Component Builder:
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
Are there any labels you wish to add?
Relevant log output:
No response
Additional context:
No response