iOS Setting Icon Badge Number With Local Notification
Was anyone successful in setting the icon badge number using `iOS.LocalNotification.applicationIconBadgeNumber`? Using the following code, notifications are displayed (with the body text and sound...
View Articlehow to add icon to a custom package?
![alt text][1] i need to add icon to my custom package . how i can do that ? [1]: /storage/temp/58617-icon2.png
View ArticleIcon broke standalone build
Hi, I am using 5.2.2 and met a trouble on one of the client PC (win) - he just can't run the application. No start screen with quality settings displayed, just nothing. Note that on my PC and all...
View ArticleAdding a game icon in PlayerSettings causes built game to hang on start
Hi. We tried building empty projects only with icons at Unity versions: 5.0 beta was ok ; 5.2.3 with icon it doesn't work, 5.3.0 beta it never works(with icon or not). Worth to mention -> It doesn't...
View ArticleGizmos DrawIcon NOT located in Gizmos folder
ok i've been trying to add an Icon for a gameObject, that is NOT located in the Gizmos folder, but in Resources for example. Is there any way to do that? I can't use Gizmos.DrawGUITexture, cuz it uses...
View ArticleHow to display Emojis using a Text Mesh
Hi Everyone, I am making a 3D environment in Unity which is designed to retrieve Tweets and display them using Unity's TextMesh. The problem arises when a tweet includes an emoji [(emoticons such as...
View ArticleCustom asset icon not serializing/being saved
When I use the debug mode of the inspector, I can drag any image file into the "icon" slot and it will update e.g. the script file icon and also the icon on the MonoBehaviour component. However, the...
View ArticleAfter installing the .apk , the App Icon appears twice
Hi , Currently I am on a small project . But now I have come across a wired problem . That is after building my game , after installing it on a real android device , the app icon appears twice . But...
View ArticleIcon on Ubuntu is not displaying properly
Hi, I have a problem with Standalone build (x86_x64) icon on Ubuntu (15.10) . It is completely white (for icon without alpha) or just the solid part is white and edges are corrupted (for icon with...
View ArticleI made a custom made icon for my game but it doesn't show it
I built the game, and when I go to the game location the icon is still unity. Also, when I right click -> properties, the icon is there but not on the actual .exe file >.> Is this because I...
View ArticleHow to incorporate App Store Icons for mobile Apps
For iOS, there should be a 1024x1024 PNG called iTunesArtwork in the application bundle, for Google Play Store a similar file in 512x512 is required. Is there a way to specify this in the Editor? Or...
View ArticleIcon not working for Mac Standalone
I have imported an icon image into unity, and dragged it into the Default Icon slot on the Player Settings page. When I build my standalone mac file, I see the image below: ![alt text][1] When I open...
View ArticleUnity Build Icon Shows Up in Pink on Mac OS X
So, whenever I use my icon.png as the icon for my Unity project, and build it for Mac OS X, it turns pink even though the color of my icon is clearly red.
View ArticleAfter adding Unity IAP app icon is gone and I can't add a new one!
Hi! So I wanted to try out Unity IAP. I added everything needed into my project and everything was fine, except I forgot to add the Purchase function to the OnClick button event. However the .APK built...
View ArticletvOS Icon sizes
What sizes (resolution) Icons I need to use for tvOS build? ![alt text][1] After some reading, I found following resolutions but can't able to decide which one to use at which place? **App Icon** Small...
View ArticleApp icon problem on android
Hello everybody, I have somewhat of a strange problem, after building my game for android, the app doesn't use the custom icon I assigned in the player settings, instead it used the android robot icon....
View ArticleIssue with standalone icon and splash scree
http://forum.unity3d.com/threads/error-when-building-game-ioexception-sharing-violation-on-path.377368/ User experienced the same issue. I f you put an icon in and build the exe won't launch. If you...
View ArticleAndroid package installer icon
How do I change the .apk icon image and installation title? The .apk icon is showing up as a the default green android robot, and during installation it it saying 'com.company.title' rather than just...
View ArticleScript icon changed
Not real problem, but I want to know why script icon changed itself, also it is used like "default" icon, and it can not be removed(only this script has icon changed, other have default icons). ![alt...
View ArticleCooldown Spells and Icons
Hello, Im new to unity3d. I want to make a rpg game but i dont know how to make the skill icon and the cooldown. Please help me :( my script: using UnityEngine; using System.Collections; public class...
View Article