Low Polly 2021

hi all

First of all, a usefull link: Unity - Manual: Creating models for optimal performance

Here I am talking about games that are not considered ‘triple A’ (or AAA) but a relatively simple game, 3D, third person control + point and click - not isometric - where scenarios are designed to maximize performance (this is the attempt, replacing models by plans and alpha; working textures, normal, occlusion, bumps, etc).

In a scene with an environment of few polys or ‘triss’, a humanoid character, where can I ‘abuse’ within the limits of the number of polys? In other words, what would sound relatively good for a character in terms of ‘number of polys’ (disregarding clothes, just body, understood as: body, eyes, simplified hair - rare plans and bones)?

  • an example, chatacters with about 80 thousand polys *

I appreciate the help (sorry my english, guys)

We can’t tell you if we don’t know things like how many characters will be on screen or what hardware you’re targeting.

1 Like

Really, sorry about. For now, in a ‘demo’, only one character on scene - small scene, just supose something with same amount of polys, few light’s - working more with shader light, few shadows (work with texture to produce ‘fake shadows’.

About scene - have really few polys, but i ll 'exagerate here to get more informations* (i can considerate some performance improve like Occlusion Culling, etc + scene/light’s/fake-shadows, etc).

Be aware a few lights can be heavy, especially if you’re working with shaders, to the point that you’re completely undoing any performance advantage you might have gained by going low poly. The Universal Render Pipeline has a low number of maximum active lights for exactly this reason.

2 Likes

My option would be the reverse, having a character - just one - ‘medium poly’ - and I really think of something like 80 thousand polys - compensating for that by shaders, fake light, fake shadows, Occlusion, etc … (literally , painted, as the idea is to use the so-called ‘toon shaders’ where the detailing of objects will also, literally, be drawn ‘by hand’).

1 Like

80 000 polys is honestly too much for hand-painted character. With such upper limit and some modeling skills, you can make lots of details, such as muscles and clothing folds, with “honest” geometry. How you are going to make it? Model it yourself or use some character generator?

1 Like

Ahem.

Take a look at this:

667 triangles.

This is also related:
https://www.reddit.com/r/gamedev/comments/61zrap/what_polycount_is_considered_standard_in_video/

Basically, there are different definitions of “high/low/medium” poly, but I believe 80k currently would likely be a “hero piece” and “high poly”.

And “low poly” is something between 1k-2k triangles.

Again, I’m old fashioned in that regard, and would prefer to think that “low poly” is “less than 1k faces”, but this doesn’t seem to mesh well with current reality.

5 Likes

Isn’t urp using a variant of forward rendering where pixel lights is expensive.

On a deferred pipeline pixel lights are far less expensive

4 Likes

Correct, and although Unity says deferred rendering for URP is on its way, there doesn’t appear to be any movement on that for a couple years.

4 Likes

I wonder how Half Life Alyx solved it they have plenty of mixed mode lights. I guess they just make use of clever level design were more than 4 lights never intersects, but the lighting is pretty much on par with a deferred game.

Good morning to everyone. First of all, I would like to apologize for being absent from the forum for the past two days. I work in a ‘Publisher’ (books) and I was busy editing videos (something I don’t like very much).

Here is my model (handmade or sculpted in Zbrush). Retopology, I used Russian software, it automates retopologies. The software is called ‘R3DS Wrap’. The model on screen is 39k Tris, will not use any other accessories such as clothes, Hair, etc. In this case, I will work on the textures (the context of the game allows). I believe it is possible to further reduce the number of faces / polys, but I am looking for ways to automate the composition process.

When I work on something, I always think: ‘what is the most effective way to do this or that given my limitations (from hardware to software)?’

I believe that this year, at least until the end, Unreal will launch its new engine, pulling Unity with respect to ‘number of polys on screen’ - mere speculation, but I think we will have new technologies both at Unreal and Unity.

My focus is the ‘in game’ narrative, I think some things are essential, one of them, a good composition of characters (I speak of the technical and artistic aspects here).

  • my HIGH model (i dont use in game) have near 400k Tris (but is just to ‘bake’, etc)

Here a print, from Maya (i use Maya to produce UV’s, hardmesh’s etc)7002758--827756--M_01.jpg

On a modern desktop and even mobile poly count isn’t that important. 80k can work for a hero character. I wouldn’t use that much for random NPC that can be plenty of on screen but with LOD in place that shouldn’t be a problem either.

We find setpass calls and batching be a far greater problem. And when you have optimized that fill rate is the next big problem at least for us that are VR game with high resulotion headsets and relative high requirement for frametimes.

Edit: I hope nantite push unity to automate more of the LOD workflow.

1 Like

This is an opinion.

That’s high poly.

This is low poly.

eeb689c4c5b249eeb2638188d622ae9c

Although this is a specific style. Another way to do it is what I posted earlier - low number of polygons, detailed texture.

Basically, one of the reason to pursue low poly is not “Reducing number of triangles on screen so the engine can draw the scene”, but “lowering production cost”. Because the engine can draw quite a lot of triangles.
An ultra detailed model will take long time to develop, and in the end you may arrive at situation when you only have that one model in your game and nothing else to show.

By reducing number of polygons, level of detail, you increase number of models you can produce and can focus on narrative, plus you’ll be able to express your own visual style. Also, in the time it’ll take you to make one detailed character, a low poly artist would be able to build a kingdom.

Pursuing high level of detail will slow down your production and will limit your options. You’ll have to resort to either outsourcing or using model repositories like Quixel and in that case the scene will start losing your “personal touch”.

So, basically, you’re free to pursue whatever level of details you want, but if you’re aiming too high, chances are you simply won’t have the budget to pull it off. For example, the model you posted on the screenshot is unfinished.

3 Likes

Low poly can refer to low poly versus high poly. Pretty sure that what OP means since he talks about retop

My focus is exclusively on the PC and something for the end of 2022 (I am a single person, I need to think a lot, but very small). My ‘demo’ (this is my idea, a ‘free playable demo’) will deal with the limitation of ‘world’, pass in an ‘apartment’ (just and I aim for something that is accessible to me with what I have today) although it contains, in itself, an important part of the mechanics of character interaction. It is a ‘Sci-Fi’ genre, inspired by the Manga / Anime Ergo Proxy and Blame (as for the theme or plot). Point and Click + 3rd View (I will not use isometric cameras and elements like these, we find in the unity Store itself and extremely cheap and efficient commercial models - although retrofitting). As for ‘design’, I think of something revolutionary launched by CCP Games in 2003. I am talking about ‘inspirations’ here and not about ‘copies’. Buildings, distant, seen from a window, are mere painted plans; lights, pixel (do not produce shadows, most are painted). Elements such as particles fill in the voids and do not weigh much in the processing (rain, leaves from possible trees, fog / smoke - planes and alphas - I don’t know yet).

Why do I speak of ‘revolutionary’? Because CCP Games knew (extremely efficiently) how to compensate for technical limitations of their time using ‘design’. Each element used in your game (EVE) was developed based on this assumption: limitations.

But why do I talk about this specific game? As I have extreme limitations, I think about ‘running away from them’ or ‘hiding them’ by design decisions.

You had mentioned ‘npcs’, populations (Crowd). I’ll have to get away from it. The context will be used for this purpose. My project (which is already being produced) is minimalist. Even so, the screen (scenery) gives the feeling that there is something ‘populous’. There are ways to create that feeling.

Sorry to break it to you but if you are a single person doing both game domain and art you will most likely not be able to make that until end of 2022. Art asset is a huge part of game Dev time.

You can save time by using asset store for generic items and only create the hero assets yourself

1 Like

Given that you have a day job and given the level of detail on your model, it is quite likely that you’ll fail to finish the project in the timeframe you specified.

The techniques you listed are not revolutionary, they’re common place. Distant objects that player isn’t supposed to approach are quite frequently low detail in modern games - to save production cost. Except that they’re boxes and not planes. However, there’s one important thing there- hand painted lights are not a time-saving measure. That’s because if you move something, you’ll have to repaint everything by hand again. And when the lights aren’t hand-painted, you can experiment with them however you want, and even if you want baked lighting, you can simply rebake the scene.

In regards of production cost, the wizard I posted earlier was done in a few hours (3 or 4, I forgot). That’s from nothing to game-ready state with skeleton and animation. It is limited (reduced animation set), and that’s not the fastest modeling speed in the world, but I highly doubt that your model can be completed in that amount of time, given that it’ll definitely require larger number of animations and on top of that you’ll need texturing work and facial morphs.

I would advise to start at extremely low detail version of the final thing - literally untextured boxes, prototype the mechanics and see if it works out. You can always increase level of detail later if you need it. However if you start at high detail level since the beginning, you risk sinking more development time into it than you can afford.

1 Like

Thank you very much.

Producing characters, for me, is something extremely easy and fast with what I’ve learned, with what I’ve produced in the last 30 years (I’m from version 2.5 of Max - I’m kind of old already). Aspects such as modeling, texturing, animation, I am not concerned. This is the relatively easy part for me. We currently have or rely on free and extremely efficient software such as ‘Make Human’, Krita (texturing and, in particular, hand-painted things). I only have Maya (I paid for it) and Maya is very complete software for modeling, texturing, animation. Zbrush, it was given to me by a friend a long time ago, my version has limitations, but I can do good things with it. In terms of 5 or 6 hours, my time, I manage to produce a high poly (without accessories). Retopology, as I said, there is a way to mitigate the composition time (if you don’t use Maya which is also efficient in that) using sofwtares like ‘Retopo’ (paid) or R3 (paid). Of course, I’m talking about relatively ‘cheap’ software for small studios. Adobe has Substance Painter / Designer (there are prices - for small consolidated studios). My brother has a ‘book publisher’ in my country. I was lucky. I don’t think of anything like or from Quixel. I will use shaders produced by myself and one, specifically, from the Unity store itself (I will use the cartoon / anime style of shaders to get away from the details, relief, etc. - all of them, literally, hand drawn, as well as lights - 'pixel ligh '). As I mentioned earlier, I think small - in an extremely limited demo regarding the scenario and the project for the end of 2022 (something playable).

I understand your words, I thank you.

1 Like

Sure, i have sure about this. We have a rich and lovely work on Store.

Well, having professional experience and skills changes quite a lot of things. In that case you’ll have a better chance.

Few minor details:

I’d advise not to rely on “painted lights” too much unless you have AMAZING artist on your team and are going for a comic book look. Something like this, for example (a comic made for VR):

Software like Daz and Makehuman can produce easily recognizeable specific model look that is often associated with lower quality software and games. Especially Daz, which has several stock models that are frequently used unmodified. This is something you might not want.

Aside from that I do not believe I have anything else to add. Starting with a box version of a level is still a good idea though. Unreal had documentation on level building process ( https://docs.unrealengine.com/en-US/Resources/ContentExamples/LevelDesign/index.html ), it applies to unity too.

1 Like