Splash Screen in Unity

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

Комментарии • 267

  • @basem-xr
    @basem-xr 8 лет назад +2

    Bro, im watching ur videos for 2 years now since the "Horror Series".. i think u might remember my name, i asked for help once. believe me u r the best organizer. !

    • @SpeedTutor
      @SpeedTutor  8 лет назад +2

      Thanks for sticking with me! :)

  • @seckblue
    @seckblue 6 лет назад +4

    I hope this video will get you a lot of money/subscribers or everything else, because you DESERVE IT!!!!! Really thank you

    • @SpeedTutor
      @SpeedTutor  6 лет назад +1

      No problem, thanks for watching! :)

  • @eiglimarjunior
    @eiglimarjunior 8 лет назад +6

    This really helped me, most easy tutorial on how to do a fade between scenes for Unity5.
    Thanks!

    • @melvinreyansh8700
      @melvinreyansh8700 3 года назад

      i guess Im pretty randomly asking but does anyone know of a good place to stream newly released series online?

    • @jaxtonjerry6685
      @jaxtonjerry6685 3 года назад

      @Melvin Reyansh I use FlixZone. You can find it on google :)

  • @detafilms
    @detafilms 4 года назад +1

    I am grateful to you for providing this tremendous information to us for free. Good Luck.

    • @SpeedTutor
      @SpeedTutor  4 года назад

      I'm glad you find it helpful! :)

  • @fritzhoyle1778
    @fritzhoyle1778 7 лет назад +2

    Awesome tutorial. As a beginner, this really helped me a lot! Keep up the good work.

  • @JackAllpikeMusic
    @JackAllpikeMusic 8 лет назад +1

    Hey dude, I just found your videos and I think that they are awesome! +1 Sub! But just an idea, maybe show the finished product at the start of the video so people know exactly what they are getting.

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      Thanks, I'll try my best.

    • @JackAllpikeMusic
      @JackAllpikeMusic 8 лет назад

      Woah, that was a quick reply! :) Just a suggestion, don't take it the wrong way. :P

    • @SpeedTutor
      @SpeedTutor  8 лет назад +1

      Haha, don't worry about it! I'd have deleted your comment if I didn't like it. ;) Thanks for checking the videos out.

  • @Cyberdyne_research
    @Cyberdyne_research 5 лет назад +4

    Dear big budget yt tutorial guys:
    THIS IS HOW YOU MAKE A VIDEO PROPERLY!!!!

  • @IfThenElseMusic
    @IfThenElseMusic 5 лет назад +1

    Please help me I am not able to drag and drop the logo in the source image. It is not taking it

    • @SpeedTutor
      @SpeedTutor  5 лет назад

      Did you set the type to 2D and UI?

  • @yaronbakker2137
    @yaronbakker2137 8 лет назад

    I had lost all hope 9 months ago, then today I decided to revisit Unity, or programming in general, and eventhough this is quite easy, you help me understand the basics. Thanks a lot man! And btw, I know this is very difficult to do and you don't have that much time, but I can't find tutorials on this and I was thinking maybe you could teach us how to build a pet. I'd prefer a small one, like a rat, for my stealth/survival. But any would do. ~Kidd-Y

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      Thanks very much for the kind words! A pet as in the model?

    • @yaronbakker2137
      @yaronbakker2137 8 лет назад

      SpeedTutor basically the whole thing, model, animate, and scripting, maybe as a fun little series. and if you totally don't have time for that the most important part is the scripting, like giving it commands, such as stay, climb up there (and then point where the camera's looking) or follow. would be dope man! your the only one actually explaining shit properly!

  • @hypercubegames7165
    @hypercubegames7165 8 лет назад +1

    Loving the new look!

  • @lesterlim783
    @lesterlim783 8 лет назад +1

    Thanks for the tutorial! Your lesson was simple and easy to understand!

  • @clydelawrence3836
    @clydelawrence3836 7 лет назад

    I'm using Unity 5.5 and I didn't get how to import the Logo(s) into the program and save them outside of the assets folder as a gradient as you have it. I need some pointers on how to do that because, I don't have the 'StandardAssets' folder and 'Editor' folder as you do. I'm not sure if those are crucial to the splash screen function.

  • @sidmezio
    @sidmezio 7 лет назад +1

    Subbed and liked, thank you for your effort to make this. Really appreciated. Keep it up.

    • @SpeedTutor
      @SpeedTutor  7 лет назад +1

      No problem at all, thanks for watching! :)

  • @Lazzarus7
    @Lazzarus7 4 года назад +1

    Thank you, it was really simple and clearly explained

    • @SpeedTutor
      @SpeedTutor  4 года назад +1

      I'm really glad it helped! :)

  • @SirMrMystery
    @SirMrMystery 6 лет назад

    I know this is an old video but do you know other fading options? I am doing a 2d zombie and I want to use a fading effect for some objects

  • @KarlooAudi
    @KarlooAudi 7 лет назад

    Okay so I actually managed to make something out of this. So here is the thing. Now I have this -
    FadeIn ();
    yield return new WaitForSeconds (2.5f);
    FadeOut ();
    yield return new WaitForSeconds (2.5f);
    Application.LoadLevel ("2");
    Application.LoadLevel ("3");
    so thanks to this, I change 2 different scenes - one says BlackPanther and other one Presents. Now I tried adding the third Application LoadLevel, but then it instantly switces from scene 2 to the newest scene I added, so basically it skips "3". How to I fix this?

  • @PlayerColony
    @PlayerColony 8 лет назад

    How did you learn all this for unity? can you point me towards and documentation or videos.

    • @SpeedTutor
      @SpeedTutor  8 лет назад +1

      I didn't really use any documentation or videos. I Just had some ideas in my mind of what I wanted to program, break those down into smaller managable pieces and then researched those online. I'll find snippets of code online from other users and I learn by experimenting myself.

  • @foreign-livingtheamericand8782
    @foreign-livingtheamericand8782 2 года назад +1

    hi, can a video be added in the IEnumerator?

    • @SpeedTutor
      @SpeedTutor  2 года назад

      I do have a video on Co-routines that you can check out! :D

  • @BatMan-pb4sc
    @BatMan-pb4sc 7 лет назад

    I wanted to use a splash screen before every Level like.. I enter the game and there's first a blackscreen with a "Level 1" text in a extra scene and it teleports me into my level.. and it works fine.. but If I enter my main menu and want to go into my first level.. I just get blackscreen.. Any help? (Sry for my bad english)

  • @samsulbahrie
    @samsulbahrie 5 лет назад

    how to combine this spash with our AR? and can you give the example? thanks

  • @xXducklegendXx
    @xXducklegendXx 7 лет назад +3

    You Are unity And C# master! :) Thanks, this helps.

  • @AngelCnderDreamer
    @AngelCnderDreamer 5 лет назад +1

    Thank you for this! ^ ^ Now I have a wonderful splash screen! :)

  • @freestylerak6655
    @freestylerak6655 Год назад +1

    Thank you so much for this tutorial❤

    • @SpeedTutor
      @SpeedTutor  Год назад

      You're very welcome. Will you have finished your game, soon?

    • @freestylerak6655
      @freestylerak6655 Год назад

      @@SpeedTutor I have just completed two level designs. Now I am working on UI. After that gonna design some more levels.

  • @MrRoboticeyes
    @MrRoboticeyes 8 лет назад

    can we put some gif or video file insted of png? so i can do the animation on other application and the splash screen is there just to play the gif/video and then transition into the main menu
    if yes am i just need to remove the fade animation script and just put the file there? or there are anything else i need to do? thx before

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      Yes, you can use a movie texture. I have a tutorial on how to use movietextures. Then you can do the fading within the video itself.

    • @MrRoboticeyes
      @MrRoboticeyes 8 лет назад

      cool! thx for the answer

  • @Gramnin
    @Gramnin 7 лет назад

    So I have a scene I already made with some terrain from another one of your videos, but it keeps showing in the background instead of the all white background I want (instead of your all black for reference). Is there something I'm missing?

    • @SpeedTutor
      @SpeedTutor  7 лет назад

      I don't really understand.

    • @Gramnin
      @Gramnin 7 лет назад

      So when I hit play, the logo fading in and out works perfectly, but the background is the same as the other scene I made, not all white or black. Is this a camera issue?

    • @SpeedTutor
      @SpeedTutor  7 лет назад

      Did you get rid of the skybox in that scene, and set the camera background colour to black or white?

    • @Gramnin
      @Gramnin 7 лет назад

      In the splash screen scene, I removed the skybox, and the camera background is set to white. The problem seems to be my Level 1 scene that is my loadLevel.

    • @Gramnin
      @Gramnin 7 лет назад

      Never mind! It was something with how I had the scenes loaded in! Works like a charm now!

  • @ivanabrami9831
    @ivanabrami9831 6 лет назад

    I can do this on unity personal? Just after the unity splash screen

  • @foreign-livingtheamericand8782
    @foreign-livingtheamericand8782 2 года назад

    hey, does this still work with the latest Unity? because the "canvasRenderer" gives error

  • @wholesomevibes7
    @wholesomevibes7 8 лет назад

    i'm currently making a project which is a 2d game where the scene switches when the character collide with an object, is it possible to use this fading thing to it? ... please i need your quick reply sir :( ...... Thanks!!

    • @wholesomevibes7
      @wholesomevibes7 8 лет назад

      by the way a less than 15 minutes is better than watching almost 30 minutes tutorial making a very simple changes in a project ;D , watching those videos is so borrrriing :D

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      This is possible, I have a scene fade in/out tutorial which is on my channel. It is in Unity 4 but might work well for you!

    • @wholesomevibes7
      @wholesomevibes7 8 лет назад +1

      thanks mr.
      haha you literally saved my day! :D

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      No worries!

  • @ThreeLakes2008
    @ThreeLakes2008 7 лет назад

    Hey SpeedTutor is there any way I can decrease the time it takes it takes to go to the next scene, it's taking like 10 seconds just to switch to the next scene any help is appreciated.

    • @SpeedTutor
      @SpeedTutor  7 лет назад

      Decrease the timer? (or) Are you loading a large scene?

    • @ThreeLakes2008
      @ThreeLakes2008 7 лет назад

      I'm just loading a main menu after it, nothing too big.

    • @SpeedTutor
      @SpeedTutor  7 лет назад

      Did you solve your issue?

    • @ThreeLakes2008
      @ThreeLakes2008 7 лет назад

      nope, I've been working on other things. I still need help though :)

  • @ylvatheace812
    @ylvatheace812 7 лет назад

    As you're using Unity 5, why not just add it under player settings. This will show it with the "Made with Unity" logo, and allows for all the customisation you could need. Or, if you have pro, you can remove the Unity logo. It even has a preview button. Just go to Edit -> Project Settings -> Player and open the Splash Image tab.

  • @TENKIDGAMESLLC
    @TENKIDGAMESLLC 7 лет назад

    Nice, worked for me. But the whole time I could not see my image in my scene view, only in my game view.. Any fixes??

    • @SpeedTutor
      @SpeedTutor  7 лет назад

      I have no idea, do you have it in 2D mode?

    • @TENKIDGAMESLLC
      @TENKIDGAMESLLC 7 лет назад

      SpeedTutor I had accident turned off the default layer view, thx.🖒

  • @Daltonflyboy
    @Daltonflyboy 8 лет назад

    hi, really good tutorial :) just hit a problem. when it loads the next scene it is really dim as if it has no directional light but the scene does have directional light. any idea on what this could be ?

    • @lewiscraddock2026
      @lewiscraddock2026 8 лет назад

      This happens to me also but it will fix itself when you build and run the game.

  • @burpsensei
    @burpsensei 6 лет назад

    After the screen splash thing, I want to add my application that I made. How do I do that?

    • @SpeedTutor
      @SpeedTutor  6 лет назад

      Just load up your new scene!

  • @louera
    @louera 5 лет назад

    HELP! In the public class line, the "SplashFade" has a squiggly line. How do I fix this?

  • @jimm007007007
    @jimm007007007 7 лет назад

    Hey htis is a realy grate vid i currently get this as an debug error
    NullReferenceException: Object reference not set to an instance of an object
    SplashFade+c__Iterator0.MoveNext () (at Assets/Resorces/SplashFade.cs:14)
    UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) (at C:/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)
    Any ideas how to Fix

  • @missallyce
    @missallyce 7 лет назад

    Is it possible to add sound? If so, how would you go about it? What type of sound file should it be and how long? Great video! Thank you!!

    • @SpeedTutor
      @SpeedTutor  7 лет назад

      Of course, you can just add an AudioSource to an empty gameobject if you wish, set the source to "Play on Awake" and it will play the audio as soon as the scene starts. You can use any sound file you like: .mp3, .ogg, .wav and so on. If you're just going to put it in your splash screen, you can have it as long as you want or edit the clip to match the length of your splash screen. :) I hope that helps. Best of luck!

  • @Hkp-z9x
    @Hkp-z9x 6 лет назад +1

    that was a great tutorial man

  • @Eman-os4rd
    @Eman-os4rd 6 лет назад

    can this remove the "made with unity personal" splash screen?
    and if it wont remove that splash screen , can we still upload our game to playstore from UNITY PERSONAl ?

    • @SpeedTutor
      @SpeedTutor  6 лет назад

      You can't remove that watermark sadly, but yes you can publish your game to the playstore with personal. :)

    • @Eman-os4rd
      @Eman-os4rd 6 лет назад

      oh thanks for responding

  • @Calvertini1
    @Calvertini1 7 лет назад

    HI, awesome video thank you. I first time I tried this it worked perfectly but now when I try it, it doesnt work. the issue is that when i add the script to the main camera it does not give me the option to add the splashimage or loadlevel. any ideas?

  • @aaronjenkins2225
    @aaronjenkins2225 3 года назад +1

    earned a subscribe from me, thank you very much for your help :) x

    • @SpeedTutor
      @SpeedTutor  3 года назад +1

      You're a wonderful human! :D Thanks for coming along.

    • @aaronjenkins2225
      @aaronjenkins2225 3 года назад +1

      @@SpeedTutor I'm making my first full game and its a low poly prehistoric survival type thing. This really kinda made it real for me, I had to make a damn logo and everything 😅
      Thanks for responding to my comment too, it's nice to know you guys still look at them ❤️

    • @SpeedTutor
      @SpeedTutor  3 года назад +1

      Best of luck with that my friend and I try my best to chat to everyone, thanks for commenting! :D

  • @you_what319
    @you_what319 8 лет назад

    Thanks! Explained everything very clearly.

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      No worries, thanks for watching! :)

  • @idkwhatimdoing86
    @idkwhatimdoing86 6 лет назад

    cant put my image in the script and scene says i have no assets very odd

    • @SpeedTutor
      @SpeedTutor  6 лет назад

      Drag it from your project panel?

  • @Skittlez
    @Skittlez 7 лет назад +3

    You are a lifesaver!! Thank you so mcuh :)

  • @daveharkin4731
    @daveharkin4731 7 лет назад

    is it possible to have a movie for a logo screen?

    • @SpeedTutor
      @SpeedTutor  7 лет назад

      Yes, of course. You would want to use a movietexture :)

  • @Kurou-kun
    @Kurou-kun 7 лет назад +3

    You helped me soo much!

  • @ktrifon
    @ktrifon 7 лет назад +1

    Nice and clean... Thank you!

    • @SpeedTutor
      @SpeedTutor  7 лет назад

      No problem, thanks for watching! :)

  • @okydocky7286
    @okydocky7286 6 лет назад

    Thanks dude, i love it, how to connect this splashcreen to main menu?

  • @thatsme2044
    @thatsme2044 7 лет назад +4

    it doesent Work, the picture doesent fade in and it doesent load the next Level :/

    • @SpeedTutor
      @SpeedTutor  7 лет назад +3

      Any errors?

    • @thatsme2044
      @thatsme2044 7 лет назад +1

      SpeedTutor nope

    • @ChumperDumper
      @ChumperDumper 7 лет назад

      Is it really that hard to debug this stuff? If it's not fading you are possibly not referencing your object. Check that. Are you changing the Alpha correctly? Check that. Is your level name correct? Check that. Is your level in your build settings? Check that.

  • @jamos4115
    @jamos4115 8 лет назад

    one thing I always have trouble with is bringing up reasonable, achievable and original ideas for development. any idea how I could change that?

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      Why not join a small team?

    • @jamos4115
      @jamos4115 8 лет назад

      +SpeedTutor Fortunately me and my friends are studying game design in college, we start in like 4 weeks! so hopefully I will learn alot! and we can work as a team and create some amazing games! aha thats one problem for me, I can code and get game mechanics to work, design UI etc. but my weakness is in the modelling and texturing department! Ill be using UDK at college but I love unity, I do have UDK and it's great! but im not too experienced xD I think its my lack of patience lol, I like seeing things work and look good asap, instead of thinking about it first

    • @SpeedTutor
      @SpeedTutor  8 лет назад +1

      I understand what you mean, well hopefully if you form a team you will have others which have the skills of which you struggle. Best of luck with college! :)

    • @jamos4115
      @jamos4115 8 лет назад

      +SpeedTutor Yeah, hopefully each of us has skills which can benefit all of us! Then we can be way more productive and create games much faster and of better quality! Thanks :)

    • @ethanhamto2405
      @ethanhamto2405 8 лет назад

      +Jamos lol I feel ya, I have a team so they do the art and I do all the programing and I'm only 16 lol

  • @azizghaniyy723
    @azizghaniyy723 7 лет назад +1

    it works!! thank you very much!!

  • @legocrack1
    @legocrack1 8 лет назад

    jajaja wooow that is so cool, I have a question for you , we can use the script for our games? the mine it will be published on play store in the future, thank you

  • @Raviheloisa
    @Raviheloisa 7 лет назад

    why it doesnt show when i build it, even i add it in build setting.

    • @SpeedTutor
      @SpeedTutor  7 лет назад

      I'm not sure what you mean?

  • @evanibbott3088
    @evanibbott3088 7 лет назад +1

    Thank you, helped me a lot!

  • @a.p6551
    @a.p6551 8 лет назад

    how i can fix the CS1501 No overload for method 'CrossFadeAlpha' takes 4 arguments

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      Let me see your code?

    • @a.p6551
      @a.p6551 8 лет назад

      Your code is correct. I only just the wrong wrote. thanks your videos help me a lot

  • @sniffy2614
    @sniffy2614 7 лет назад

    how can i make it stop looping? I just want to make it run once. btw, thank you for such a great tutorial. very simple & straightforward. :)

  • @peuloom
    @peuloom 5 лет назад +2

    You're awesome!

  • @jarrahtree5130
    @jarrahtree5130 7 лет назад

    Why is it that whenever my scene is loaded after playing the intro, the lighting is never baked.

  • @ManYakTechno
    @ManYakTechno 8 лет назад +4

    That is realy cool, thanks.

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      No worries, thanks for watching!

  • @50Gameplay
    @50Gameplay 5 лет назад +2

    Thanks.

  • @loydvallot6335
    @loydvallot6335 6 лет назад

    I'm having a problem with the transition to the menu screen after it does the animation it just goes to a weird screen and gets stuck if anyone has run into this problem and fixed it i would greatly appreciate some guidance.

    • @SpeedTutor
      @SpeedTutor  6 лет назад

      Have you added your next scene to the build settings?

    • @loydvallot6335
      @loydvallot6335 6 лет назад

      Yes. But it's not displaying it correctly it's like it crashes.

    • @loydvallot6335
      @loydvallot6335 6 лет назад

      Do you think it has to do with my next scene being mainly a canvas that displays my main menu?

    • @victorsabate7735
      @victorsabate7735 6 лет назад

      I may know what is happening. Try changing public string loadLevel by public string loadScene. Also, change LoadScene(loadLevel) by LoadScene(loadScene)

  • @avdheshyadav9796
    @avdheshyadav9796 7 лет назад +1

    Helped a lot

  • @kureesarumi3081
    @kureesarumi3081 7 лет назад +1

    Thanks dude!

  • @arriaon4284
    @arriaon4284 8 лет назад

    can someone help it says SceneManagement doesint exist in unity engine

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      Did you add the reference at the top? Using UnityEngine.SceneManagement. Are you using C#? Also... what version of Unity 5?

    • @arriaon4284
      @arriaon4284 8 лет назад

      i figured it out i was using 3d

  • @jayricomarcsalera650
    @jayricomarcsalera650 7 лет назад

    can you give me multiple splash script? and instruction its gonna helps me a lot! btw thanks to this video very helpful

  • @dantenavaza6511
    @dantenavaza6511 5 лет назад

    When I return to the scene it is all black pls help me!

    • @SpeedTutor
      @SpeedTutor  5 лет назад

      As in, you mean in terms of lighting?

  • @CCCgames-ee1kp
    @CCCgames-ee1kp 7 лет назад

    this was made on my birthday

  • @Banaaninpotkija
    @Banaaninpotkija 8 лет назад

    do you use Java script

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      I do, or I did. But my next project will use C# and most assets you find on the asset store use C# so it's good to be consistent.

    • @Banaaninpotkija
      @Banaaninpotkija 8 лет назад

      +SpeedTutor okay

  • @Grey0002
    @Grey0002 8 лет назад

    can i find the script in ur Website?

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      No, because it's pretty simple. I may upload it but I'm building a new website before that.

    • @Grey0002
      @Grey0002 8 лет назад

      cuz i had this problem and i dont know how to fix it, im using Unity 5 btw..
      Assets/LoadingSceneManager.cs: error CS0234: The type or namespace name `SceneManagement' does not exist in the namespace `UnityEngine'. Are you missing an assembly reference?

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      Did you add the line at the top UnityEngine.SceneManagement; ?

    • @Grey0002
      @Grey0002 8 лет назад

      yes i did i wrote the code as it is!! but still getting that error..

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      What version of unity 5?

  • @joeprogamermc6309
    @joeprogamermc6309 8 лет назад

    is this for iOS projects?

  • @FlameGamingandtutorials
    @FlameGamingandtutorials 7 лет назад

    the script is not on your website i cannot download it

    • @SpeedTutor
      @SpeedTutor  7 лет назад

      It's not available on my website sadly, it's only fairly basic. :)

  • @totscizanagi
    @totscizanagi 8 лет назад +3

    thx I subbed and liked

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      Thanks man, have a Merry Christmas! :)

  • @YasirAlbayatijaype
    @YasirAlbayatijaype 6 лет назад +1

    really thanks

  • @xobeenshakur85
    @xobeenshakur85 8 лет назад +1

    excellent

  • @kurekureci
    @kurekureci 8 лет назад

    I have idea with a game:
    Low poly style
    "open" world
    You get a truck with boxes in it and you have to get to other part of the map without loseing the boxes (or other thigs you can lose)
    you can lose it by going to fast by ramps, hills etc.
    Physical engine requaried
    i am planing it a week now, so could you do tutorial how to make player (first person) to get into car (third person)
    (sorry for my bad english, hope you understand it)

    • @kurekureci
      @kurekureci 8 лет назад +1

      pssst, ive got the idea from android game wild roads
      XD

    • @kurekureci
      @kurekureci 8 лет назад

      Hey, who reported TheBcoolGuy ????
      TheBcoolGuy its my second game that i would like to finish ;) I am 14 y-o, iam not that old to make houndreds games :D

    • @TheBcoolGuy
      @TheBcoolGuy 8 лет назад

      Kuře Kuřecí Was I reported? Wut?
      I can't quite tell by your english, but are you saying you've made and finished a game already? If so, what was it? If it hasn't been finished yet, finish it, then go work on this product.
      I'm almost 16, and I've been doing this for a while. You're fine.

    • @kurekureci
      @kurekureci 8 лет назад

      +TheBcoolGuy
      well, you cant get the game, cause i havent 'published' it.
      If you want, email here: pavel.marceluch@seznam.cz
      Its in czech but you will get it XD
      BTW i am DOING THIS man!
      I want to make games so badly!!!

    • @TheBcoolGuy
      @TheBcoolGuy 8 лет назад

      Kuře Kuřecí What I'm saying is that before you work on a big project, you need to finish, and preferably release, a simple game.

  • @ornix5761
    @ornix5761 7 лет назад +1

    Cool thanks!

    • @SpeedTutor
      @SpeedTutor  7 лет назад +1

      Thanks for watching! :)

    • @ornix5761
      @ornix5761 7 лет назад

      Thanks for you help! :D

  • @MinecartWithTNT
    @MinecartWithTNT 7 лет назад

    It Doesnt Work in Unity 2017. Help!

    • @SpeedTutor
      @SpeedTutor  7 лет назад

      Does it not? 2017 does support a splash screen feature as standard with no extra code! :)

  • @commandgeniusMC
    @commandgeniusMC 8 лет назад +1

    Thanks!

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      No worries!

    • @commandgeniusMC
      @commandgeniusMC 8 лет назад

      thank you again... i just used it again and forgot that I already commented on this vid, lol

  • @linimasakurniawan
    @linimasakurniawan 5 лет назад +3

    Respect (Y)

  • @havilali5077
    @havilali5077 8 лет назад

    How are you speed hope your ok and nice logo .

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      I'm well, apart from my hand being swollen after being bitten by a mosquito. So I'm one-handed until further notice haha. Thanks, I'm glad you like the logo. How're you?

    • @havilali5077
      @havilali5077 8 лет назад

      I'm fine and happy to hear from you

  • @Samotnick1
    @Samotnick1 7 лет назад

    Great tut. Works like a gold. I just have an error NullReferenceExeption. :) But it works anyway :)

    • @SpeedTutor
      @SpeedTutor  7 лет назад

      Oh, ha. On what line?

    • @Samotnick1
      @Samotnick1 7 лет назад

      splashImage.canvasRenderer.SetAlpha(0.0f);
      this one. But as I said it works anyway :)

  • @timokimz3555
    @timokimz3555 4 года назад +1

    dope

  • @historyreboot5458
    @historyreboot5458 5 лет назад

    idunno why it dosent work

  • @OddBranch
    @OddBranch 8 лет назад

    I made an animated movie texture as splash screen

    • @SpeedTutor
      @SpeedTutor  8 лет назад +1

      I've done that before! It's not a bad idea, but that's slightly more taxing and larger file sizes required.

    • @TheBcoolGuy
      @TheBcoolGuy 8 лет назад

      Still, it looks much more professional, you know? Like you'd see in one 'o dem fancy AAA games.
      I used parts of this tutorial (the IEnum bits) to help make a delay for a button to appear. :) I can't get the other stuff that needs to happen first to work, though, but it feels like I've made a lot of progress today. :)

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      Haha, good to hear it! :) Best of luck, the best way is to persevere with it!

    • @TheBcoolGuy
      @TheBcoolGuy 8 лет назад

      SpeedTutor Indeed! It feels like I've almost got all of the elements implemented. After that, it'll just be graphics and final _touches_! :D
      I'm actually releasing it on wfmg.weebly.com if you feel like playing it once it's finished. I know I'm linking to my stuff, but I wrote a lot about it, and it's quite the read...

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      That's fine, you let me know when it's released and I'll check it out! :)

  • @dexister6959
    @dexister6959 8 лет назад

    Can I make you a New Intro?

  • @T14Delta
    @T14Delta 8 лет назад +2

    When a logo looks sexier than me :/

    • @TheBcoolGuy
      @TheBcoolGuy 8 лет назад +2

      Meh, everything looks sexier than I.

  • @dandragon5015
    @dandragon5015 8 лет назад

    Anyone else early?

    • @Ryan-qv9fb
      @Ryan-qv9fb 8 лет назад

      yep

    • @SpeedTutor
      @SpeedTutor  8 лет назад +1

      Even before me... You're good.

    • @dandragon5015
      @dandragon5015 8 лет назад

      +SpeedTutor :D

    • @Ryan-qv9fb
      @Ryan-qv9fb 8 лет назад

      +SpeedTutor lol

    • @Ryan-qv9fb
      @Ryan-qv9fb 8 лет назад

      +SpeedTutor how is left alone going? You planning any expansions maybe or updates?

  • @hahahpizza
    @hahahpizza 8 лет назад

    Switch back to Js bro...

    • @SpeedTutor
      @SpeedTutor  8 лет назад

      I can't, there isn't much point. I've started my new game project in C# because alot of the great assets you will find on the assets store are written in C#. It's important to stay consistant, I like JavaScript but C# is pretty similar! :)

    • @ethanhamto2405
      @ethanhamto2405 8 лет назад

      Cs is better

  • @5krypt
    @5krypt 7 лет назад

    It doesnt change scene. Help plaease

    • @SpeedTutor
      @SpeedTutor  7 лет назад

      Are you using SceneManagement?

    • @5krypt
      @5krypt 7 лет назад

      yes

    • @5krypt
      @5krypt 7 лет назад

      using System.Collections;
      using System.Collections.Generic;
      using UnityEngine.SceneManagement;
      using UnityEngine;
      public class loading : MonoBehaviour {
      public string scene;
      // Use this for initialization
      void Start () {
      }
      // Update is called once per frame
      IEnumerator Update () {
      yield return new WaitForSeconds(5f);
      SceneManager.LoadScene(scene);
      }
      }
      I am not using the fade thing btw

  • @RandiWidi
    @RandiWidi 6 лет назад +1

    Thanks!