Got it installed have no idea how to use ityes sir I do, There is a asset on the store for free called "transparency capture". It will do what you want.https://assetstore.unity.com/packages/tools/transparency-capture-509
Yeah it's a bit of a pain to learn. Luckily I went through hours of trial and error for you. LOL Create a new scene and drag the transparency capture script onto the camera. Save the scene as something like "icon_maker" or whatever you want. Now drag the item you want to make an icon of into your icon_maker scene. Move the camera until you get a good angle on the object. Hit the play button (above 3d view) and wait for it to load. Now press "C" key to take the shot. The screen will flash white to let you know the screenshot has been taken. Now look in your project folder in the main folder will be "capture.png". That's the icon. You will need to resize for use with 7 days, but I assume you can figure that out. Now close the scene and if you want to save it, rename it. Then open your "icon_maker" and repeat. ;-)Got it installed have no idea how to use it
Tried to drag on a new scene and new project got this error (Keep in mind using Unity 2018.2)Yeah it's a bit of a pain to learn. Luckily I went through hours of trial and error for you. LOL Create a new scene and drag the transparency capture script onto the camera. Save the scene as something like "icon_maker" or whatever you want. Now drag the item you want to make an icon of into your icon_maker scene. Move the camera until you get a good angle on the object. Hit the play button (above 3d view) and wait for it to load. Now press "C" key to take the shot. The screen will flash white to let you know the screenshot has been taken. Now look in your project folder in the main folder will be "capture.png". That's the icon. You will need to resize for use with 7 days, but I assume you can figure that out. Now close the scene and if you want to save it, rename it. Then open your "icon_maker" and repeat. ;-)
zzTransparencyCapture is not the right script. It's named "zz" because it's not in use. Use the TransparencyCapture.cs script.Tried to drag on a new scene and new project got this error (Keep in mind using Unity 2018.2)Title "Can't add script"
"Can't add script behaviour zzTransparencyCapture.
The script need to derive from MonoBehaviour!"
Thanks what I needed, Now I can create my Icons for the mods. Great help!zzTransparencyCapture is not the right script. It's named "zz" because it's not in use. Use the TransparencyCapture.cs script.