You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mixed-reality-docs/mr-dev-docs/design/asset-creation-process.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -79,15 +79,15 @@ There's also the option to capture objects in 3D. Capturing inanimate objects in
79
79
80
80
### Purchasing assets
81
81
82
-
Another excellent option is to purchase assets for your experience. There are a ton of assets available through services such as the [Unity Asset Store](https://www.assetstore.unity3d.com/) or [TurboSquid](https://www.turbosquid.com/) among others.
82
+
Another excellent option is to purchase assets for your experience. There are a ton of assets available through services such as [TurboSquid](https://www.turbosquid.com/) among others.
83
83
84
84
When you purchase assets from a third party, you always want to check the following properties:
85
85
***What's the poly count?**
86
86
* Does it fit within your budget?
87
87
***Are there levels of detail (LODs) for the model?**
88
88
* A models level of detail lets you scale the detail of a model for performance.
89
89
***Is the source file available?**
90
-
*Not included with [Unity Asset Store](https://www.assetstore.unity3d.com/) but always included with services like [TurboSquid](https://www.turbosquid.com/).
90
+
*May not always be included with every provider but always included with services like [TurboSquid](https://www.turbosquid.com/).
91
91
* Without the source file, you can't modify the asset.
92
92
* Make sure the source file provided can be imported by your 3D tools.
0 commit comments