Unity-Technologies / AssetGraph

Visual Workflow Automation Tool for Unity.
Other
1.12k stars 208 forks source link

AssetGraph isn't procedural asset generation friendly #150

Open RaadDalaq opened 4 years ago

RaadDalaq commented 4 years ago

Currently the main issue is all the validation happens on the unity object level, which always assumes that the asset is already there, maybe the tool wasn't intended to do this? still it would be great to be able to have more control over proc gen, a way to pass in materials/textures through input nodes etc... and validation on the asset reference level.