Hey merhaba ziyaretçi bize destek olmak ister misin ? Hemen Kayıt Ol Seni hiç sıkmadan kayıt edeceğiz endişelenmek bize destek olduğun için teşekkürler.



Hoşgeldin, Ziyaretçi
Sitemizden yararlanabilmek için Kayıt olmalısınız.

Kullanıcı Adınız:
  

Şifreniz:
  





Forumda Ara



(Gelişmiş Arama)

Forum İstatistikleri
» Toplam Üyeler: 2,754
» Son Üye: Perrywalton
» Toplam Konular: 884
» Toplam Yorumlar: 3,385

Detaylı İstatistikler

Kimler Çevrimiçi
Toplam: 35 kullanıcı aktif
» 0 Kayıtlı
» 35 Ziyaretçi

Son Aktiviteler
Unity ölme sistemi - Yard...
Forum: Unity3D Sorular
Son Yorum: YahyaLD
12-04-2024, Saat: 14:39
» Yorumlar: 2
» Okunma: 1,030
İf else ne demek
Forum: Unity3D Sorular
Son Yorum: suleymanaydin
05-04-2024, Saat: 18:04
» Yorumlar: 2
» Okunma: 638
Mükemmel bir satranç oyun...
Forum: Oyun Tanıtım Bölümü
Son Yorum: mammi52
17-01-2024, Saat: 23:35
» Yorumlar: 2
» Okunma: 4,418
4 Günde 3D Oyun Yaptım
Forum: Konu Dışı
Son Yorum: Hatherst80
09-10-2023, Saat: 15:14
» Yorumlar: 1
» Okunma: 1,078
Unity Kapı Açılması
Forum: Unity3D Sorular
Son Yorum: beratbarca
25-09-2023, Saat: 09:59
» Yorumlar: 6
» Okunma: 3,993
Unity Admob Ödüllü Reklam...
Forum: Unity3D Videolu Dersler
Son Yorum: yusufcan35
20-07-2023, Saat: 23:17
» Yorumlar: 138
» Okunma: 52,810
Kodlar decompile ile çalı...
Forum: Unity3D
Son Yorum: EeCOMP
18-07-2023, Saat: 12:42
» Yorumlar: 0
» Okunma: 224
[unity]Age of empire tarz...
Forum: Unity3D Videolu Dersler
Son Yorum: LordLeko
29-06-2023, Saat: 23:29
» Yorumlar: 25
» Okunma: 18,314
Unity 3D yükleme ekranı (...
Forum: Unity3D Videolu Dersler
Son Yorum: LordLeko
29-06-2023, Saat: 23:26
» Yorumlar: 87
» Okunma: 38,804
Tuşlarla görsel rengi değ...
Forum: Unity3D Sorular
Son Yorum: syraption
09-04-2023, Saat: 16:40
» Yorumlar: 0
» Okunma: 252

 
Anket Başlığı: Unity 3D TR kanalında ki bir sonra ki Ders
2D Platform Oyun Yapımı
3D FPS Oyun Yapımı
Güncel Popüler Oyunların Yapımı
[Anket Sonuçlarını Göster]
Hatırlatma: Bu anket genel bir ankettir. Diğer kullanıcılar sizin hangi seçeneğe oy verdiğinizi görebilirler.
Thumbs Up Ekip arkadaşları arıyoruz!
Yazar: gurkanmms - 31-12-2018, Saat: 19:43 - Forum: Ekibe Arkadaş - Yorum Yok

Merhabalar yapacağımız start up projesi için 3d tasarımcı ve Developer olarak görev alacak iş ortaklar arıyoruz.

Proje Detayından ufakca bahsedersek 3d platform oyunu yapıyoruz piyasada ki oyunlardan örnek vermek gerekirse şu tarz;

Linkleri görüntüleyebilmek için Kayıt ol manız veya Giriş yapmanız gerekiyor.Anlayışınız için teşekkürler.!

Şartlarımız

-> Ekip çalışmasına uygun.
-> Yaptığı iş de normal derece bilgili ve bizimle birlikte kendini geliştirmeye yatkın.
-> Part time/full time
-> Ve en önemlisi projeye inanan ve ayrıca sonunu görmek istiyen iş ortakları arıyoruz.

Tekniksel ve programsal şartlarımızdan bilerek bahsetmedim. Bu 4 şartı yerine getiren azimli öğrenmeye ve gelişmeye yatkın arkadaşlar bana iletişim adreslerimden ulaşabilir detaylıca herşeyi konuşabiliriz.

Discord:Gürkan#4558

Facebook:https://www.facebook.com/gurkan.memis.775

Mail: gurkanmms@gmail.com


  Puanlama
Yazar: Spooky - 31-12-2018, Saat: 11:19 - Forum: Unity3D Sorular - Yorumlar (1)

Yaptığım oyunda araba drift atarken puan vermesini istiyorum nasıl yapabilirim?


  Google Play Services & Google Mobile Ads Birlikte Kullanma Sorunu
Yazar: yigitcevik - 30-12-2018, Saat: 17:58 - Forum: Unity3D Sorular - Yorumlar (3)

Merhaba arkadaşlar yaptığım mobil oyunda Google Play Games üzerinden oyuncular giriş yapıyor ve skor tablosuna bağlanıyorlar. Bunun için Gogole play Services ve Firebase Auth plugin leri yüklü. Ancak birde reklam göstermem lazım. Bu yüzden de Gogole Mobile Ads plugin i kullanıyorum ancak telefona build ettikten sonra oyun çalışmayı durdurdu hatası veriyor. Admob Unity plugin de denedim onda da başta re package resources hatası alıyordum onuda hallettim şimdide oyuna girince ne play games ne de reklamlar çalışmıyor. Yardımcı olursanız sevinirim.


  2D yardım ses Destroy
Yazar: MaKsiMuS - 30-12-2018, Saat: 11:29 - Forum: Unity3D Videolu Dersler - Yorumlar (2)

Merhaba arkadaşlar yardımınıza ihityacım var 
ses ekledim ama ses açmıyor  
Destroy(gameObject); yaptım
 ses çalmadan nesneyi yok etdiği için sesi çalamıyor bende böyle yaptım


 private void OnMouseDown()
    {

       
            AudioSource audio = GetComponent<AudioSource>();
            audio.Play();
        
            Destroy(gameObject, audio.clip.length);
       

            xal.skor++;
    }

fakat o zamanda nesne çok  geç kayboluyor ama böyle yaptığım zaman

    Destroy(gameObject);

ses gemiyor başka bir kod varmı zamana ayarlamak ve ya kaybolduğu zaman hemen ses çalsın


  Ekibe Arkadaş Lazım
Yazar: MortalCreature - 29-12-2018, Saat: 20:11 - Forum: Ekibe Arkadaş - Yorumlar (2)

Eğer benimle çalışmak isteyen olursa discord üzerinden iletişime geçerim ekip üyesi aramaktayım 

modellemeci

yazılımcı
grafiker
vfx developer
vb


  panelin içine animasyon koymak
Yazar: anl5353 - 25-12-2018, Saat: 23:56 - Forum: Unity3D Sorular - Yorumlar (2)

herkese merhaba sorunum şu panelin içine bir tane köpek animasyonu koyuyurum ama oyuna girince gözükmüyor bunu nasıl çözebilirim


  Android Oyun Tanıtımı - Endless Hoops
Yazar: mrhgvn - 21-12-2018, Saat: 17:21 - Forum: Oyun Tanıtım Bölümü - Yorumlar (2)

Linkleri görüntüleyebilmek için Kayıt ol manız veya Giriş yapmanız gerekiyor.Anlayışınız için teşekkürler.!

Herkese merhaba,

Unity oyun motoru ile geliştirmiş olduğum oyunu market üzerinde yayınladım ve sizlere tanıtmak istedim.
Oyunun ismi Endless Hoops! 2 boyutlu arcade türünde, sonsuz bir düzleme sahip olan bu oyunun temeli yüksek skor yapmaya dayalıdır.Oyunda 12 farklı top seçeneği bulunmaktadır ve her topun hızı ve ağırlığı farklıdır.Oyuncu istediği topu sahip olduğu elmas karşılığında alabilir ve istediği kadar kullanabilir.Seçilen topun, sonsuz düzlemdeki her çemberden üstten aşağı yönde sırayla geçirilmesi gerekmektedir.Eğer top çembere hiç temas ettirilmeden geçirilirse oyuncu bunun karşılığında elmas kazanmakta ve skor çarpanı artarak daha hızlı skor kazanılabilmektedir! Top ne kadar yüksekten düşerse kazanılan elmas sayısı o kadar artmaktadır. Sıradaki çemberden geçilememesi, topun ters istikamete yönelmesi veya çemberden doğru yönde geçilmemesi durumunda oyun bitmektedir.Oyun sonunda kazanılan elmas adedi, toplam elmas adedine eklenir ve oyuncu kazandığı bu elmaslarla 12 farklı toptan dilediğini satın alabilir.

Oyun yalnızca ekrana dokunmak suretiyle oynanabilir.
Oynanabilirliği basit, herhangi bilgi ve deneyim gerektirmez.
Her yaş grubuna hitap etmektedir.
Leaderboard özelliği sayesinde diğer oyuncularla skor karşılaştırması yapılabilir.
Kullanılan farklı arka planlar oyuna değişik bir atmosfer katmaktadır.

Oyunda kullanılan grafikler bana ait değildir. Kodlamanın tamamı şahsıma aittir ve yaklaşık 120 saatlik bir emek söz konusudur.Herhangi bir ticari çıkar söz konusu değildir amacım yalnızca oyunu tanıtmak ve geri bildirimleri almak.Oyunda banner ve geçiş reklamlar bulunmaktadır yalnız oyuncuyu sıkmamak reklama boğmamak amacıyla 5 oyunda bir reklam gösterimi yapılmaktadır ve reklamlar kapatılabilir.Oyunun evrensel olması amacıyla, dil bilgim çok iyi olmamasına rağmen arayüzde İngilizce kullanmayı tercih ettim.Bu yüzden herhangi bir dil bilgisi hatası görürseniz lütfen geri bildirimde bulununuz.

Oyun şu an yalnızca android markette bulunmaktadır.Duruma göre App Store'da yayınlanabilir.

Emeğimin karşılığı olarak lütfen oyunu indirip bir kez olsun deneyiniz. Oyunun sıfır hatada olması için defalarca kez test edilmiştir fakat buna rağmen küçük büyük herhangi bir hata ile karşılaşırsanız lütfen bildiriniz. Her türlü eleştiri, görüş ve yeni önerilere açığım.Yorumlarınızı bekliyorum.Saygılar!

Linkleri görüntüleyebilmek için Kayıt ol manız veya Giriş yapmanız gerekiyor.Anlayışınız için teşekkürler.!

Linkleri görüntüleyebilmek için Kayıt ol manız veya Giriş yapmanız gerekiyor.Anlayışınız için teşekkürler.!


Linkleri görüntüleyebilmek için Kayıt ol manız veya Giriş yapmanız gerekiyor.Anlayışınız için teşekkürler.!


  Unity Failed to re-package resources
Yazar: yigitcevik - 19-12-2018, Saat: 12:52 - Forum: Unity3D Sorular - Yorumlar (1)

Android oyunum için Firebase Auth ve Play Services dosyalarını oyuna eklediğim de aşağıdaki hatayı alıyorum.

CommandInvokationFailure: Failed to re-package resources.
C:\NVPACK\android-sdk-windows\build-tools\28.0.3\aapt.exe package --auto-add-overlay -v -f -m -J "gen" -M "AndroidManifest.xml" -S "res" -I "C:\NVPACK\android-sdk-windows\platforms\android-28\android.jar" -F bin/resources.ap_ --extra-packages com.admob.plugin:android.arch.lifecycle:android.support.compat:android.support.coreui:android.support.coreutils:android.support.fragment:android.support.mediacompat:android.support.v4:com.google.android.gms.ads_identifier:com.google.android.gms.auth.api:com.google.android.gms.auth.api.phone:com.google.android.gms.auth:com.google.android.gms.base:com.google.android.gms.common:com.google.android.gms.drive:com.google.android.gms.flags:com.google.android.gms.games:com.google.android.gms.measurement.api:com.google.android.gms.measurement_base:com.google.android.gms.nearby:com.google.android.gms.stats:com.google.android.gms.tasks:com.google.firebase.measurement:com.google.firebase.measurement_impl:com.google.firebase.unity.app:com.google.firebase.auth:com.google.firebase.auth.internal:com.google.firebase.unity.auth:com.google.firebase:com.google.firebase.firebase_core:com.google.firebase.iid:com.google.firebase.iid.internal:com.google.firebase.analytics.connector:com.google.firebase.analytics.connector.impl:com.google.games.bridge:android.support.customtabs:com.google.firebase.unity:com.google.example.games.mainlibproj:com.google.android.gms.ads.impl:com.google.android.gms.ads_base:com.google.android.gms.ads_identifier:com.google.android.gms.ads:com.google.android.gms.common:com.google.android.gms.gass:com.google.android.gms.measurement_base:com.google.android.gms.measurement.sdk.api:android.arch.lifecycle:android.support.compat:android.support.coreui:android.support.coreutils:android.support.fragment:android.support.mediacompat:android.support.v4:com.google.ads.mediation.unity:com.unity3d.ads -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\admoblib-release\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\android.arch.lifecycle.runtime-1.0.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-core-ui-26.1.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-core-utils-26.1.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-fragment-26.1.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-media-compat-26.1.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-v4-26.1.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-auth-16.0.1\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-basement-16.1.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.games.gpgs-plugin-support-0.9.53\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\customtabs-26.1.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\Firebase\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\play-services-ads-17.0.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\play-services-ads-lite-17.0.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\play-services-basement-16.0.1\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\runtime-1.0.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\support-compat-26.1.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\support-core-ui-26.1.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\support-core-utils-26.1.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\support-fragment-26.1.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\support-media-compat-26.1.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\support-v4-26.1.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\unity-adapter-2.1.0.0\res" -S "C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\unity-ads-sdk-2.1\res"

stderr[
C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\values\values.xml:7: error: Attribute "fontProviderFetchStrategy" already defined with incompatible format.
C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\support-compat-26.1.0\res\values\values.xml:9: Original attribute defined here.
C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\values\values.xml:12: error: Attribute "fontProviderFetchTimeout" already defined with incompatible format.
C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\support-compat-26.1.0\res\values\values.xml:14: Original attribute defined here.
C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\values\values.xml:16: error: Attribute "fontStyle" already defined with incompatible format.
C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\support-compat-26.1.0\res\values\values.xml:17: Original attribute defined here.
]
stdout[
Configurations:
(default)

Files:
AndroidManifest.xml
Src: () AndroidManifest.xml

Resource Dirs:
Including resources from package: C:\NVPACK\android-sdk-windows\platforms\android-28\android.jar
applyFileOverlay for drawable
trying overlaySet Key=notification_action_background.xml
trying overlaySet Key=notification_bg.xml
trying overlaySet Key=notification_bg_low.xml
trying overlaySet Key=notification_bg_low_normal.9.png
trying overlaySet Key=notification_bg_low_pressed.9.png
trying overlaySet Key=notification_bg_normal.9.png
trying overlaySet Key=notification_bg_normal_pressed.9.png
trying overlaySet Key=notification_icon_background.xml
trying overlaySet Key=notification_tile_bg.xml
trying overlaySet Key=notify_panel_notification_icon_bg.png
trying overlaySet Key=ic_launcher.png
trying overlaySet Key=common_full_open_on_phone.png
trying overlaySet Key=common_google_signin_btn_icon_dark.xml
trying overlaySet Key=common_google_signin_btn_icon_dark_focused.xml
trying overlaySet Key=common_google_signin_btn_icon_dark_normal.xml
trying overlaySet Key=common_google_signin_btn_icon_dark_normal_background.9.png
trying overlaySet Key=common_google_signin_btn_icon_disabled.xml
trying overlaySet Key=common_google_signin_btn_icon_light.xml
trying overlaySet Key=common_google_signin_btn_icon_light_focused.xml
trying overlaySet Key=common_google_signin_btn_icon_light_normal.xml
trying overlaySet Key=common_google_signin_btn_icon_light_normal_background.9.png
trying overlaySet Key=common_google_signin_btn_text_dark.xml
trying overlaySet Key=common_google_signin_btn_text_dark_focused.xml
trying overlaySet Key=common_google_signin_btn_text_dark_normal.xml
trying overlaySet Key=common_google_signin_btn_text_dark_normal_background.9.png
trying overlaySet Key=common_google_signin_btn_text_disabled.xml
trying overlaySet Key=common_google_signin_btn_text_light.xml
trying overlaySet Key=common_google_signin_btn_text_light_focused.xml
trying overlaySet Key=common_google_signin_btn_text_light_normal.xml
trying overlaySet Key=common_google_signin_btn_text_light_normal_background.9.png
trying overlaySet Key=googleg_disabled_color_18.png
trying overlaySet Key=googleg_standard_color_18.png
trying overlaySet Key=common_google_signin_btn_text_dark_normal.xml
baseFile 0 has flavor 
overlayFile 0 has flavor watch-v20
nothing matches overlay file common_google_signin_btn_text_dark_normal.xml, for flavor watch-v20
trying overlaySet Key=common_google_signin_btn_text_disabled.xml
baseFile 0 has flavor 
overlayFile 0 has flavor watch-v20
nothing matches overlay file common_google_signin_btn_text_disabled.xml, for flavor watch-v20
trying overlaySet Key=common_google_signin_btn_text_light_normal.xml
baseFile 0 has flavor 
overlayFile 0 has flavor watch-v20
nothing matches overlay file common_google_signin_btn_text_light_normal.xml, for flavor watch-v20
trying overlaySet Key=notification_action_background.xml
baseFile 0 has flavor v21
overlayFile 0 has flavor v21
found a match (0) for overlay file notification_action_background.xml, for flavor v21
trying overlaySet Key=notification_bg.xml
baseFile 0 has flavor 
overlayFile 0 has flavor 
found a match (0) for overlay file notification_bg.xml, for flavor 
trying overlaySet Key=notification_bg_low.xml
baseFile 0 has flavor 
overlayFile 0 has flavor 
found a match (0) for overlay file notification_bg_low.xml, for flavor 
trying overlaySet Key=notification_bg_low_normal.9.png
baseFile 0 has flavor mdpi-v4
baseFile 1 has flavor hdpi-v4
baseFile 2 has flavor xhdpi-v4
overlayFile 0 has flavor mdpi-v4
overlayFile 1 has flavor hdpi-v4
overlayFile 2 has flavor xhdpi-v4
found a match (0) for overlay file notification_bg_low_normal.9.png, for flavor mdpi-v4
found a match (1) for overlay file notification_bg_low_normal.9.png, for flavor hdpi-v4
found a match (2) for overlay file notification_bg_low_normal.9.png, for flavor xhdpi-v4
trying overlaySet Key=notification_bg_low_pressed.9.png
baseFile 0 has flavor mdpi-v4
baseFile 1 has flavor hdpi-v4
baseFile 2 has flavor xhdpi-v4
overlayFile 0 has flavor mdpi-v4
overlayFile 1 has flavor hdpi-v4
overlayFile 2 has flavor xhdpi-v4
found a match (0) for overlay file notification_bg_low_pressed.9.png, for flavor mdpi-v4
found a match (1) for overlay file notification_bg_low_pressed.9.png, for flavor hdpi-v4
found a match (2) for overlay file notification_bg_low_pressed.9.png, for flavor xhdpi-v4
trying overlaySet Key=notification_bg_normal.9.png
baseFile 0 has flavor mdpi-v4
baseFile 1 has flavor hdpi-v4
baseFile 2 has flavor xhdpi-v4
overlayFile 0 has flavor mdpi-v4
overlayFile 1 has flavor hdpi-v4
overlayFile 2 has flavor xhdpi-v4
found a match (0) for overlay file notification_bg_normal.9.png, for flavor mdpi-v4
found a match (1) for overlay file notification_bg_normal.9.png, for flavor hdpi-v4
found a match (2) for overlay file notification_bg_normal.9.png, for flavor xhdpi-v4
trying overlaySet Key=notification_bg_normal_pressed.9.png
baseFile 0 has flavor mdpi-v4
baseFile 1 has flavor hdpi-v4
baseFile 2 has flavor xhdpi-v4
overlayFile 0 has flavor mdpi-v4
overlayFile 1 has flavor hdpi-v4
overlayFile 2 has flavor xhdpi-v4
found a match (0) for overlay file notification_bg_normal_pressed.9.png, for flavor mdpi-v4
found a match (1) for overlay file notification_bg_normal_pressed.9.png, for flavor hdpi-v4
found a match (2) for overlay file notification_bg_normal_pressed.9.png, for flavor xhdpi-v4
trying overlaySet Key=notification_icon_background.xml
baseFile 0 has flavor 
overlayFile 0 has flavor 
found a match (0) for overlay file notification_icon_background.xml, for flavor 
trying overlaySet Key=notification_tile_bg.xml
baseFile 0 has flavor 
overlayFile 0 has flavor 
found a match (0) for overlay file notification_tile_bg.xml, for flavor 
trying overlaySet Key=notify_panel_notification_icon_bg.png
baseFile 0 has flavor mdpi-v4
baseFile 1 has flavor hdpi-v4
baseFile 2 has flavor xhdpi-v4
overlayFile 0 has flavor mdpi-v4
overlayFile 1 has flavor hdpi-v4
overlayFile 2 has flavor xhdpi-v4
found a match (0) for overlay file notify_panel_notification_icon_bg.png, for flavor mdpi-v4
found a match (1) for overlay file notify_panel_notification_icon_bg.png, for flavor hdpi-v4
found a match (2) for overlay file notify_panel_notification_icon_bg.png, for flavor xhdpi-v4
trying overlaySet Key=app_banner.png
applyFileOverlay for layout
trying overlaySet Key=notification_media_action.xml
trying overlaySet Key=notification_media_cancel_action.xml
trying overlaySet Key=notification_template_big_media.xml
trying overlaySet Key=notification_template_big_media_custom.xml
trying overlaySet Key=notification_template_big_media_narrow.xml
trying overlaySet Key=notification_template_big_media_narrow_custom.xml
trying overlaySet Key=notification_template_lines_media.xml
trying overlaySet Key=notification_template_media.xml
trying overlaySet Key=notification_template_media_custom.xml
trying overlaySet Key=notification_action.xml
trying overlaySet Key=notification_action_tombstone.xml
trying overlaySet Key=notification_template_custom_big.xml
trying overlaySet Key=notification_template_icon_group.xml
trying overlaySet Key=notification_template_part_chronometer.xml
trying overlaySet Key=notification_template_part_time.xml
trying overlaySet Key=notification_media_action.xml
baseFile 0 has flavor 
overlayFile 0 has flavor 
found a match (0) for overlay file notification_media_action.xml, for flavor 
trying overlaySet Key=notification_media_cancel_action.xml
baseFile 0 has flavor 
overlayFile 0 has flavor 
found a match (0) for overlay file notification_media_cancel_action.xml, for flavor 
trying overlaySet Key=notification_template_big_media.xml
baseFile 0 has flavor 
overlayFile 0 has flavor 
found a match (0) for overlay file notification_template_big_media.xml, for flavor 
trying overlaySet Key=notification_template_big_media_custom.xml
baseFile 0 has flavor 
overlayFile 0 has flavor 
found a match (0) for overlay file notification_template_big_media_custom.xml, for flavor 
trying overlaySet Key=notification_template_big_media_narrow.xml
baseFile 0 has flavor 
overlayFile 0 has flavor 
found a match (0) for overlay file notification_template_big_media_narrow.xml, for flavor 
trying overlaySet Key=notification_template_big_media_narrow_custom.xml
baseFile 0 has flavor 
overlayFile 0 has flavor 
found a match (0) for overlay file notification_template_big_media_narrow_custom.xml, for flavor 
trying overlaySet Key=notification_template_lines_media.xml
baseFile 0 has flavor 
overlayFile 0 has flavor 
found a match (0) for overlay file notification_template_lines_media.xml, for flavor 
trying overlaySet Key=notification_template_media.xml
baseFile 0 has flavor 
overlayFile 0 has flavor 
found a match (0) for overlay file notification_template_media.xml, for flavor 
trying overlaySet Key=notification_template_media_custom.xml
baseFile 0 has flavor 
overlayFile 0 has flavor 
found a match (0) for overlay file notification_template_media_custom.xml, for flavor 
trying overlaySet Key=notification_action.xml
baseFile 0 has flavor 
baseFile 1 has flavor v21
overlayFile 0 has flavor 
overlayFile 1 has flavor v21
found a match (0) for overlay file notification_action.xml, for flavor 
found a match (1) for overlay file notification_action.xml, for flavor v21
trying overlaySet Key=notification_action_tombstone.xml
baseFile 0 has flavor 
baseFile 1 has flavor v21
overlayFile 0 has flavor 
overlayFile 1 has flavor v21
found a match (0) for overlay file notification_action_tombstone.xml, for flavor 
found a match (1) for overlay file notification_action_tombstone.xml, for flavor v21
trying overlaySet Key=notification_template_custom_big.xml
baseFile 0 has flavor 
baseFile 1 has flavor v16
baseFile 2 has flavor v21
overlayFile 0 has flavor 
overlayFile 1 has flavor v16
overlayFile 2 has flavor v21
found a match (0) for overlay file notification_template_custom_big.xml, for flavor 
found a match (1) for overlay file notification_template_custom_big.xml, for flavor v16
found a match (2) for overlay file notification_template_custom_big.xml, for flavor v21
trying overlaySet Key=notification_template_icon_group.xml
baseFile 0 has flavor 
baseFile 1 has flavor v21
overlayFile 0 has flavor 
overlayFile 1 has flavor v21
found a match (0) for overlay file notification_template_icon_group.xml, for flavor 
found a match (1) for overlay file notification_template_icon_group.xml, for flavor v21
trying overlaySet Key=notification_template_part_chronometer.xml
baseFile 0 has flavor 
overlayFile 0 has flavor 
found a match (0) for overlay file notification_template_part_chronometer.xml, for flavor 
trying overlaySet Key=notification_template_part_time.xml
baseFile 0 has flavor 
overlayFile 0 has flavor 
found a match (0) for overlay file notification_template_part_time.xml, for flavor 
trying overlaySet Key=ad_layout3.xml
trying overlaySet Key=ad_unified.xml
trying overlaySet Key=ad_unified2.xml
trying overlaySet Key=admob_content_tpl.xml
trying overlaySet Key=admob_content_tpl_small.xml
trying overlaySet Key=admob_install_app_tpl.xml
applyFileOverlay for anim
applyFileOverlay for animator
applyFileOverlay for interpolator
applyFileOverlay for transition
applyFileOverlay for xml
applyFileOverlay for raw
applyFileOverlay for color
trying overlaySet Key=common_google_signin_btn_text_dark.xml
trying overlaySet Key=common_google_signin_btn_text_light.xml
trying overlaySet Key=common_google_signin_btn_tint.xml
applyFileOverlay for menu
applyFileOverlay for font
applyFileOverlay for mipmap
trying overlaySet Key=app_icon.png
trying overlaySet Key=app_icon_round.png
Processing image: res\drawable-xhdpi\app_banner.png
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-hdpi-v4\common_full_open_on_phone.png
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xhdpi-v4\common_full_open_on_phone.png
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-mdpi-v4\common_google_signin_btn_icon_dark_normal_background.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-mdpi-v4\common_google_signin_btn_icon_dark_normal_background.9.png: 157% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-hdpi-v4\common_google_signin_btn_icon_dark_normal_background.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-hdpi-v4\common_full_open_on_phone.png: 120% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xhdpi-v4\common_google_signin_btn_icon_dark_normal_background.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xhdpi-v4\common_full_open_on_phone.png: 105% size of source)
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-hdpi-v4\common_google_signin_btn_icon_dark_normal_background.9.png: 132% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xxhdpi-v4\common_google_signin_btn_icon_dark_normal_background.9.png
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-mdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-mdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png: 171% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-hdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xhdpi-v4\common_google_signin_btn_icon_dark_normal_background.9.png: 126% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xxhdpi-v4\common_google_signin_btn_icon_dark_normal_background.9.png: 121% size of source)
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-hdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png: 136% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xxhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-mdpi-v4\common_google_signin_btn_text_dark_normal_background.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png: 133% size of source)
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-mdpi-v4\common_google_signin_btn_text_dark_normal_background.9.png: 135% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-hdpi-v4\common_google_signin_btn_text_dark_normal_background.9.png
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xhdpi-v4\common_google_signin_btn_text_dark_normal_background.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xxhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png: 124% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xxhdpi-v4\common_google_signin_btn_text_dark_normal_background.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-hdpi-v4\common_google_signin_btn_text_dark_normal_background.9.png: 119% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-mdpi-v4\common_google_signin_btn_text_light_normal_background.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xhdpi-v4\common_google_signin_btn_text_dark_normal_background.9.png: 117% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-hdpi-v4\common_google_signin_btn_text_light_normal_background.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-mdpi-v4\common_google_signin_btn_text_light_normal_background.9.png: 147% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xhdpi-v4\common_google_signin_btn_text_light_normal_background.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-hdpi-v4\common_google_signin_btn_text_light_normal_background.9.png: 126% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xxhdpi-v4\common_google_signin_btn_text_light_normal_background.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xhdpi-v4\common_google_signin_btn_text_light_normal_background.9.png: 122% size of source)
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xxhdpi-v4\common_google_signin_btn_text_dark_normal_background.9.png: 117% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-mdpi-v4\googleg_disabled_color_18.png
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-hdpi-v4\googleg_disabled_color_18.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-mdpi-v4\googleg_disabled_color_18.png: 164% size of source)
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-hdpi-v4\googleg_disabled_color_18.png: 153% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xhdpi-v4\googleg_disabled_color_18.png
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xxhdpi-v4\googleg_disabled_color_18.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xhdpi-v4\googleg_disabled_color_18.png: 153% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-mdpi-v4\googleg_standard_color_18.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-mdpi-v4\googleg_standard_color_18.png: 123% size of source)
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xxhdpi-v4\googleg_disabled_color_18.png: 146% size of source)
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xxhdpi-v4\common_google_signin_btn_text_light_normal_background.9.png: 115% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-hdpi-v4\googleg_standard_color_18.png
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xhdpi-v4\googleg_standard_color_18.png
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xxhdpi-v4\googleg_standard_color_18.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-hdpi-v4\googleg_standard_color_18.png: 122% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.games.gpgs-plugin-support-0.9.53\res\drawable-nodpi-v4\ic_launcher.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xhdpi-v4\googleg_standard_color_18.png: 125% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-mdpi-v4\notification_bg_low_normal.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-mdpi-v4\notification_bg_low_normal.9.png: 130% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-hdpi-v4\notification_bg_low_normal.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-hdpi-v4\notification_bg_low_normal.9.png: 120% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-xhdpi-v4\notification_bg_low_normal.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-xhdpi-v4\notification_bg_low_normal.9.png: 110% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-mdpi-v4\notification_bg_low_pressed.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-mdpi-v4\notification_bg_low_pressed.9.png: 135% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-hdpi-v4\notification_bg_low_pressed.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-hdpi-v4\notification_bg_low_pressed.9.png: 126% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-xhdpi-v4\notification_bg_low_pressed.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-xhdpi-v4\notification_bg_low_pressed.9.png: 119% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-mdpi-v4\notification_bg_normal.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-mdpi-v4\notification_bg_normal.9.png: 130% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-hdpi-v4\notification_bg_normal.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-hdpi-v4\notification_bg_normal.9.png: 120% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-xhdpi-v4\notification_bg_normal.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-xhdpi-v4\notification_bg_normal.9.png: 110% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-mdpi-v4\notification_bg_normal_pressed.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-mdpi-v4\notification_bg_normal_pressed.9.png: 133% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-hdpi-v4\notification_bg_normal_pressed.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-hdpi-v4\notification_bg_normal_pressed.9.png: 127% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-xhdpi-v4\notification_bg_normal_pressed.9.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-xhdpi-v4\notification_bg_normal_pressed.9.png: 118% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-mdpi-v4\notify_panel_notification_icon_bg.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-mdpi-v4\notify_panel_notification_icon_bg.png: 94% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-hdpi-v4\notify_panel_notification_icon_bg.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-hdpi-v4\notify_panel_notification_icon_bg.png: 86% size of source)
Processing image: C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-xhdpi-v4\notify_panel_notification_icon_bg.png
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.android.support.support-compat-26.1.0\res\drawable-xhdpi-v4\notify_panel_notification_icon_bg.png: 71% size of source)
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable-xxhdpi-v4\googleg_standard_color_18.png: 117% size of source)
(processed image C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.games.gpgs-plugin-support-0.9.53\res\drawable-nodpi-v4\ic_launcher.png: 78% size of source)
(processed image res\drawable-xhdpi\app_banner.png: 88% size of source)
(new resource id app_banner from xhdpi-v4\drawable\app_banner.png #generated)
(new resource id common_full_open_on_phone from hdpi-v4\drawable\common_full_open_on_phone.png #generated)
(new resource id common_full_open_on_phone from xhdpi-v4\drawable\common_full_open_on_phone.png #generated)
(new resource id common_google_signin_btn_icon_dark from C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable\common_google_signin_btn_icon_dark.xml)
(new resource id common_google_signin_btn_icon_dark_focused from C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable\common_google_signin_btn_icon_dark_focused.xml)
(new resource id common_google_signin_btn_icon_dark_normal from C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable\common_google_signin_btn_icon_dark_normal.xml)
(new resource id common_google_signin_btn_icon_dark_normal_background from mdpi-v4\drawable\common_google_signin_btn_icon_dark_normal_background.9.png #generated)
(new resource id common_google_signin_btn_icon_dark_normal_background from hdpi-v4\drawable\common_google_signin_btn_icon_dark_normal_background.9.png #generated)
(new resource id common_google_signin_btn_icon_dark_normal_background from xhdpi-v4\drawable\common_google_signin_btn_icon_dark_normal_background.9.png #generated)
(new resource id common_google_signin_btn_icon_dark_normal_background from xxhdpi-v4\drawable\common_google_signin_btn_icon_dark_normal_background.9.png #generated)
(new resource id common_google_signin_btn_icon_disabled from C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable\common_google_signin_btn_icon_disabled.xml)
[color=#333333][size=small][font=Roboto, sans-serif](new resource id common_google_signin_btn_icon_light from C:\Users\abdullah\Documents\Unity Projects\The Cartel 2\Temp\StagingArea\android-libraries\com.google.android.gms.play-services-base-16.0.1\res\drawable\common_google_signin_btn_icon_light.xml)[


  Unity c# yazılımıyla ilgili acil yardım !!!
Yazar: canakgn1 - 17-12-2018, Saat: 23:00 - Forum: Unity3D Sorular - Yorum Yok

i.hizliresim.com/DYRWql

Bu oyunun market kodu 
Oyunda bir cisime dokununca(altın vb.)değerin +5 artmasını istiyorum bunu nasıl yapabilirim
örnek bi şekilde yazarsanız çok sevinirim.Bu konuda biraz yeniyim   Cry


  Reklam Şirketleri
Yazar: mtat0640 - 12-12-2018, Saat: 13:47 - Forum: Beyin Fırtınası - Yorum Yok

Arkadaşlar, şu an oyunlarımda Admob reklamları kullanıyorum. Fakat bir oyunumda yaşadığım sıkıntı nedeniyle Admob harici reklam şirketi tavsiyelerinize ihtiyacım var.