- Видео 48
- Просмотров 286 665
MrM Programming
Южная Корея
Добавлен 9 окт 2019
Thanks for your interest in this channel.
MrM Programming is a team passionate and enthusiastic about game-making and quality education. On the MrM Programming RUclips channel, you will find content related to programming in general and game-making in particular. In addition to advanced stuff that only gets more exciting and complex, on the channel, you will find important basics that quite often yet unfairly get neglected.
MrM Programming is a team passionate and enthusiastic about game-making and quality education. On the MrM Programming RUclips channel, you will find content related to programming in general and game-making in particular. In addition to advanced stuff that only gets more exciting and complex, on the channel, you will find important basics that quite often yet unfairly get neglected.
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...
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)
your website is missing an ssl certificate, which blocks the access on almost any browser (but chrome). please check it.
We didn't find any problem with the website. Could you please try again and let us know if the problem persists?
so what about 20 tester thing
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
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
I ask something else but show this fuck Vedic
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?
Thank you for the kind feedback! Regarding the France regulations...maybe, in the future;)
Can i run this on vs code?
Unfortunately, no. If you need help installing NetBeans, you can refer to this video ruclips.net/video/x3cFPBFgQ_4/видео.html
doktor <3
the best one
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
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:)
Informative Video, Thank you This video helped me a lot.
there are not enough guides like this out there really appreciate you guys
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)
It's hard to tell what went wrong based on the information you provided. Please provide more detail
@@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.
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!
Certainly! Just stay tuned:)
Most straightforward tutorial on RUclips. Only issue I encountered was manual signing not validating for me, so I checked automatic signing and it worked.
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.
@@Kiik-h9s That's odd. Did you figure it out?
What about the close testing bro? How do we do it for 14 days?
You might want to refer to the previous version of this video for that ruclips.net/video/vVAbx7KuWng/видео.html
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
can you make videos on Unreal engine or C++
cool
Finally a simple step by step that actually work! Thanks for the great video!
Thank you so much! This video helped me a lot.
what about internal testing is it compulsory?
Great Update!
Learnt so much from this game. Your method of writing code, explaining is just phenomenal. Thank you
You're very welcome! Thank you for the kind words!:)
nice
for 2024 how sir
check out this one ruclips.net/video/8l2GT3_JiUU/видео.html
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 😊
Glad it helped! Hope your app goes live soon!:)
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.
Done! We hope you find it suitable to your needs:)
Fantastic - great work - hugely appreciated - thanx
Thank you! We glad it helped:)
please make video how to publish game without mac cloud build unity
this is a topic we would definitely like to explore in the future!
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!
You're most welcome. Glad it helped!
Please make a video explaining the in app purchases
Thank you for your request! We will definitely keep this in mind for our future videos:)
20 tester bro
just published my game 2 weeks ago thanks to your old video, thanx again. btw you can try my game is free ''whalowheen''
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!
finally new video🎉
3 videos even
Two more are coming right up. Thanks for sticking around;)
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
Thank you! Glad it helped!:)
By the way, you might wanna check out the updated version of the video on the channel:)
Thank u for this, very detailed and clear.
Thank you! Glad it helped!:)
Thank you
I just got my first game accepted, Let’s goooooo. It’s called Balls vs Wheel if anyone curious :)
9:50 😂😂😂😂
it asks $99/yr to publish 😰
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
Thanks for your Great tutorial!
This was just what I was looking for. Thank you!
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)
Hey, what tool would you recommend for autonomous deployment ? fastlane ? Do you have a good tutorial or resources on such a tool ?
Thanks a ton ..!! You are awesome