Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,194,645 members, 7,955,350 topics. Date: Saturday, 21 September 2024 at 11:37 PM

Unity01's Posts

Nairaland Forum / Unity01's Profile / Unity01's Posts

(1) (2) (of 2 pages)

Programming / Re: Creating My First Video Game by Unity01: 8:44pm On May 29
This is awesome man 👏👏👏... It's been some years, please I'd like to see your progress so far 😊😊
Programming / Re: Unreal Engine 5 by Unity01: 3:55am On May 25
tensazangetsu20:
How are you gonna get a job after learning the game development in Nigeria grin grin cheesy

Funny enough, if you learn game dev and become good at it, you may not even need a job. They're many ways to earn in this field....in as much as getting a job is really good, not every skill ends in getting a job

1 Like

Programming / Re: Unreal Engine 5 by Unity01: 3:53am On May 25
Sheriman:

Where you wan see dem. Game development is capital intensive for average Nigerians except you come from a rich family and you have parents who understands your ambition, support finance your gaming tech career. As a game developer in Nigeria you need these:
High end Laptop that will run unreal engine is damn expensive from 800K to 1million above
You need steady electricity that will power your gaming system because most gaming laptop are not that strong. Maybe you go for Solar or Generator
Graphics drawing tablet.
Good ergonomic chair and working table
Money for data and food.
You hardly see Nigerians in this field bro! They are scarce



It's not as expensive as it may seem
Programming / Re: I Want To Start Developing Mobile Phone Games For Android What Should I Learn? by Unity01: 2:40pm On May 18
Alphabyte3:


Unity 1 are you on tg

Telegram? Nope...
Programming / Re: I Want To Start Developing Mobile Phone Games For Android What Should I Learn? by Unity01: 6:06pm On May 17
bassdow:
Me believe except you've got exceptional ideas, there really ain't space left in the Mobile Game development industry. That industry ain't like others.
For a solo dev, there just are so many odds for you to contend with and even beat to be successful and self-sustained.

Yea you could say you've got the time BUT no be only time you need. You need Money also, vast experience + filling in the voids of other positions.

Yea there might be gameEngines that could make your task easier and save you time BUT no serious game is ever built that way. Not even the average ones.


Just start at a hobby, and dont put pressure on yourself by becoming financially reliant on success

I agree with you there on the last part....but I also have so many questions concerning your comment...but first I'd like clarification on "no serious game is ever built that way". Please did you mean no serious game is ever built with a game engine or what??
Programming / Re: I Want To Start Developing Mobile Phone Games For Android What Should I Learn? by Unity01: 11:16am On May 17
lovediehatelive:
Please just want to venture into developing mobile games for Android, probably starting with 2d games.


When it comes to concepts and all that, I boil crazily with them from time to time.

So creativity should not be an issue. The problem here is the tech aspect.


Please what should I know and learn, and kind of step by step from concept to making my game live.


I plan on 2D, but have an eye for 3D games after succefuly publishing some exciting 2D games. ( For 3D I plan creating something like soccer games like dream league soccer)

Please advise


Hi... first off, I'm happy to see someone else having interest in game development... I make mobile games using Unity game engine and I'd love to contribute to your post.

Here's what you'll need:
For the PC you'll use, trust me you may not necessarily need an overkill to start. I started with a Core i3 and 4GB ram (that was by 2019). Although it handled the tasks I needed, I find the recent versions of Unity more demanding. I currently use a Lenovo Thinkpad T480 core i5 8th gen, 12GB ram and 256 SSD....8GB would do fine too. Also prioritize a SSD and a higher generation processor. I run Unity 2022 with this very smoothly...

I mainly make mobile games, specifically in the Hypercasual/Hybridcasual genre (I really recommend you make research on this niche). Why I recommend this genre is that the games you'd be making are simple, short and specific....your main focus would be on gameplay mechanics design and implementation which would really open you up to various coding techniques and other procedures you'll be learning while making games as a beginner. Also, the game development process won't be tasking on your PC as you won't be using heavy graphics and assets (but you can also do this if you want to, no harm here)....and the best part is that the project lifecycle would be shorter compared to games from other genres, which is very very suitable for beginners to learn faster and also essential for a solo developer....the idea is, instead of spending months making one big game, you spend the same time making many many small games...

The Hypercasual market is also large, and has a wider range of audience....but for the marketing and monetization aspect you'd need to also research on that... Basically you can use in game ads to monetize your games (I use unity ads, it's beginner friendly and they also have good customer support) but I'm also planning on using Google admob in future....for user acquisition, you'll need to learn about "App Store Optimization (ASO)"...Then later as you progress and make more marketable games, you can run ad campaigns...
Start small though, you might not need to worry about the marketing aspect for now....

Your first focus should be learning the foundations....how it works, the logic, the programming, etc.

You can choose any game engine you want. I use Unity3D.... although Godot has been gaining a lot of popularity lately. There's also the industry giant (Unreal Engine)...but it's kinda and overkill for simple mobile games... mainly use for AAA games and also... it's super heavy on the computer compared to the other two. Unity is flexible too, you can build a single project for multiple platforms, it uses C# (don't let this scare you, it's really easy to grap)...and it has a large market place you can get assets for free or paid.

Use Visual Studio Code (not Visual Studio) to write your codes.... Visual Studio would be more appropriate especially for a beginner but running it along side unity ears RAM like crazy. Visual Studio Code is lighter.

Start with Brackeys tutorials...search him on YouTube and you'll see his videos.. there's one playlist he taught how to make a game for beginners... it's a cube dodging game like that, simple but you would have covered a lot of the foundations by making that one game.

There's still more to say but that should do for a start


Oh I forgot to add...you might not make any reasonable earnings for a long time. Like years, so you'll need to be patient with the process.
Programming / Re: Funny Programming Memes. Just For Laughs by Unity01: 10:18am On Feb 11, 2021
Valkan:
what of an engine like struckd apk and game maker studio for pc


Sure, just do your research and make a choice... I personally would recommend Unity
Programming / Re: Funny Programming Memes. Just For Laughs by Unity01: 11:26am On Feb 10, 2021
Valkan:
hi it seems you a programmer please what programming language do you think I should learn as an upcoming game developer

Hi... this depends on the route you'll take in game development... using a game engine, and not using a game engine.

If you're not planning to use a game engine, then you can start with python and pygame. I don't really know much in this so you'll need to do some googling..

However, to make quality 2D and 3D games, for mobile, desktop, etc you'll need a game engine.. bear with me, I just realized I'll need to do more typing...

Now there are many many game engines you could choose from and the truth is, some of them don't even need you to write a single line of code...yeah you heard that right....there's also what we call Visual Scripting....

Now to the engines,

Buildbox is free and doesn't require any coding knowledge... you can make Amazing mobile games with it.

Unity is a professional and quality game engine (this is the one I use)....it uses C# as programming language and trust me, it's very very easy to learn...but if you don't want to, you could use the visual scripting packages...we have playmaker and bolt....although I would recommend you learn c# as it is more professional and would give you FULL control over your game, you can still start with visual scripting and then move to c#.

In an engine like Unreal engine, you'll need C++ or you use blueprints (visual coding)... I haven't used this before but it's not really beginner friendly and it also requires a high end PC... although I haven't tried it, I can't really say how difficult it is but you can experiment everything.

there are also numerous game engines you and weaknesses...so you might wanna do some research on this...

So back to your question about the language you should choose, it all depends on the engine you choose...but you can choose any Object oriented language and just learn the basics like variables, functions, loops, if else statements etc...you'll be able to pick up and understand some terms specific to the engines.

This is kinda like a briefing but I hope it helps

2 Likes

Programming / Re: First Thing First, Learn To Program! by Unity01: 3:34pm On Jan 14, 2021
progeek37:
Pursue your dreams and collaborating with other programmers. Join my free coding group today.

