
الموضوع الأصلي كتب بواسطة
the game
السلام عليكم انا عندي مشكلتين وهما 1-كل ما اضع image effect علي الكميرا يتم تعطيله عند بدء اللعبة و بيعطيني انذار هو The image effect Main Camera (Bloom) has been disabled as it's not supported on the current platform. UnityEngine.Debug:LogWarning(Object) PostEffectsBase:ReportAutoDisable() (at Assets/Standard Assets/Image Effects (Pro Only)/PostEffectsBase.js:112) Bloom:CheckResources() (at Assets/Standard Assets/Image Effects (Pro Only)/Bloom.js:85) PostEffectsBase:Start() (at Assets/Standard Assets/Image Effects (Pro Only)/PostEffectsBase.js:71) 2-انتقال حركة اللاعبة من animation الي animation تانية بسلاسة يعني مش مثلا يكون شرطين تشغيل الحركات هما if(input.getkeyDown(keycode.uparrow)){ animation.play("walk"); } if(input.getkeyUp(keycode.uparrow)){ animation.play("idle"); } و اتمني مايكونوش سؤالين صعبين
Bookmarks