We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a map in Hammer contains GameObjects whose components reference an asset, that asset is not listed as dependency of the .vmap/.vpk
As an example, let's look at a Hammer map whose GameObject's reference duck and crate models:
These models are not listed in the inspector as dependencies of the .vmap/.vpk:
After uploading the map to sbox.game, the .vmdl and .vmat files for the models within the map are not included in the files of the map package: https://sbox.game/duccsoft/ducc_room/version/76447
maps/ducc_room.scene
maps/ducc_room.vmap
Assets referenced by the GameObjects in a vmap should:
repro.zip
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When a map in Hammer contains GameObjects whose components reference an asset, that asset is not listed as dependency of the .vmap/.vpk
As an example, let's look at a Hammer map whose GameObject's reference duck and crate models:
These models are not listed in the inspector as dependencies of the .vmap/.vpk:
After uploading the map to sbox.game, the .vmdl and .vmat files for the models within the map are not included in the files of the map package:
https://sbox.game/duccsoft/ducc_room/version/76447
To Reproduce
maps/ducc_room.scene
maps/ducc_room.vmap
in the Asset Browsermaps/ducc_room.vmap
Expected behavior
Assets referenced by the GameObjects in a vmap should:
Media/Files
repro.zip
Additional context
No response
The text was updated successfully, but these errors were encountered: