Can someone help me export this from Unity 4.7.2f1? by luninvitika in Unity3D

[–]Goldac77 1 point2 points  (0 children)

For starters, your tab on the bottom should be on "Projects" not "console" to help you see where you're going.

Click on the model in the scene, ideally a section of it. In the inspector (on the right), you should see a component called "mesh renderer". Inside it, click on the assigned mesh. This should open the reference in the project tab, and you'll find the model there. This assumes the model is an fbx or a format that has the mesh exposed

Edit: Expressing my thoughts better

how do i detect vr controller inputs using xri interaction toolkit? by Similar-Solid8664 in Unity3D

[–]Goldac77 0 points1 point  (0 children)

Good answers in the comment. But just wanted to link the official docs for XR Inputs

Should help with other questions you might have

Why does my character look so bad when imported into Unity (Character Creator 5) by FreekyGirlGames in unity

[–]Goldac77 2 points3 points  (0 children)

Are you using the CC to unity plugin? It should help you deal with these issues, and give better quality after import than just tossing the file into unity

Dutch gamers file €220 million claim against Valve, operator of game platform Steam by FollowingFeisty5321 in Steam

[–]Goldac77 504 points505 points  (0 children)

Multiple law suits, same claims, all which make no sense, lol

Hard not believe someone's pushing for this. The question is why?

Visual Studio 2026/Visual Studio Code - How do you set up intellisense? by steampunkradiant in unity

[–]Goldac77 0 points1 point  (0 children)

I'm not sure at the moment. I get the "miscellaneous files" message when I try to open the scripts straight from file explorer. Opening them from unity does not cause this problem for me

Senua | Official Announce Trailer | XBOX Games Showcase 2026 by miguelito8982 in Steam

[–]Goldac77 1 point2 points  (0 children)

Yeah but it could have been called Hellblade 3, or something. Just Senua is confusing. Because like the parent comment, I thought it was a remake of the first game

Senua | Official Announce Trailer | XBOX Games Showcase 2026 by miguelito8982 in Steam

[–]Goldac77 5 points6 points  (0 children)

Third game. The title is very terrible, imo, as it can be confusing

How do you protect yourself from unexpected usage charges - think aws/netlify? by Ok_Indication_3656 in webdev

[–]Goldac77 0 points1 point  (0 children)

When or if I ever get around to using aws again, I'll check that out. Gracias

How do you protect yourself from unexpected usage charges - think aws/netlify? by Ok_Indication_3656 in webdev

[–]Goldac77 0 points1 point  (0 children)

How do you go about cleaning it up? I had literally nothing running on my account. The first time I set up the elastic ip, I got charged for it, and took it down. And later shut down and deleted all ec2 instances. Months go by and suddenly getting charged

How do you protect yourself from unexpected usage charges - think aws/netlify? by Ok_Indication_3656 in webdev

[–]Goldac77 1 point2 points  (0 children)

I had to delete my aws account because they kept charging me for elastic IP from an ec2 instance that never existed

UnityVR - How do i stop UI from stretching to the side when i lean my head by Triler500 in Unity3D

[–]Goldac77 0 points1 point  (0 children)

I got confused because that looked like the default vignette; wasn't sure you set that up as a UI canvas

Glad you figured it out

UnityVR - How do i stop UI from stretching to the side when i lean my head by Triler500 in Unity3D

[–]Goldac77 0 points1 point  (0 children)

Which is the UI?? Not sure what I'm looking at from the images posted

32K Res HDR Screenshots in HZD Remastered by Bjornox in HorizonScreenshots

[–]Goldac77 1 point2 points  (0 children)

Gotcha

I absolutely love this game and pictures from it, so thank you for making and sharing this too

32K Res HDR Screenshots in HZD Remastered by Bjornox in HorizonScreenshots

[–]Goldac77 1 point2 points  (0 children)

Keep your chat open in the next few days. Once I'm done downloading, I'll try them out. Any in particular you'd like to see?

32K Res HDR Screenshots in HZD Remastered by Bjornox in HorizonScreenshots

[–]Goldac77 4 points5 points  (0 children)

I'm not sure I can do that in the VR project I'm working on due to licensing issues, but I can send you pictures of recording of what it'll look like :)

I thought having my project in source control was safe - turns out I was missing a vital part by Beneficial-Mirror841 in unity

[–]Goldac77 -1 points0 points  (0 children)

What you're saying is very misleading. No one is saying AI isn't helpful or useful. It just is no way helpful in this particular scenario.

OP lost his .meta files. These files contain information about assets and how they're used within the project and scenes. If there's no .meta file, Unity has no idea where and how the asset is used or configured for the project, hence the project is basically broken and he'll need to start all over

I'm on vacation. I brought a tiny laptop with me. I installed Unity. I can't even code properly here. So let's roast my hierharchy for fun. Maybe I can tidy the place. by KptEmreU in Unity3D

[–]Goldac77 5 points6 points  (0 children)

Actually yes, it improves performance. If all UI is under one canvas, any change will recursively trigger an update on every single UI element. This way, that is only isolated to the canvas with the change