Why is my gameobject icon doesn't appear in the scene
![alt text][1] [1]: /storage/temp/149554-unity.png Hello I assign a gameobject icon to my camera but it doesn't show in the scene. Why is that?
View ArticleResize texture from prefab?
Hello community, I am trying to obtain icons from prefabs by using AssetPreview.GetAssetPreview. It works, but the default size for the newly generated images is 128x128. code: rawIcon =...
View ArticleHow do i add a reload icon for my guns?
So I'm making a game with guns (it's 2D) and i made the basic stuff reload, ammo, but I decided i wanted a reload icon whenever I'm reloading. I tried setting an object active and inactive, but it...
View ArticleIs there a way to change the desktop icon from the game itself?
I have player factions set up from bools isX, isY, isZ. Is there a way i can change the the icon on the desktop from within the game itself to reflect the players choice?
View ArticleHow to hide the game's taskbar icon
I want to hide/remove the game's taskbar icon without hiding the game window itself. Since Unity is not capable of this I have tried hiding the icon using WS_EX_TOOLWINDOW: [C# Hiding an application...
View ArticleIcons not working properly in Android
Hey, so I'm done creating the game and now I uploaded it to play store, but for some reason, the icons don't seem to work properly in android 9.0 and higher, although, I have set all types of icons:...
View ArticleAndroid app icon incorrect
Android is doing something funny with the icon I give it for my app. If I give it a square icon, it will create a white circle and place it in the middle of it. Is there any way of stopping this? I...
View ArticleDisable Gizmo objects. Rig and Rig Builder weird icons in scene
Does anyone know why when I apply rig builder or rig to an object it shows me some strange icons. It becomes super uncomfortable to work when you see this icons everywhere. Edit: I thing the issue is...
View Articlehow to hide launch icon of my unity game and launch from main unity app
how to hide launch icon of my unity game and launch from main unity app i want to make 2 unity app 1 is main app and another one is child app. if user want he can download and use child app but the...
View ArticleBlur Cube Icons on Hierarchy
There are blurry gameObject cube icons on hierarchy and inspector. I tested 2019.4 and 2020.1. I don't have any idea about how to fix this. Please Help. ![alt text][1] ![alt text][2] [1]:...
View ArticleCustom app icon not appearing on homescreen for Android
Hello, I've published a game and it's showing the default Unity icon on the desktop. In the Player I have selected an image for the default icon and under Icon I've filled out the Adaptive Round Legacy...
View ArticleWhy is the App Icon not showing on Device?
![alt text][1] [1]: /storage/temp/173884-img-0979.jpg I built my project for iOS and on the iPhone the App Icon is not showing the way it should be. It looks like an empty sketch, check the screenshot...
View ArticleProgrammatically set a GameObject's icon
Hi, I'm trying to set the icon for objects instantiated in a script. I've done some extensive googling and also looked on here but cannot find a modern solution. I've found that Unity used to have a...
View ArticleApp Icon / Splashscreen on Hololens 2
I just want to save this information somewhere. Maybe someone else has the same problem in the future. I had problems setting the hololens app icons inside of unity. It just did not work, there might...
View ArticleHierarchy icons became low-res
![alt text][1] Hi, I suddenly received a lot of errors from unity directly after importin odin asset inspector. I removed the package completly and I closed unity and restarted it and they are no...
View ArticleApp Icon too zoomed in
Just finished working on my game and am ready to release it but the icon for the app on android is way to zoomed in. I uploaded it with the respective size in each column for Unity, I will attach a...
View Article[Solved] Hide Icon in Window Titlebar
I want to hide/remove the game's titlebar icon. Since Unity is not capable of this I gues I have to hide the icon using user32.dll and try it with something like SetWindowLong Any help is greatly...
View ArticleHow to create custom asset icons for ScriptableObject instances
I have an item database consisting of several ScriptableObjects of type `Item`. These items have a `public Sprite icon;` field, and the behavior I want is for the icon for each asset to reflect the...
View Article[Unity 2021] Setting the Default Icon via script?
Hey there! In Unity 2020, you could set the default icon in the Project Settings with this code: `PlayerSettings.SetIconsForTargetGroup(BuildTargetGroup.Unknown, new Texture2D[] {defaultIcon});`...
View ArticleGet gameobject gizmo icon by script
Hi I want to get the gameobject icon (the one within the red box) by script so I can show the icon in an editor script: ![alt text][1] [1]: /storage/temp/191407-annotation-2022-01-19-120930.png I used...
View ArticleHow would I go about centering a texture on a stretchable 3d shape?
Here is an example: https://ibb.co/p1pdgCY I am making a tool where I can stretch some beveled 3D shapes and I need the texture to be in the center despite stretching it. I thought about doing a decal...
View ArticleAndroid Icon problem
I have made my icon and put it in all the sizes for adaptive, round, and legacy, and when I publish it doesn't look the way it is supposed to. I have tried everything and I am struggling to find a way....
View ArticleHow to change component icon inside a DLL plugin programmatically ?
I'm creating a network plugin for unity as a **DLL file**. How do I programmatically change the **icon** of a component **inside the DLL**? ![alt text][1] [1]: /storage/temp/196616-example.png
View ArticleStruggling with android adaptive icon.
I have been spending a lot of time exporting different sizes of background and foreground for my icon and every time I export it to my phone it is zoomed in, and not sure what to do.
View ArticleGenerate custom inventory icons at runtime
Hi everyone, I am currently working on a system that allows the player to customize their gun similar to Escape from Tarkov. Modding the weapon works fine, but I have no clue at how to get proper icons...
View ArticleUnity Icon appears on App Icon after updating Unity Version from 2020 to 2021
Have a nice day folk, We have been facing an Icon problem after upgrading to version 2021. As you can see a Unity Logo appears above our app Icon. What is the ideal way to fix it? Has anyone of us...
View Articleadding icon to mobile notification causes error when build
I wanted to add icons to android notifications in Unity, but adding icons breaks the build, whether it is from the editor in player settings, or from the *res/drawable* folder, after adding the icon,...
View ArticleChange Application icon after build
Hey guys, i am currently trying to implement a light dark mode to my game, so i was wondering: Is it possible that i can program, that when the player on the final game sets the game to light mode, the...
View ArticleUnity apk file installing 2 icons
Hi, The file apk install 2 icons. I doesn't know why it happen. I doesn't use Manifest file. How I can resolve this? Thanks.
View ArticleUnity apk file installing 2 icons
Hi, The file apk install 2 icons. I doesn't know why it happen. I doesn't use Manifest file. How I can resolve this? Thanks.
View Article