Search the Community
Showing results for tags 'performance'.
-
I'm planning to use LOT'S of decals in my project. I will use them to for signs, labels, dirt etc. My question is, before I go ahead, do they eat lot of processing power? What if I have a prefab with ten decals and then I have that prefab used in 20 different places? Even hundreds? Well, yes best wa...
-
Hi there, I am wondering if I am doing something wrong, or if I expect too much from Leadwerks... I built a small medivial house, just to play around. Soon I recognized that I got trouble with perfromance, very low FPS in Debug and normal run mode. So I started testing Leadwerks Performance a b...
- 19 replies
-
- Performance
- Art
-
(and 2 more)
Tagged with:
-
http://pastebin.com/yQ2jHPii > I put my script on pastebin for better overview. This is the script I attached to a turret . Basic explaination: It ckecks for enemies nearby and alligns itself to them, calls shoot() function once in a while. The Bullet itself is only for the visual. To hurt the e...
-
I'm running into a huge issue, I can't wrap my head around it. Whenever I compile the Lua interpreter (Visual Studio Express 2013, Release mode, Windows-32 bit), I get back an exe about 5.5 MB large. The Lua interpreter that comes in each project is only 4.5 MB large. This fact alone wouldn't be a h...
-
I find it really strange that I'm getting really low FPS on all of the maps that I make, I usually have around 5-10 fps when the map is fully finished, and the bad thing is, I'm not the only one with this problem. I get that my map is intense in terms of lights and whatnot but my specs should allow...
- 38 replies
-
- Performance
- Low frames
-
(and 1 more)
Tagged with:
-
This might be a pretty obscure question, but I just had a thought as to why I might sometimes get crashes randomly. Anyway, do loaded assets get "cached"? If not, then could loading and releasing assets possibly fragment memory to an extent that could cause a game to crash?
-
- performance
- crashing
-
(and 1 more)
Tagged with:
-
So, I was trying to find out why my game's framerate wasn't the best, and I came across an unexpected discovery. When I have 6 separate car models in game, the framerate plummets. However, if I use the same car model, the framerate is more reasonable. Anyway, I was just wondering, is this suppos...
-
I've noticed during the testing, performance is really bad. Whether it's the AI testing level (3-10 FPS), 2 lights+floor+kicking around a box, or a particle emitter with high particle count, as soon as something starts happening it is visibly choppy. It is bogged down from 200 FPS to around 20 FPS...
- 4 replies
-
- performance
- shadows
-
(and 1 more)
Tagged with:
-
So I was reading a something from a post on one of Unity's forums (I'm not interested in the engine, but some of the discussions there are helpful), and atlas texturing seems to be a big thing there. I had no idea that one large texture that combined multiple small textures could improve performance...
-
Is Leadwerks designed to handle a lot of unique textures without significant performance drop? I'm just curious because I trying to decide on whether or not to use a bunch of unique textures in my game to a lot add variety. Also, how many unique textures are you using if you are working on a gam...