Hello boss, please add me up, 08128047289.... I really need to learn this
Programming / Re: Create Your First Android Application On Flutter. by Unity01: 1:37pm On Jan 01, 2021
Hi JullianNoah... Thanks so much for this tutorial...
I downloaded the Flutter SDK not too long ago, but I'm having issues running the app.
After serious efforts and sleepless nights, I finally got the android emulator running on android studio, but I still get errors when I try running it in VSCode and even android studio...
I'll try and post the errors and maybe screenshots as soon as I can.
Programming / Re: Why Haven't You Created Your Start Up. by Unity01: 7:52am On Dec 28, 2020
Drybones:
Dear programmers, Why haven't you created your own Facebook, instagram or any other idea you have?

What do you think are your limitations.


Seun,lalasticlala,mynd44

I'm not really sure, but I think here in Nigeria, we tend to be more inclined to jobs and pay and overlook the potential of ideas.

I mean most of us here are really really skilled, some even better than our foreign counterparts, but it's the ideas they come up with, innovations, value addition, etc that sets them apart.

Mind you, I never said getting a job is bad, I just answered the question OP asked...

"Why haven't you created **your own** Facebook, instagram or any other idea you have?"

1 Like

Programming / Re: Minimum Computer Specs For Learning Programming by Unity01: 6:23pm On Dec 11, 2020
dedghoul:

Yes, you are right. Thanks anyway, even though I lost my chance in getting the laptop

You welcome
Programming / Re: Minimum Computer Specs For Learning Programming by Unity01: 7:47am On Dec 10, 2020
dedghoul:

Data structures and algorithms, back end. Probably ML/data science. I haven't made up my mind yet..

I don't really know much about these aspects but I don't think it should be much of a problem. I use a laptop with similar specs, 4gb ram, Intel corei3, to make 3D games with unity....

my point is, don't wait till you have a gaming laptop, just start with what you have, you have, you can get a new one later..

PS.. I once learned c++ and frontend dev with my phone
Programming / Re: Are there no Game Developers in Nigeria??? by Unity01: 10:41am On Nov 20, 2020
daHcKR:
Am a game developer... although have been off for some time now..

Okay, so what game engine do you use, and do you plan on resuming?
Programming / Re: Are there no Game Developers in Nigeria??? by Unity01: 10:39am On Nov 20, 2020
GreatAchiever1:

I dont really think game dev requires powerful machinery except of course if its a full 3d or VR game...
the problem for game dev here apart from jobs is that it requires alot of hands on deck from programmers to designers to animators to composers,...etc

Yea but the process is actually simpler. If you don't want to learn programming, you can use visual scripting, plus, there are game engines that don't require coding... for the models and animations and designs, there you have the asset store, you can check for free assets or relatively cheap assets you could use...
Programming / Re: Are there no Game Developers in Nigeria??? by Unity01: 10:36am On Nov 20, 2020
tensazangetsu20:
The problem is that game development requires very powerful machinery and there's no jobs for game developers here.

No I don't really think so...there are game engines that are very light weighted, some of them even run on the web....and a game developer can also be self employed. you make your game, publish it and monetize it. if it's a really good game, top publishers would live to work with you....and besides to get a job, you must have had a portfolio, and already make games, so it's a win win

1 Like

Programming / Re: Are there no Game Developers in Nigeria??? by Unity01: 10:33am On Nov 20, 2020
Ayodele951:


Totally a newbie to game development, that was what made me go into programming, but will love to learn, would need a mentor.

That's great. what game engine do you use
Programming / Re: Are there no Game Developers in Nigeria??? by Unity01: 10:33am On Nov 20, 2020
GreatAchiever1:
well, still a starter, started learning how to make games from python pygame,still learning it tho. made some simple games...

But recently decided to pick up Gdscript, as a new language to learn and make games with..

I personally would like to be concentrated more on game design than game programming...

wow that's nice...are you using Godot?
Programming / Are there no Game Developers in Nigeria??? by Unity01: 5:19pm On Nov 16, 2020
Hi everyone, my name is UbongAbasi, I am a game developer and I use Unity Engine and C# as programming language.

Thing is, I see a lot of programmers in the forum, web developers, and others but I rarely see any game developer here or related topics.

