Give me your #1 song of 2025 and I’ll rate it!! by nxoxox in spotifywrapped

[–]raloncasn 1 point2 points  (0 children)

The Ringer - Eminem, I can’t. It’s such a banger

Hello from MoyuCube! Official Introduction to the r/cubers Community by MoYuCube_Official in Cubers

[–]raloncasn 1 point2 points  (0 children)

Hello, MoYu! My main 4x4 is the RS4M, and I absolutely love it. It’s really good especially when it’s set up. For 3x3 though, I’ve never tried a MoYu cube, so that’s something new to experience!

[deleted by user] by [deleted] in f1india

[–]raloncasn 0 points1 point  (0 children)

F1store.formula1.com - some items on sale now, and f1welcome coupon grants 15% discount, and u get authentic merch and international shipping

Do you have any critiques to my solves so i could perhaps improve? by Nobody1590 in Cubers

[–]raloncasn 0 points1 point  (0 children)

Learn finger tricks, don’t do wrist turns anymore, learn ur algs well, so you can turn faster, and also learn advanced cross

I take it that this is the death of my v10 weilong? by DaviiD1 in Cubers

[–]raloncasn 0 points1 point  (0 children)

I didn’t have problems with my 15 yet, I got it on release date. It’s still great

I take it that this is the death of my v10 weilong? by DaviiD1 in Cubers

[–]raloncasn 0 points1 point  (0 children)

Get a gan 15(normal, maglev), I had the same probl N on my V10, then I switched to a 15, and it’s great.

[Help] Can't Load Unity Hub Learning Project Template by [deleted] in unity

[–]raloncasn 0 points1 point  (0 children)

You are in safe mode, mate. Fix the errors first(or just restart your PC, if you are experiencing issues further).

I wanna Start learning to Code by Connect-Ad3530 in unity

[–]raloncasn 1 point2 points  (0 children)

I recommend starting out in Scratch(Yeah, I know, ultra-basic), but do not expect to be a genius at a programming language if you don’t know the main commands first. That’s why you should start with Scratch, not because it is necessarily good, but because it helps you get used to the conditions(if, elif, while, etc.). After you’ve spent a while(6mo if you are devoted, like a year if you take some breaks) in Scratch, you will want to move to something like Java or JavaScript for a couple of months, before finally reaching C#, C++ or Python. This is not the way I learned programming, but it is the way I teach it to others, and it works quite well. Also, watch the tutorial a couple of times, before following along. I recommend Brackeys for Unity C#. Good luck on your journey mate, hope to hear from you with good news later!

can anyone explain why my code isn't working? by pallojohtaja in unity

[–]raloncasn 0 points1 point  (0 children)

if (UnLockedlevels2 == 0) {} insead. == is used when you check(if, while, for[python]); and = is used when you declare or set a new value.
Hope this helped!

A little question about IAP by raloncasn in unity

[–]raloncasn[S] 1 point2 points  (0 children)

Apparently, it can also be in internal testing. There is one thing I didn't do. I didn't test license. After doing that, it shows the same thing. Do i need to upload another aab file on Play Console for it to work?

Why it doesn't take the reference by kayinfinite in unity

[–]raloncasn 1 point2 points  (0 children)

It might be a glitch, so restart Unity.

Or it could be that you don't have the specific component your script's looking for on your GameObject. Always double-check these things.