MrM Programming
MrM Programming
  • Видео 48
  • Просмотров 286 665
Publishing a Unity Game to Google Play
In this video, we will publish a game made in Unity to Google Play Market. We will walk you through the entire process of publishing a game made in Unity, including creating a Google Developer Account, building the app in Unity and uploading it to Play Market.
MrM Eightball with Unity on Udemy: www.udemy.com/course/eightball-pool-with-unity/?referralCode=2827336AA79E827D6C19
MrM Eightball on Apple App Store: mrm-programming.art/mrm-eightball/appstore
MrM Eightball on Google Play Store: mrm-programming.art/mrm-eightball/playstore
MrM Eightball Privacy Policy : mrm-programming.art/mrm-eightball-privacy-policy/
Google Play data safety section for Unity Ads: docs.unity.com/ads/en-us/manual/GoogleD...
Просмотров: 1 498

Видео

Publishing a Unity Game to App Store
Просмотров 3,5 тыс.4 месяца назад
In this video, we will publish a game made in Unity to Apple's App Store. We will walk you through the entire process of publishing a game made in Unity, including creating an Apple Developer Account, issuing a certificate and provisioning profile for the app, building the app in Xcode and uploading it to App Store. We will also cover the privacy and data collection part for the App Store listi...
Eight-ball Pool with Unity
Просмотров 3,4 тыс.4 месяца назад
This video is an overview of the game-making course that we have published in Udemy.com. In this video, you will learn more about the course itself and about what makes it a good one. MrM Eightball with Unity on Udemy: www.udemy.com/course/eightball-pool-with-unity/?referralCode=2827336AA79E827D6C19 MrM Eightball on Apple App Store: mrm-programming.art/mrm-eightball/appstore MrM Eightball on Go...
Bit Masking in Unity
Просмотров 2034 месяца назад
In this video, we will talk about bits, bitwise operations and bit masks what they are as well as how and why use them. We will also talk about using bit masking in Unity in order to create layer masks. MrM Eightball with Unity on Udemy: www.udemy.com/course/eightball-pool-with-unity/?referralCode=2827336AA79E827D6C19 Computers process binary data: ruclips.net/video/9MzNTTvgVcE/видео.html Join ...
Game Design and Planning
Просмотров 1314 месяца назад
In this video, we will talk about game design and planning in general, and we will use the game that we have already published as an example. MrM Eightball with Unity on Udemy: www.udemy.com/course/eightball-pool-with-unity/?referralCode=2827336AA79E827D6C19 MrM Eightball on Apple App Store: mrm-programming.art/mrm-eightball/appstore MrM Eightball on Google Play Store: mrm-programming.art/mrm-e...
Taking Screenshots for Publishing directly in Unity
Просмотров 4 тыс.2 года назад
In this video, we will learn how to take screenshots for publishing a mobile game to Apple's App Store and Google's Play Market directly in Unity, without using an actual device. Publishing Videos: - App Store: ruclips.net/video/z4vX4JdIxv4/видео.html - Play Market: ruclips.net/video/vVAbx7KuWng/видео.html Eightball Pool Game-making Course: Coming Soon MrM Eightball on Apple App Store: mrm-prog...
Game Making with Unity: 2. Java, C#, and Unity C#
Просмотров 2,7 тыс.3 года назад
In this video we will talk about similarities and differences between Java and C# to see that conceptually these two language are very similar. We will also talk about some differences between the standard C# and the C# used in Unity (yes, there're some differences) MrM Eightball on Apple App Store: mrm-programming.art/mrm-eightball/appstore MrM Eightball on Google Play Store: mrm-programming.a...
Game Making with Unity: 1. Why Unity?
Просмотров 2,1 тыс.3 года назад
In this video, we will talk about game engines in general what they are, what they do and why use them at all. We will also make a brief comparison of some popular game engines Unity, Unreal Engine and Godot. MrM Eightball on Apple App Store: mrm-programming.art/mrm-eightball/appstore MrM Eightball on Google Play Store: mrm-programming.art/mrm-eightball/playstore Visit us on Facebook: facebook....
Publishing a Unity Game to Google Play Market in 2021
Просмотров 74 тыс.3 года назад
UPDATED VERSION: ruclips.net/video/S-TKOOLtFWU/видео.html In this video, we will publish a game made in Unity to Google Play Market. We will walk you through the entire process of publishing a game made in Unity, including creating a Google Developer Account, building the app in Unity and uploading it to Play Market. MrM Eightball on Apple App Store: mrm-programming.art/mrm-eightball/appstore M...
Publishing a Unity Game to App Store in 2021
Просмотров 86 тыс.3 года назад
UPDATED VERSION: ruclips.net/video/8l2GT3_JiUU/видео.html In this video, we will publish a game made in Unity to Apple's App Store. We will walk you through the entire process of publishing a game made in Unity, including creating an Apple Developer Account, issuing a certificate and provisioning profile for the app, building the app in Xcode and uploading it to App Store. We will also cover th...
How To Learn Programming for Beginners (or anything else)
Просмотров 3843 года назад
In this video, we will give you a few tips that might help you learn programming or anything else a bit better. Initially it was supposed to be a how to learn programming for beginners in Java, but it later became a more general learning tips video. These tips come from our own experience as learners and educators and we did our best to make them as specific as possible. So if you don't know ho...
Tetris Game with Java Swing: Summary & Wrap-Up
Просмотров 4,8 тыс.3 года назад
In this video, we will look at the Tetris program that we've just finished from a somewhat different angle. We will look at it from the software design point of view. We will also talk about things that you need to know and should be able to do in order to create your own computer programs independently. Visit us on Facebook: groups/mrmprogramming Attribution Images that appear in ...
OOP with Java: 19. Tetris Game with Java Swing (Part IX. Adding sounds and building the game)
Просмотров 4,8 тыс.3 года назад
In this video, we will add sounds to our game and build it into a .jar file. To play sounds, we will use the AudioSystem and Clip classes. We will also talk about file paths and using them to access external files, such as the sound files or the leaderboard file. Visit us on Facebook: groups/mrmprogramming
OOP with Java: 18. Tetris Game with Java Swing (Part VIII. Saving/loading the leaderboard data)
Просмотров 3,5 тыс.3 года назад
In this video, we will make our program save the leaderboard data to file using serialization, and load it from the file using de-serialization. We will also sort the leaderboard JTable using the TableRowSorter class. In addition, we will briefly talk about types of computer memory. Visit us on Facebook: groups/mrmprogramming
OOP with Java: 17. Tetris Game with Java Swing (Part VII. Adding a leaderboard)
Просмотров 5 тыс.3 года назад
OOP with Java: 17. Tetris Game with Java Swing (Part VII. Adding a leaderboard)
OOP with Java: 16. Tetris Game with Java Swing (Part VI. Adding other block types)
Просмотров 4,8 тыс.3 года назад
OOP with Java: 16. Tetris Game with Java Swing (Part VI. Adding other block types)
OOP with Java: 15. Tetris Game with Java Swing (Part V. Clearing complete lines)
Просмотров 6 тыс.3 года назад
OOP with Java: 15. Tetris Game with Java Swing (Part V. Clearing complete lines)
OOP with Java: 14. Tetris Game with Java Swing (Part IV. Adding controls using key bindings)
Просмотров 7 тыс.3 года назад
OOP with Java: 14. Tetris Game with Java Swing (Part IV. Adding controls using key bindings)
OOP with Java: 13. Tetris Game with Java Swing (Part III. Spawning new blocks)
Просмотров 6 тыс.3 года назад
OOP with Java: 13. Tetris Game with Java Swing (Part III. Spawning new blocks)
OOP with Java: 12. Tetris Game with Java Swing (Part II. Moving block down)
Просмотров 10 тыс.3 года назад
OOP with Java: 12. Tetris Game with Java Swing (Part II. Moving block down)
OOP with Java: 11. Tetris Game with Java Swing (Part I. Drawing a Tetris block)
Просмотров 37 тыс.4 года назад
OOP with Java: 11. Tetris Game with Java Swing (Part I. Drawing a Tetris block)
Object Oriented Programming with Java: 10. Multiform program using Public & Static class members
Просмотров 7314 года назад
Object Oriented Programming with Java: 10. Multiform program using Public & Static class members
Object Oriented Programming with Java: 9. Making a GUI program using Java Swing (Part III)
Просмотров 9064 года назад
Object Oriented Programming with Java: 9. Making a GUI program using Java Swing (Part III)
Object Oriented Programming with Java: 8. Making a GUI program using Java Swing (Part II)
Просмотров 1,1 тыс.4 года назад
Object Oriented Programming with Java: 8. Making a GUI program using Java Swing (Part II)
Object Oriented Programming with Java: 7. Making a GUI program using Java Swing (Part I)
Просмотров 6 тыс.4 года назад
Object Oriented Programming with Java: 7. Making a GUI program using Java Swing (Part I)
Object Oriented Programming with Java: 6. Primitive & Reference Data Types (with Arrays)
Просмотров 4814 года назад
Object Oriented Programming with Java: 6. Primitive & Reference Data Types (with Arrays)
Object Oriented Programming with Java: 5. Intro to Primitive & Reference Data Types
Просмотров 5114 года назад
Object Oriented Programming with Java: 5. Intro to Primitive & Reference Data Types
Object Oriented Programming with Java: 4. Reviewing the basics of programming
Просмотров 4954 года назад
Object Oriented Programming with Java: 4. Reviewing the basics of programming
Object Oriented Programming with Java: Setting up a Programming Environment (Oracle JDK + NetBeans)
Просмотров 5064 года назад
Object Oriented Programming with Java: Setting up a Programming Environment (Oracle JDK NetBeans)
Object Oriented Programming with Java: 3. The Structure of a Java Program (Classes & Methods)
Просмотров 5174 года назад
Object Oriented Programming with Java: 3. The Structure of a Java Program (Classes & Methods)