So whether you're just starting or you're experienced in the field, please give a brief introduction, the engine you use, show us what you're working on, and if any, a link to your games... I'd love to see games made in Nigeria.
Programming / Re: Check Out This Hyper Casual Game I Made That Uses Naira As In-game Currency by Unity01: 12:58pm On Jun 17, 2020
codeigniter:

was it developed solo
how long did it take to develop
I can't find it on Google play

Sorry about that, it's new that's why it's a bit hard to find on the play store, please use the link in the post..

Yes, I made it by myself, as for the time it took.... it's about 5 months but well, it's my first game and I wasn't that consistent in making it, coupled with very little knowledge and experience, school, and annoying NEPA that never gave light���
Programming / Re: Check Out This Hyper Casual Game I Made That Uses Naira As In-game Currency by Unity01: 9:26pm On Jun 15, 2020
Hotspotbro:
Any game purchases with real money?

Nope, no in app purchases
Programming / Re: Check Out This Hyper Casual Game I Made That Uses Naira As In-game Currency by Unity01: 8:17am On Jun 15, 2020
Lalasticlala please help move to front page, thank you
Programming / Re: Check Out This Hyper Casual Game I Made That Uses Naira As In-game Currency by Unity01: 8:15am On Jun 15, 2020
alphaRego01:















Lol.u no see my GOOD JOB?
Hahaahahahaaha, thanks man
Programming / Re: Check Out This Hyper Casual Game I Made That Uses Naira As In-game Currency by Unity01: 8:13am On Jun 15, 2020
flyingpig:
Can't you just do without making this guy probably feel bad grin
Hahaahaa. abi o. he even said Good job before
Programming / Re: Check Out This Hyper Casual Game I Made That Uses Naira As In-game Currency by Unity01: 8:13am On Jun 15, 2020
Naira

1 Like

Programming / Re: Check Out This Hyper Casual Game I Made That Uses Naira As In-game Currency by Unity01: 8:12am On Jun 15, 2020
alphaRego01:
Good job

























Buh wats actually the idea if one cant payout this money?

Hahahahaaha.. it's just the money you use in the game, most games use dollars, I thought I should use naira instead
Programming / Re: Check Out This Hyper Casual Game I Made That Uses Naira As In-game Currency by Unity01: 8:10am On Jun 15, 2020
More photos

1 Like

Programming / Re: Check Out This Hyper Casual Game I Made That Uses Naira As In-game Currency by Unity01: 8:09am On Jun 15, 2020
Available on the Google Play Store

2 Likes

Programming / Re: Check Out This Hyper Casual Game I Made That Uses Naira As In-game Currency by Unity01: 8:08am On Jun 15, 2020
Please help move to front page

Programming / Re: Check Out This Hyper Casual Game I Made That Uses Naira As In-game Currency by Unity01: 8:06am On Jun 15, 2020
More photos

Programming / Check Out This Hyper Casual Game I Made That Uses Naira As In-game Currency by Unity01: 8:03am On Jun 15, 2020
Hello Everyone, check out this awesome new game - Crazy Rolls.
A hyper casual game that involves the loop rolling of a ball, avoiding obstacles along the way, and picking coins as you go.
Try not to blow up on mines, collide against a wall, collide with other objects and of course fall off the cliff.
Earn coins and unlock amazing balls.
For lovers of tilt controls, you're welcome. We have you covered. And how about more intensive control type? We have touch control also. You can easily go back and forth with these settings and decide which is best for you.
Kick back, Chill out, and Play Crazy Rolls.
It's available now on the Google play store. Here's the download link... Don't forget to leave a review and a 5 star rating, thank you..

https://play.google.com/store/apps/details?id=com.urlgames.crazyrolls

Gaming / Re: Check Out This Awesome Game I Made That Uses Naira As Game Currency by Unity01: 4:43pm On Jun 14, 2020
VICTOR4LYF:
Lalasticlala pls move this thread to the promised land
grin
VICTOR4LYF:
Lalasticlala pls move this thread to the promised land

Hahaha. Thanks alot

(1) (2) (of 2 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 70
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.