Benhnamkhoa - Chuyên tin tư vấn sức khỏe hàng đầu
  • Home
  • Công Nghệ
No Result
View All Result
Saturday, June 18, 2022
  • Home
  • Công Nghệ
No Result
View All Result
Benhnamkhoa - Chuyên tin tư vấn sức khỏe hàng đầu
No Result
View All Result

Building BIG games (and mmos) w/ unity

admin by admin
July 14, 2020
in Game
21
Building BIG games (and mmos) w/ unity



If you want to build large scale games in unity, unreal, or any other engine, these are 12 of the important rules you’ll want to follow. We’ll start with tips that I’d recommend for any type of game, single player, multiplayer, fps, rts, etc.. then transition into a few rules that are very specific to MMOs and online games. We’ll talk a bit about solid principles, refactoring, cleaning code, testing, networking, what to trust, and a whole lot more.

More Info:

Join the Group:

Patreon:

Architecture Course:

Nguồn: https://benhnamkhoa.com.vn/

Xem thêm bài viết khác: https://benhnamkhoa.com.vn/game/

Xem thêm Bài Viết:

  • Kinh nghiệm chơi game bắn cá rồng hiệu quả nhất
  • TOP game bắn cá uy tín nhất năm 2020 người chơi nên trải nghiệm
  • 5 Best Game Optimizers and Boosters For Windows PC
  • [FULL GAME] DLSU vs. RUSSIA SELECT TEAM APUBC 2018
  • SHADY AGENTS | Your Worst Kiss?? | Ft. Gina Darling, Steve Greene & Nikki Limo
Previous Post

Bàn phím ngon nhất cho Android cằm mỏng đây rồi

Next Post

Cách Làm Chè Sắn ( Chè Khoai Mì ) Trân Châu Nước Cốt Dừa Ngon Tuyệt | Góc Bếp Nhỏ

Next Post
Cách Làm Chè Sắn ( Chè Khoai Mì ) Trân Châu Nước Cốt Dừa Ngon Tuyệt | Góc Bếp Nhỏ

Cách Làm Chè Sắn ( Chè Khoai Mì ) Trân Châu Nước Cốt Dừa Ngon Tuyệt | Góc Bếp Nhỏ

