Search Results
| Search type | Search syntax |
|---|---|
| Tags | [tag] |
| Exact | "words here" |
| Author | user:1234 user:me (yours) |
| Score | score:3 (3+) score:0 (none) |
| Answers | answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
| Views | views:250 |
| Code | code:"if (foo != bar)" |
| Sections | title:apples body:"apples oranges" |
| URL | url:"*.example.com" |
| Saves | in:saves |
| Status | closed:yes duplicate:no migrated:no wiki:no |
| Types | is:question is:answer |
| Exclude | -[tag] -apples |
| For more details on advanced search visit our help page | |
Results tagged with unity-shader-graph
Search options not deleted user 127929
Unity Shader Graph is a Unity tool that allows users to create shaders using a drag-and-drop graphical interface without writing any code.
0 votes
1 answer
136 views
Apply a shader to the right face of a mesh
Given that I don't have the basic concepts to work with 3d, I would still like to experiment and learn. What have I done: I imported an SVG of the world map into Blender I extruded the SVG I converte …
1 vote
Accepted
Apply a shader to the right face of a mesh
To solve the problem, as suggested by DMGregory, I did the following steps (on Blender): Enter the "UV Editing" workspace I selected all the meshes that I needed to export. So: Press TAB to enter Edi …