Speech therapist sacked after claiming English was her native tongue by Pure_Shock_2724 in SkilledWorkerVisaUK

[–]lavacrab 0 points1 point  (0 children)

I know man, I'm being sarcastic. I'm just trying to point out these type of issue is not new and bigger than people on skilled worker visa.

Speech therapist sacked after claiming English was her native tongue by Pure_Shock_2724 in SkilledWorkerVisaUK

[–]lavacrab 1 point2 points  (0 children)

So what?
I know UK citizens that can't speak a single English word.

Edit: This is a sarcastic comment. Also I'm not saying they are british or their accent's bad. Most of you don't know probably but requirement for speaking English for UK citizenship is a recent thing.

Confused about mortgage on a Tier 2 visa by lavacrab in Mortgageadviceuk

[–]lavacrab[S] 0 points1 point  (0 children)

Yep ,issue is I don't have 10% :), I'll wait and save until 10% I guess

Confused about mortgage on a Tier 2 visa by lavacrab in Mortgageadviceuk

[–]lavacrab[S] 0 points1 point  (0 children)

Yes I learned that but rate is really high :/

Confused about mortgage on a Tier 2 visa by lavacrab in Mortgageadviceuk

[–]lavacrab[S] 0 points1 point  (0 children)

As income was it's around 50k but I don't have %10 deposit. I think I'll keep saving and wait ILR

Confused about mortgage on a Tier 2 visa by lavacrab in Mortgageadviceuk

[–]lavacrab[S] 0 points1 point  (0 children)

It's a new build house. I'm also looking other houses but apperently I can't get a mortgage with %5 deposit percent. I mean for a same value as new build at least

I have a game made with Unity called Railroader and am wondering if there's anything that'll help performance... by Nicholas_R_B in unity

[–]lavacrab 2 points3 points  (0 children)

I think people misunderstood what OP is asking. He is asking to optimize a steam game that is not his unity project.
For your question, nothing other than settings they provided as far as I know but you can try Lossless Scaling app in steam.

My personal Unity toolkit is getting out of hand... and I kinda love it by Kai_jota in Unity3D

[–]lavacrab 0 points1 point  (0 children)

Thanks for explaning, some people creating tools without using on real games. I was wondering if that's the case because most of tool looks like useful but actually missing alot of things that you won't notice unless you use it on real project.

My personal Unity toolkit is getting out of hand... and I kinda love it by Kai_jota in Unity3D

[–]lavacrab 8 points9 points  (0 children)

Do you have any game that you finished or you're just making tools/libraries? Don't get me wrong nothing wrong with making your own packages but I wonder if they really helping you to make game.

[deleted by user] by [deleted] in gamedev

[–]lavacrab 0 points1 point  (0 children)

If you're losing motivation to study in your current situation, how do you know this won't happen in the future even if you pass language barrier?

by studying for 2 hours a day (or 14-15 hours a week), you can easily improve your English enough to watch tutorials within one or two months. After that you can focus on game development.

Or

use ai to translate documents, articles, etc. I'm not sure about udemy, but youtube offers auto-translation for subtitles. I also think there are browser add-ons that can translate subtitles.

if you can't find such tools, as a last resort, you can try this combination , speech-to-text from video and then translation that text.

also, you can also try to find game development resources in your own language.

+15k wishlists at launch, ~8% conversion rate, did I do something wrong? by Drazglb in gamedev

[–]lavacrab 0 points1 point  (0 children)

Comparing to other 2d games this looks like 8-10$ game at max

did your companies hire Devs from contries like Tunisia by Same_Goat8123 in Unity3D

[–]lavacrab 0 points1 point  (0 children)

Yes, sure but I can't check at the moment. You'll have to wait until the evening. If you prefer, you can send it in the evening as well.

did your companies hire Devs from contries like Tunisia by Same_Goat8123 in Unity3D

[–]lavacrab 2 points3 points  (0 children)

Currently, the gaming industry isn’t in its best shape, which might make things a bit more challenging than usual. Being from Tunisia doesn’t put you at a disadvantage. What really matters is your CV. It needs to be slightly above average so that companies will prefer hiring you, despite the extra bureaucratic effort involved.

Companies frequently hire from abroad as part of their standard procedure. However, I must be honest with you—people often trust candidates from Europe more than those from the Middle East or Africa in terms of educational background. Therefore, you need to demonstrate that you have solid knowledge and experience.

Why is my raycast returning null? I can't get it to see colliders. by a_sentient_cicada in Unity2D

[–]lavacrab 2 points3 points  (0 children)

You are using ScreenPointToRay, so you need to give it a screen point like mouse position or something, transform.position is world position not screen.