• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

QUESTION: Custom Icons of our Unity Files?

Got it installed have no idea how to use it
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. ;-)

 
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. ;-)
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!"

 
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!"
zzTransparencyCapture is not the right script. It's named "zz" because it's not in use. Use the TransparencyCapture.cs script.

 
zzTransparencyCapture is not the right script. It's named "zz" because it's not in use. Use the TransparencyCapture.cs script.
Thanks what I needed, Now I can create my Icons for the mods. Great help!

 
Back
Top