(0 responses)
More from Skid Vis
Ophelia_Heyes 4 年, 4 ヶ月 前 |
Instead of converting all those file paths by hand, you could just make an attribute wrangle and use this VEX snippet:s@unity_instance = "Assets/vis/p/"+@name+".prefab";
skidvis 4 年, 4 ヶ月 前 |
That's helpful as heck! Thanks!
Please log in to leave a comment.
コメント
Ophelia_Heyes 4 年, 4 ヶ月 前 |
Instead of converting all those file paths by hand, you could just make an attribute wrangle and use this VEX snippet:
s@unity_instance = "Assets/vis/p/"+@name+".prefab";
skidvis 4 年, 4 ヶ月 前 |
That's helpful as heck! Thanks!
Please log in to leave a comment.