Comments 21

  1. MrSylfa says:
    2 years ago

    I think your description of flyweight pattern at ~9:00 is misleading, it's not about using a single instance , well it is when you can , but it's primarily about splitting classes to allow them to use less memory when you have many instances by storing shared data in a shared object.

    http://www.blackwasp.co.uk/Flyweight.aspx
    http://wiki.c2.com/?FlyweightPattern

    Reply
  2. Chris Banana says:
    2 years ago

    @18:54
    When i was like 11 years old, microsoft Ants… i kinda knew a bit of c++ and then found a free memory editor. Found out i could easily just change my score, then everyone in the game would see me as the winner….
    Same thing foe the maps. I was able to break about the map files, grid based with lots of extra stuff, maybe layers? but i found out dozens of the tile pallet hex codes, and learned of the build in CRC, so -1 here meant -1 some place else. Well my map could be totally different than other players. So i could just make a flatmap, tons of high point food. While everyone else had the hard map to play on. They just saw my ants walking on water, through grass, picking up items that aren't there.
    No i never cheated, did lots of testing and learning on the stuff in private games with my sister.

    Reply
  3. THE16THPHANTOM says:
    2 years ago

    "naming your variable bad for job security", obfuscation? isn't there a law against this, against obfuscating your customer's code so no one else can fix it with out it costing your customer huge amount of money in man hours?

    Reply
  4. LastCynicActual says:
    2 years ago

    I understand the job security angle. I had the same thought as an early freelancer.
    I even made spaghetti on purpose until I decided it was best to work for reputable people and follow best practices.

    Reply
  5. Zim Zimmerman says:
    2 years ago

    I would love to see an up-to-date beginners video or series on making multiplayer games with a sever client environment

    Reply
  6. DARKDAYZGAMESDDG says:
    2 years ago

    truthfully the more simple your coding the better for me personally, i think the build of the setting of the game should be far more complex than that of codes in UNITY, anyone can download decent codes for free and just alter them! im working on ps5 games now, and cannot wait to sell them in my near future on ps5 exclusive thanks for the video brother God bless

    Reply
  7. BDSmith says:
    2 years ago

    "Cram it in there. Shove it in. Bam bam bam."

    Reply
  8. Heath Cox says:
    2 years ago

    What's the name of the company that makes those spinning globes?

    Reply
  9. Water Cat says:
    2 years ago

    If find i team I will by focus in art(3D model texture level design…) I'm so mach better for this aspects the codes is the hards part wean i make I game

    Reply
  10. Water Cat says:
    2 years ago

    7:00 I use if method always but I don't work with team most of the time i use public var wean first make the in the order to make test esyer and after that I will change meny off lines to provide

    Reply
  11. Water Cat says:
    2 years ago

    The truth is make code is understbe for greek people but if same I don't know Greek I pasble to not understand all the code

    Reply
  12. InkOnTube says:
    2 years ago

    37:00 basically you are talking about Bethesda games like TES and Fallout

    Reply
  13. 47Mortuus says:
    2 years ago

    clean, readable, maintainable, garbage-allocating foreach in Update() 😉

    Reply
  14. ilmarinen79 says:
    2 years ago

    Great stuff! Definitely would love to hear about pretty much anything related to MMOs or even just developing simpler networked games. Some topics I might wonder about are: 1) different genres and their derived requirements for possible implementation architectures, 2) taking one MMO and just going over how it's generally structured or maybe going over one specific area in more detail, 3) could there be recommended road map to networked game development (technical aspects as well as team specs) as going from a "normal" game to an MMO is quite a leap, 4) MMO history and general problems and solutions developers have come up with 5) MMO future and possible advancements and tools that might help 6) recommended reading, books, resources…..I could go on and on I guess, sorry 🙂

    Reply
  15. dan m says:
    2 years ago

    Hey Jason thanks for this, really great. Those first minutes on general dev maintainability is just such a fantastic guide for all devs u could consider uploading it as standalone for all devs? Just brilliant 🙂

    Reply
  16. Jozzarozzer says:
    2 years ago

    when it comes to long variable names, I find it pretty hard to read code when there's a bunch of long ass variable names being put into a bunch of math functions or something, it just looks like a mess.
    So readability is usually the reason that I do abbreviate things, at least for local variables. I can understand not wanting to give instance variables unreadable names, but IMO, really long names make it easier to understand the variable itself while making it harder to read the functions they are in. I die a little inside when I can't think of a name for an instance variable that simultaneously describes it well and is less than a couple words

    Reply
  17. Jake Hix says:
    2 years ago

    ctrl.. r… r… hits forehead thank you.

    Reply
  18. Robert Rush says:
    2 years ago

    Coding style and organization policies.
    Good habits.
    Excellent video.

    Reply
  19. Daniel Mircea says:
    2 years ago

    About 2:45 – code so bad that gives you job security. I'm a seasoned developer, not game dev though. I've seen this on more than one occasion and it's a real thing, though I never met anyone being so upfront about it. This is a form of gatekeeping, and it unfortunately works well in bigger companies as these people will usually be in higher positions.

    Reply
  20. Kode Korp says:
    2 years ago

    I am coming from a different part of the development industry, why does it sound like no one in the game dev ever do things like production builds?

    Reply
  21. Jade hogg says:
    2 years ago

    Dude thank you for your share, appreciate you.

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Xem Thêm

[AMV][Vietsub + kara] Điều anh biết – Chi Dân

[AMV][Vietsub + kara] Điều anh biết – Chi Dân

July 13, 2020
[Android] AZ Screen recorder – Quay màn hình  không cần root – AppstoreVn

[Android] AZ Screen recorder – Quay màn hình không cần root – AppstoreVn

July 12, 2020
[Au Mobile] Hack mod điểm max phê

[Au Mobile] Hack mod điểm max phê

July 14, 2020
[AVATAR 2D] Tải Pb Trả Lời Anh Việt, Nâng Cấp Cánh Thiên Hồ Tình Yêu

[AVATAR 2D] Tải Pb Trả Lời Anh Việt, Nâng Cấp Cánh Thiên Hồ Tình Yêu

July 14, 2020
[Blender Cơ Bản 1] Tải và Cài Đặt Blender

[Blender Cơ Bản 1] Tải và Cài Đặt Blender

July 12, 2020
[FULL] 170922 Stay With Me – Chanyeol (EXO) Feat. Seola (WJSN) at KCON in Australia

[FULL] 170922 Stay With Me – Chanyeol (EXO) Feat. Seola (WJSN) at KCON in Australia

July 15, 2020
  • Liên Hệ
  • Chính Sách Bảo Mật

© 2022 JNews - Premium WordPress news & magazine theme by Jegtheme.

No Result
View All Result
  • Home
  • Công Nghệ

© 2022 JNews - Premium WordPress news & magazine theme by Jegtheme.