Minimap 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 ArticleAndoid Icon dont appear after build at least file doesnt show Unity defult...
When I build the project to android it doesn't show any icon at all in Unity 5.4.4f1 .![alt text][1] [1]: /storage/temp/85895-iconpic.jpg And here is my android manifest file.
View ArticleHow to change an Android's app icon while running the app itself in the phone?
Hello. I'm doing an app that for privacy issues needs enable the user the possibility of changing the app's icon in the phone while they are running the application and I was wondering if there is any...
View ArticleHow to rotate a minimap icon only around global Y, based on objects forward...
I have some rotation problem for my minimap icons. Basically I attach a script on my jet to create at start a minimap icon gameobject with a SpriteRenderer and the specific sprite that gets parented on...
View ArticleCustom Icons for EditorGUIUtility.IconContent
I can use the built-in icons in Unity for example like this: iconToolbarRemoveAll = EditorGUIUtility.IconContent("d_winbtn_mac_close"); which gives me the red close button from OSX. But how can I use...
View ArticleHow do I add a custom resolution for Icons in the Player settings tab?
I did a test build of my game and noticed it didn't have it's custom icon, however the one I had beforehand displayed without any issues. After doing a very silly repetitive loop, I changed the view in...
View ArticleIs it possible to change icon?
Now I want to change icon of my app and Is it possible to change icon by using google play developer console without using unity?
View ArticleInvalid Image Path - No Image found at the path referenced under key...
Hello, I got this error trying to upload my game on the App Store from Xcode after updating to Unity 5.5.2f1: ![alt text][1] The game build and run flawlessly on the device if I install it from Xcode....
View ArticleDistorted app icon on mac
![Distorted app icon][1] I tried using different image formats, and different settings. Nothing helps, the icon is always distorted, what to do? [1]:...
View ArticleHow can I set a squared (not rounded) icon on Android?
I would like a not rounded icon on Android. The system rounds the corners automatically. What can I do to make it a square?
View ArticleChange slection grid content texture size/scale
I am using a gui.selection grid with textures for an inventory system. I noticed that with gui skin you can change just about everything concerning the grid's cells, but NOT any image you assign to...
View ArticleCopy cursor icon as bitmap using System.Drawing.Icon
I'm trying to get a bitmap copy of the cursor icon by using the Windows API methods GetCursorInfo() and CopyIcon(), and then using System.Drawing.Icon.FromHandle() to capture the bitmap. When I run...
View ArticleDefault Unity icon when building for Facebook Gameroom
I've got strange bug. I trying to make Windows build for Facebook Gameroom with Unity. At the Player Settings I configure game icon. But when I build game, I see that the game executable file has...
View ArticleCan you hide a custom icon for a script in the scene view?
Hello, I've added an icon to one of my scripts ([as per this][1]). It shows the icon in the Add Component menu and Inspector, which is what I want, but it also shows it in the Scene view, which I do...
View ArticleApp Icon Lost on Commit
Hello, I am working on a iOS app in Unity. When I commit to a SVN (just the Assets and Project Settings folder), the connection to App Icon and Splash Screen images are lost. What file is this asset...
View ArticleHow to change or remove custom MenuItem icon?
Hi! Is anybody know how to change or remove custom Menuitem icon in "Add Component" menu? It randomly adds an icon to my MenuItem. Some MenuItem don't have icon. Icons changes randomly when I edit...
View ArticleAndriod icon not filling up entire space
Hi, when I build and run my app onto my android phone, the icon defaults to the circle but the icon does not fill the entirety of it. However when I view my app icon in the phone settings, it is...
View ArticleAndroid push notification white icon
Hi, when I send push notification, at some phones the icon is showing, but at some phones the icon is white with a grey square. I tried to change targetSDK, but its not fix the problem. What can I do...
View ArticleIs it possible to publish Daydream app with Unity 5.5.4
So I have a working Daydream app build in 5.5.4, the only issue I have with it is there is no where to place or upload the foreground and background images for the VR icon for the Daydream Menu. I have...
View ArticleIcon size for IOs and Android
Hi, Unity display 5 sets of sizes here, which one would display the icon correctly? https://docs.unity3d.com/Manual/HOWTO-PortToAppleMacStore.html Out of interest, why do they mention 5 sizes? TIA :)
View Article