Override Asset Preview Thumbnail
I'm looking for a way to change the icon which is currently visible for an asset on the Object Picker field. I've created a CustomEditor for my class and overridden the "RenderStaticPreview" method,...
View ArticleProblem with Git LFS and Assets/Gizmos icons
I want to have some custom icons for my scripts and components so I added the according files to the folder Assets/Gizmos with the names matching Icon.png Note that the space between and is mandatory...
View ArticleAdvanced Icon Control: Setting app icon in cloud build pre-export hook?
At our company we have multiple builds of the same project going on at once. Most importantly, alpha, beta and release builds. These clutter up the phone (android) with identical icons, which I want to...
View ArticleMinimap enemy icon help?
Let's say I was trying to make a minimap. For my case, my minimap is an image with a circular mask. The image is a raw image that takes in a texture that my minimap camera is rendering. I have an enemy...
View ArticleIs there a better way to have custom Script icons than Assets/Gizmos
I know this was asked a lot of times probably .. but it is very often answered wrong. **What I want is:** Use a custom icon for specific components/scripts in the Inspector (e.g. Figure 2 and Figure 3)...
View ArticleChange Mouse Icon on UI Hover
I want to change my mouse icon to another icon when I hover over an UI Element. The text-color is already changing, but Im not able to get the mouse icon to change. The Base Mouse Icon is the pencile,...
View ArticleAndroid App icon does not show up
the icons are in the final apk in res/mipmap folders all named app_icon. i checked the manifest and it has the correct reference. i tried updating sdk tools. i tried having default icon filled in. i...
View ArticleAPK installs with custom icon unless it's installed using google play
I made a game, I gave it a custom icon through Player Prefs. If I install it on a device using the APK either directly or through Diawi, it has it's custom icon and it displays it correctly on android...
View ArticleNo Adaptive icon settings
No adaptive icon settings in Unity **2017.2.0f3** Here is how player settings look like: ![alt text][1] ---------- Target API level is set to Automatic ![alt text][2] ---------- Contents of the...
View ArticleGameObject Icon not saving
As stated above, my GameObject Icons aren't saving. What I mean is that, whenever I set the little Icons of GameObjects (as seen in the picture) everything works fine for that Unity session, but when I...
View ArticleAndroid Build Failed @icon=@mipmap/app_icon
Hey guys, we are trying to build a game on android and we got error during building, as you can see in screenshot, please help :P![alt text][1] [1]: /storage/temp/132485-2019-02-03-12-07-02-window.png
View ArticleAccess or remove background color of AssetPreview
So I wanted to save time and create icons with code instead of using an image editing program. My first solution was simple, and effective, but left some images slightly damaged. The idea was to take...
View ArticleIssues with Android App Icon
Hi all, I've had multiple problems with trying to update the application icon in android. Specifically, I cannot get the application icon to install consistently on any of my test devices. My...
View ArticleChanging Icons through code for UWP
So I am trying to make an editor script to make building for the HoloLens easier. I am having trouble with changing the Icons through code. When I use "SetIconsForTargetGroup" I have to specify the...
View ArticleHow to get game icon via code?
Something like, Application.productIcon. I want to do something like Texture2D myTexture2D = Application.productIcon; In player settings, the Default Icon field IS a Texture2D, I just don't know how to...
View ArticleWhy is my mouse cursor going to be like this?
I want to set my own mouse cursor, but when I set the cursor in the default cursor set, my mouse cursor will run on my computer and the mouse cursor will display the wrong result. As shown below. ![alt...
View ArticleWhy is the app icon on my android phone cut off?
Here's some [pictures][1] of the problem Inside Unity in the player settings, I have resized the android icon to the descriptions (e.g. 432 x 432 px for the adaptive Android icon). However, once I...
View ArticleUnity editor cant change icon
So i almost finished my project and decided to change my icon. so i went to player settings and clicked icon, then it became blank and hundreds of errors popped out. I cant access player settings...
View ArticleAdaptive Icon problems on android
I have a PNG image I want to use as my unity game Icon. but when I build it on my android it scales and zooms In way too much... what am I doing wrong? Here is the Icon PNG: ![alt text][1] And here is...
View Article