Комментарии

  • @EliasPauloDaSilva
    @EliasPauloDaSilva 20 дней назад

    your website is missing an ssl certificate, which blocks the access on almost any browser (but chrome). please check it.

    • @MrMProgramming
      @MrMProgramming 19 дней назад

      We didn't find any problem with the website. Could you please try again and let us know if the problem persists?

  • @macdonaldstrump5661
    @macdonaldstrump5661 29 дней назад

    so what about 20 tester thing

    • @MrMProgramming
      @MrMProgramming 28 дней назад

      Apparently Google requires "new" developers to complete Closed Testing before being able to publish their app. For setting up closed testing, you might want to refer to the previous version of this video: ruclips.net/video/vVAbx7KuWng/видео.html

  • @kagome1303
    @kagome1303 Месяц назад

    This video is really old, but I just started taking an into to computer science course that teaches Java, but they use jGrasp only. Holy crap what a different experience using netbeans is. It makes things so much more simple, even with all the extra menus and buttons

  • @MuhammadWaqas-k8f3o
    @MuhammadWaqas-k8f3o Месяц назад

    I ask something else but show this fuck Vedic

  • @suchizgames4748
    @suchizgames4748 2 месяца назад

    Nice! You guided us to the app store effortlessly, without us having to think about anything-just following you blindly, and it worked. Will you also make a video that complies with France's regulations?

    • @MrMProgramming
      @MrMProgramming 2 месяца назад

      Thank you for the kind feedback! Regarding the France regulations...maybe, in the future;)

  • @vedantchavan972
    @vedantchavan972 2 месяца назад

    Can i run this on vs code?

    • @MrMProgramming
      @MrMProgramming 2 месяца назад

      Unfortunately, no. If you need help installing NetBeans, you can refer to this video ruclips.net/video/x3cFPBFgQ_4/видео.html

  • @nikolamirkovic9198
    @nikolamirkovic9198 2 месяца назад

    doktor <3

  • @yemred9791
    @yemred9791 2 месяца назад

    the best one

  • @Fadiabuzant
    @Fadiabuzant 2 месяца назад

    Thanks for updating your video. It is so amazing. I wonder if you are sure about the "Target API Level" because Google said: App must target Android 14 (API level 34) or higher

    • @MrMProgramming
      @MrMProgramming 2 месяца назад

      The API requirements change every year on August 31, and at the time of recording this video, it was Level 33. If the current requirement is Level 34, then you need to choose Level 34:)

  • @arthbhalodiya
    @arthbhalodiya 2 месяца назад

    Informative Video, Thank you This video helped me a lot.

  • @hansfritz6026
    @hansfritz6026 2 месяца назад

    there are not enough guides like this out there really appreciate you guys

  • @Kiik-h9s
    @Kiik-h9s 2 месяца назад

    I got stuck in the distribute app part. It says invalid signing when my every setting is the same as yours. Manual signing is buggy, or there's something I have overlooked. But I did exactly the same things as you did. (xCode 15.3)

    • @MrMProgramming
      @MrMProgramming 2 месяца назад

      It's hard to tell what went wrong based on the information you provided. Please provide more detail

    • @Kiik-h9s
      @Kiik-h9s 2 месяца назад

      @@MrMProgramming I missed out to add the provisioning profile inside of Unity's Player Settings -> Others. I managed to build after adding that back in. But there's still a problem. It doesn't detect my provisioning profile certificate as "Distribution" but "Development" instead. I had to manually switch it to "Distribution". But on building out the xCode project to xCode 15.3, it will give me a warning. I dunno if that's what caused the crash on my app launch afterwards.

  • @PaulaRodriguez-op9yw
    @PaulaRodriguez-op9yw 2 месяца назад

    If one day you give away a coupon, could I be one of the people who receives it? I would love to have this course, but right now I can't afford it and it looks really good. Good luck with everything!

  • @NStriker13
    @NStriker13 3 месяца назад

    Most straightforward tutorial on RUclips. Only issue I encountered was manual signing not validating for me, so I checked automatic signing and it worked.

    • @Kiik-h9s
      @Kiik-h9s 2 месяца назад

      I have the exact same issue. But automatic signing forces me to use the development cert instead of the distribution cert. That prevented me from moving forward, and I am basically stuck. Xcode 15.3 here.

    • @NStriker13
      @NStriker13 2 месяца назад

      @@Kiik-h9s That's odd. Did you figure it out?

  • @yogaagustina6501
    @yogaagustina6501 3 месяца назад

    What about the close testing bro? How do we do it for 14 days?

    • @MrMProgramming
      @MrMProgramming 3 месяца назад

      You might want to refer to the previous version of this video for that ruclips.net/video/vVAbx7KuWng/видео.html

  • @indiestudio23
    @indiestudio23 3 месяца назад

    can you make a video on ad mob ads in unity game and show how to play real ads after publishing game in playstore please

  • @nanometerstudios
    @nanometerstudios 3 месяца назад

    can you make videos on Unreal engine or C++

  • @nanometerstudios
    @nanometerstudios 3 месяца назад

    cool

  • @hodoren
    @hodoren 3 месяца назад

    Finally a simple step by step that actually work! Thanks for the great video!

  •  3 месяца назад

    Thank you so much! This video helped me a lot.

  • @relaxmusicdk7281
    @relaxmusicdk7281 3 месяца назад

    what about internal testing is it compulsory?

  • @rowdywabbid
    @rowdywabbid 3 месяца назад

    Great Update!

  • @junichik762
    @junichik762 3 месяца назад

    Learnt so much from this game. Your method of writing code, explaining is just phenomenal. Thank you

    • @MrMProgramming
      @MrMProgramming 3 месяца назад

      You're very welcome! Thank you for the kind words!:)

  • @djspidergunz6553
    @djspidergunz6553 3 месяца назад

    nice

  • @djspidergunz6553
    @djspidergunz6553 3 месяца назад

    for 2024 how sir

    • @MrMProgramming
      @MrMProgramming 3 месяца назад

      check out this one ruclips.net/video/8l2GT3_JiUU/видео.html

  • @Jeireme
    @Jeireme 3 месяца назад

    Thank you very much for your very clear and easy-to-follow tutorial, it helped me a lot! I just submitted my app for review 😊

    • @MrMProgramming
      @MrMProgramming 3 месяца назад

      Glad it helped! Hope your app goes live soon!:)

  • @santoshparihar6820
    @santoshparihar6820 3 месяца назад

    i want to take the course but dont know how is your teaching looks like , if possible please allow 1-2 more preview videos where you are actually coding a complex part of the game. Thanks, it will help many others also.

    • @MrMProgramming
      @MrMProgramming 3 месяца назад

      Done! We hope you find it suitable to your needs:)

  • @globes179
    @globes179 4 месяца назад

    Fantastic - great work - hugely appreciated - thanx

  • @yassinerobot8165
    @yassinerobot8165 4 месяца назад

    please make video how to publish game without mac cloud build unity

    • @MrMProgramming
      @MrMProgramming 3 месяца назад

      this is a topic we would definitely like to explore in the future!

  • @jtothey1993
    @jtothey1993 4 месяца назад

    I remember watching your channel for a course I was taking in college, now I'm working as a Software Engineer, thanks for the content!

    • @MrMProgramming
      @MrMProgramming 4 месяца назад

      You're most welcome. Glad it helped!

  • @ياسيرالعباسي
    @ياسيرالعباسي 4 месяца назад

    Please make a video explaining the in app purchases

    • @MrMProgramming
      @MrMProgramming 3 месяца назад

      Thank you for your request! We will definitely keep this in mind for our future videos:)

  • @ياسيرالعباسي
    @ياسيرالعباسي 4 месяца назад

    20 tester bro

  • @ibby1982
    @ibby1982 4 месяца назад

    just published my game 2 weeks ago thanks to your old video, thanx again. btw you can try my game is free ''whalowheen''

  • @luaykashef
    @luaykashef 4 месяца назад

    Please make a video explaining the in app purchases process in iOS, there is no video out there explaining how to build and make it work on iOS. Thank you for your videos!

  • @shoko-20
    @shoko-20 4 месяца назад

    finally new video🎉

    • @boas_
      @boas_ 4 месяца назад

      3 videos even

    • @MrMProgramming
      @MrMProgramming 4 месяца назад

      Two more are coming right up. Thanks for sticking around;)

  • @rshad4ever
    @rshad4ever 4 месяца назад

    I can't believe that the first video to solve the issue I'm facing is short and straightforward, thank you so much you're a hero

    • @MrMProgramming
      @MrMProgramming 3 месяца назад

      Thank you! Glad it helped!:)

    • @MrMProgramming
      @MrMProgramming 3 месяца назад

      By the way, you might wanna check out the updated version of the video on the channel:)

  • @Fin_Likes_Mofongo
    @Fin_Likes_Mofongo 4 месяца назад

    Thank u for this, very detailed and clear.

  • @BinArtGames
    @BinArtGames 6 месяцев назад

    Thank you

  • @ahmedbajalan1274
    @ahmedbajalan1274 6 месяцев назад

    I just got my first game accepted, Let’s goooooo. It’s called Balls vs Wheel if anyone curious :)

  • @DMG4yt
    @DMG4yt 6 месяцев назад

    9:50 😂😂😂😂

  • @ishandutta2045
    @ishandutta2045 6 месяцев назад

    it asks $99/yr to publish 😰

  • @seanlynch4354
    @seanlynch4354 6 месяцев назад

    When I click "Distribute App" After Doing Product>Archive I get this error: No architectures in the binary. Lipo failed to detect any architectures in the bundle executable. (ID: 91b1995b-f23c-4ed8-8d98-8f577c0329c6). Anyone have a solution to this? Thanks

  • @khosroafshar
    @khosroafshar 7 месяцев назад

    Thanks for your Great tutorial!

  • @fredrikbrockert929
    @fredrikbrockert929 7 месяцев назад

    This was just what I was looking for. Thank you!

  • @MilanPetrovic-ec4xt
    @MilanPetrovic-ec4xt 7 месяцев назад

    Hi, I'm getting some errors and i think that because of that it doesn't even save a jar file to play it without the netbeans, can you help me please...the error is: javax.sound.sampled.LineUnavailableException: line with format PCM_SIGNED 48000.0 Hz, 24 bit, stereo, 6 bytes/frame, little-endian not supported. at java.desktop/com.sun.media.sound.DirectAudioDevice$DirectDL.implOpen(DirectAudioDevice.java:484) at java.desktop/com.sun.media.sound.DirectAudioDevice$DirectClip.implOpen(DirectAudioDevice.java:1238) at java.desktop/com.sun.media.sound.AbstractDataLine.open(AbstractDataLine.java:115) at java.desktop/com.sun.media.sound.DirectAudioDevice$DirectClip.open(DirectAudioDevice.java:1038) at java.desktop/com.sun.media.sound.DirectAudioDevice$DirectClip.open(DirectAudioDevice.java:1131) at tetris.AudioPlayer.<init>(AudioPlayer.java:27) at tetris.Tetris.<clinit>(Tetris.java:11)

  • @captainnoyaux
    @captainnoyaux 8 месяцев назад

    Hey, what tool would you recommend for autonomous deployment ? fastlane ? Do you have a good tutorial or resources on such a tool ?

  • @palmsprings1628
    @palmsprings1628 8 месяцев назад

    Thanks a ton ..!! You are awesome