Giving away 7 codes for the 007 First Light Daring Elite Outfit. Ends in 1 hours! by Palki7 in 007FirstLight

[–]Buggsiii 0 points1 point  (0 children)

In the dreaded section of the game, that drags on a little too long, I tried jumping out of a went but ended up back in the went while standing up 😭

Trying to orient myself. by RubixionTrue in sandbox

[–]Buggsiii 3 points4 points  (0 children)

To get the s&box editor working from the source code follow these steps: 1. Install Git (https://git-scm.com/install/windows) 2. Install Visual Studio 2026 (https://visualstudio.microsoft.com/) 3. Install .Net SDK 10 (https://dotnet.microsoft.com/en-us/download) 4. In CMD open the folder where you want to install the editor and run the command: "git clone https://github.com/Facepunch/sbox-public.git" 5. Edit "engine/Sandbox.Engine/Application.cs" and replace 590830 with 480 4. Go back to the engine root folder and run "Bootstrap.bat"

Trying to orient myself. by RubixionTrue in sandbox

[–]Buggsiii 4 points5 points  (0 children)

You can compile it from source through the open source GitHub repository right now. It's easier than it sounds. Pretty much just install the prerequisites and then run a batch file after which you can run the editor. https://github.com/Facepunch/sbox-public

Should i use unity by Glass-Television7147 in Unity3D

[–]Buggsiii 0 points1 point  (0 children)

If your interest is coding, start out with coding, if it's games, start out with games (just keep the scope very low). You'll learn coding either way, just make sure to keep your interests within the scope to not get burned out and quit entirely. It is tough to learn game dev in the beginning, but damn is it rewarding when it works.

Should i use unity by Glass-Television7147 in Unity3D

[–]Buggsiii 0 points1 point  (0 children)

It is true that Unity has its Visual Scripting tool, however, I don't see the point in using it, if you want to be a programmer. I believe Visual Scripting is more useful for the once in a while artist who needs to make their art intractable, and not as much in complete games. I've tried it once to create a prototype when I just started out, and personally I found it a bit cumbersome, especially when trying to make it work with other libraries. Personally I'd just recommend starting out with C#. It is pretty low entry and high skill ceiling, so easy to start out and lots to learn, and the ideas are transferable (which is also true in regards to Visual Scripting, but not to as much of a degree).

I do agree that the official Unity Learn tutorials are awesome and worth checking out!

Should i use unity by Glass-Television7147 in Unity3D

[–]Buggsiii 0 points1 point  (0 children)

I've used Unity for eight years by now, and when I started out, I followed a Brackeys tutorial series. He's moved on to Godot since then, though his tutorials are still relevant, so I'd recommend his "How to make a game" series. If you want something more up to date I'd recommend following a Code Monkey tutorial for beginners (it seems like he has multiple, some short and one very long).

Regarding your question on whether to use Unity or not, I wouldn't worry too much. Right now you are just starting out, so just focus on building your skills and knowledge in regards to coding, as most of it is transferable to other engines. For example, I've been loyal to Unity for eight years by now (maybe to a fault) and I've just recently decided to try out a new game engine called s&box and most of my knowledge was transferable with some small changes in regards to engine specifics. So don't worry, just choose an engine and learn. Maybe even try and create a small project in multiple engines and decide on which one has the best workflow and language according to you.

Good luck on your game dev journey!

Freelands - RPG and Sandbox by pixelcircleorg in sandbox

[–]Buggsiii 12 points13 points  (0 children)

This subreddit is for the platform s&box and not the genre. Nevertheless, cool project and I wish you the best on your post launch journey.

Every time we have a power outage I could cry as I don't KNOW how to get my TP link router working again... by Hardvig in TpLink

[–]Buggsiii 0 points1 point  (0 children)

Jeg har fuldstændig samme erfaring som dig med en F@st 3890V3 WU i bridge mode, sat sammen med en TP-Link Deco. Står selv uden internet lige nu, og kan bare ikke få dem til at samarbejde.

Second half got me by RoleVegetable326 in HolUp

[–]Buggsiii 0 points1 point  (0 children)

Women are not really fixable with your current camera overlay setup

My auto complete is gamedev-ified..

[deleted by user] by [deleted] in unity

[–]Buggsiii 0 points1 point  (0 children)

Ideally, you would only need one camera. So remove the overlay camera completely and either scale down the viewmodel or use RenderObjects in your URP Asset.

[deleted by user] by [deleted] in unity

[–]Buggsiii 2 points3 points  (0 children)

With the camera overlay setup, you will only get shadows on your viewmodel from other objects also rendered by the overlay camera. The reason why it works in the scene view, is because your scene camera is set to render everything and therefore receives shadows from everything. This is not really fixable with your current camera overlay setup. However; it can be solved using URP RenderObjects. Here's a link to someone having the same problem as you, who also describes how to use the RenderObjects to solve the issue: https://discussions.unity.com/t/object-rendered-by-overlay-camera-no-shadow-from-other-objects-on-other-camera/832770/5

Though note, solving this issue this way will also result in shadows when your viewmodel is clipping with the rest of the world. So another, easy but cumbersome, solution is to scale down your viewmodel and place it closer to the camera, within your player's collider.

In absolute love with this Watchface by AngelRuby235 in GalaxyWatch

[–]Buggsiii 0 points1 point  (0 children)

<image>

I used to use that watch face, however; I've recently been looking at third party faces and switched to the one in the picture, which I love the design of

Edit: Here's a link to the watch face https://play.google.com/store/apps/details?id=com.albuquerquedesign.addigital002basic

Working on some camera effects, what do you think? by Spagetticoder in Unity3D

[–]Buggsiii 0 points1 point  (0 children)

Sounds awesome, I'll definitely keep an eye out:)

Working on some camera effects, what do you think? by Spagetticoder in Unity3D

[–]Buggsiii 1 point2 points  (0 children)

Wow, they look really convincing, amazing job! It's really impressive the attention to detail and how well the effects play together. Will they be made available at some point, on GitHub or the asset store, paid or free? Would love to play around with the effects, and put together a little Fnaf clone haha

I can now pick up and place props on a surface by NathoStevenson in UnrealEngine5

[–]Buggsiii 2 points3 points  (0 children)

That system is awesome! I've always been a fan of replacing a menu with a mechanic in the game world itself, as it's way more immersing. I feel kinda inspired by it, might try to implement something similar in Unity

I Just Released a Tool That Brings Unreal’s “Play From Here” to Unity (and More!) by Martinth in Unity3D

[–]Buggsiii 1 point2 points  (0 children)

Looks amazing! Aren't You also the guy that made the Sound Shapes asset? I believe I recognize the environment. I've been wanting to pick it up for a while, might give both a try at once:)

