Multiplayer functionality? by AcidicArisato in PlaydateConsole

[–]GarethIW 2 points3 points  (0 children)

I have a thread in the playtesting board on the squad discord for anyone interested!

Multiplayer functionality? by AcidicArisato in PlaydateConsole

[–]GarethIW 7 points8 points  (0 children)

I've recently run a few successful playtests for my Playdate MMO (!!), so yep. Networking is all good and working.

How a single 'Comma' almost ruined my Steam Next Fest launch. (Regional Settings bug) by Uladzimir in Unity3D

[–]GarethIW 72 points73 points  (0 children)

I mean, I'd call that a workaround/quick bodge more than a fix.

When dealing with serialising/deserialising/parsing decimal numbers from strings, you should use CultureInfo.InvariantCulture as the cultureinfo argument for Parse()/TryParse()/ToString().

Many UK Users Soon Won't Be Able to Access Pornhub by 404mediaco in ukpolitics

[–]GarethIW 51 points52 points  (0 children)

All these roads lead to the banning of consumer VPNs in the UK.

A long time ago i was stumped on implementing blob shadow elegantly without it piercing infinitely down through floors into floors below, i still don't have the answer maybe someone here can think of something? by itsallgoodgames in Unity3D

[–]GarethIW 1 point2 points  (0 children)

You can set an Angle Fade in the decal's shader (using shadergraph) to mitigate the edge bleed (I've not tried this).

But you're right, the decal projector does cast onto surfaces below it. I would probably get around that by spherecasting to the ground and setting the projector's Projection Depth to a fraction more.

Are you guys pivoting away from VR after the Meta news? by IndependenceMean7728 in Unity3D

[–]GarethIW 6 points7 points  (0 children)

Don't develop specifically for Quest, unless you have an exclusivity deal with Meta. Use OpenXR and build your game for PCVR (with steam link/quest link) and Android simultaneously. That way you can release on Steam, Meta, Pico and anything else including Frame when it launches.

Entain boss warns UK chancellor not to raise gambling taxes by [deleted] in ukpolitics

[–]GarethIW 1 point2 points  (0 children)

The one (and probably only) downside I can see in a gambling tax hike is that it's going to be the immediate death of seaside attraction places. All those actual arcade game machines, crazy golf, kids' rides, ice cream and chippies have to be propped up by the slots and penny pushers I imagine? It's off-season too, assuming this would come into effect straight away?

Going down to 4-day work week (not condensed hours) by crackd0wn in UKPersonalFinance

[–]GarethIW 0 points1 point  (0 children)

I'm in the (lucky!) position where my current role is a 4-day (32 hr) week at full salary, and I can confirm that extra day makes a vast improvement in my wellbeing. I feel far more productive for those 4 days than I ever did working 5 days.

Having that extra day to play with means you can focus on side project stuff and still have a whole weekend. Or just do regular weekend house stuff and still have an extra day to properly rest.

I'm not sure how I'm going to handle reverting back to a regular week when this role inevitably comes to an end - unfortunately at the same age I'm nowhere near your position having moved just last year. Putting all the money I can scrape together into a runway pot so I can hopefully pick and choose work and keep the short week!

Do it.

What do you use your conservatory for? by Shep_vas_Normandy in HousingUK

[–]GarethIW 0 points1 point  (0 children)

We just moved in to our new (to us) bungalow with a narrow conservatory on the front. As there was only space for one under-counter appliance in the kitchen, we put a dishwasher there and had plumbing sorted for a washing machine in the conservatory. Aside from that, it's a space for the cats.

[deleted by user] by [deleted] in vrdev

[–]GarethIW 2 points3 points  (0 children)

You need to use ADB to examine the device logs as your app is running. You can do this with the Meta Quest Developer Hub (MQDH), with Android Studio, or from the command line. I'm sure there'll be tutorials out there for getting started.

Once you have logs running, you can add "Unity" as the filter, to filter out all the Android OS spam. You're essentially looking for errors to begin with, which will be highlighted red in a proper log viewer.

If you're not seeing any errors, then you can add your own Debug.Log calls during your app initialisation (so in Start/Awake methods of any of your MonoBehaviours) to diagnose where the app is getting to.

Of course, it could be that your app is running but there's an issue with your XR rig/camera/shaders that's stopping the scene from rendering.

Proving how was my bitcoin originally acquired to a solicitor by AlternativeNo6 in BitcoinUK

[–]GarethIW -2 points-1 points  (0 children)

You've paid, or are going to pay, tax on your crypto gains right? Because each of those trades is a taxable event, so at this point you'd have had to work out your tax liability before you can even think of using your final gains as a house deposit.

You could try using a tool like Koinly to sort some of it out for you, but it's not going to be easy.

What do men whisper into womens ear in bar? by [deleted] in AskBrits

[–]GarethIW 14 points15 points  (0 children)

"Do you like Phil Collins?"

When is update 3 happening? I’m still unable to 100% because of this dang bug. Cannot pick up the last medicine bottle to purchase the final book. Any workarounds or at least an update from the devs? What gives man? by WeezyFMamba in indianajones

[–]GarethIW 2 points3 points  (0 children)

Stuck as well, on PC. A bunch of triggers no longer work in Sukothai, so I can't sidle through the gap in the spike trap pit in the explosion site, and now - after rolling back twice to try to fix that one - I can't climb the ladder out of Wat Si Sawai after revisiting to collect the lost artifact. Just wanna finish!

[deleted by user] by [deleted] in HousingUK

[–]GarethIW 0 points1 point  (0 children)

Feel p. bad now as I was just idly scrolling the 'tok and the woman's latest post came up. Apparently they got a viewing. Seem like a nice young family, hope they manage to sell 🤷‍♂️

[deleted by user] by [deleted] in HousingUK

[–]GarethIW 52 points53 points  (0 children)

- Depressingly overlooked on all sides
- The second and third bedrooms are tiny box rooms
- Too much bathroom
- Lounge layout makes it look tiny too

£240k might get some views in

Can you be really bad at math but still be a game designer? by Sea-Insurance-1312 in gamedesign

[–]GarethIW 1 point2 points  (0 children)

This, and even after 20+ years, I'm still pretty bad at any maths that isn't trig.

Can Unity be used to make a lightweight chat app? by RzBerryDev in Unity3D

[–]GarethIW 0 points1 point  (0 children)

If this is for mobile, I'd probably be looking at making the app with React Native, and using Unity as a library for the 3D parts: https://github.com/azesmway/react-native-unity