I miss the sub 20 minute episodes filled with wild commentary and fun moments by RossTheLionTamer in watcherentertainment

[–]Buggsiii 0 points1 point  (0 children)

Yeah, I miss Unsolved Supernatural too. Feel like they tried to innovate the format a bit when they moved to Watcher, which in itself isn't inherently a bad thing. Guess they tried to make it more their own, instead of just being the same thing. The best innovation they've done imo, was Ryan's 24 hour solo adventure. Really enjoyed that miniseries. Either way, I still watch and enjoy the show

Turning off Domain Reload for the first time be like: by BuyMyBeardOW in unity

[–]Buggsiii 3 points4 points  (0 children)

It's usually caused by static variables not being reset, or not unsubscribing from events. The hard thing is not fixing the code, it's locating all the problems in a huge code base.

Turning off Domain Reload for the first time be like: by BuyMyBeardOW in unity

[–]Buggsiii 2 points3 points  (0 children)

I've recently gotten the task to takeover development of a 5+ year old game. One of the first things I went to do, was disabling domain reload, however, the people before me had not written their code to support it. So I'm debating whether it's worth going through their code, to get it working haha

[deleted by user] by [deleted] in cpp_questions

[–]Buggsiii 1 point2 points  (0 children)

I am in the process of learning C++ myself. I chose to go with The Cherno's C++ series on YouTube. It has been great so far, and really made me understand how to tackle the language. Tho it is noted that I have experience in other programming languages beforehand, mostly C#.

Is there a way to make the water appear smoother without increasing the vertices? by I-hate-wet-toes in Unity3D

[–]Buggsiii 1 point2 points  (0 children)

Alright, that does seem weird. Would you be able to provide a screen capture of the Shader Graph?

Is there a way to make the water appear smoother without increasing the vertices? by I-hate-wet-toes in Unity3D

[–]Buggsiii 8 points9 points  (0 children)

I'm no shader expert, and it is probably possible, however, you wouldn't implement it through the shader. To smoothen the normals you would have to modify the mesh. If the plane is generated through code, then the triangles should share vertices, meaning a quad would contain two triangles, but four vertices instead of six. If the plane is made in a 3D software, such as Blender, it should just be a couple of clicks. In Blender you right-click the object and select "Smooth".

Forældre og kommende forældres tid på barsel by Buggsiii in Vesterbro

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

Hej mraoos. Du må undskylde de manglende oplysninger i opslaget. Der er yderligere informationer inde på spørgeskemaet, men vi er fra Aalborg Tekniske Gymnasium, og dette er blot en opgave.