r/Unity3D – Telegram
r/Unity3D
260 subscribers
12.6K photos
15.5K videos
14 files
47.8K links
News about the Unity engine and project showcases from Reddit. Made possible with @reddit2telegram (@r_channels).
Download Telegram
New unity 6 feature: improved crashing capabilities
https://redd.it/1hvr1ko
@r_Unity3D
cant pause/unpause audio on scene load.

I'm making a game with background music that I put and it works fine, but when the character in the game dies, the scene resets, and so does the background music. I used the following code on the parent that holds the music:

private static audioScript instance;

void Awake()

{

if (instance == null)

{

instance = this;

DontDestroyOnLoad(gameObject);

}

else

{

Destroy(gameObject);

return;

}

}

this works by not resetting the music on scene load, but I also want the player to be able to pause or unpause it at any given time. but as soon as the first scene reload since game start, its like you cant change it what so ever. this made my so confused and frustrated for while and I need help to fix it.

if the fix is really easy and I have made yall disappointed, i'm sorry, I just started unity, give me a break, lol.

https://redd.it/1hw3f36
@r_Unity3D
Need help with game Ideas (AP CSP)

So my intro... I am a high school senior with almost no coding background. I am taking AP CSP class rn and learning C#. I only know little much rn. I have to make a 2D game for Create Task and submit by April. I have a idea to make a Pokemon card battle game. (maybe multiplayer if I am able to) I am mostly working alone so its gonna take too much time. so my question is Will I be able to make this game? or its too much for me. Also I would love the Advices and game ideas. Thank you so much y'all.

https://redd.it/1hw8hg6
@r_Unity3D
This media is not supported in your browser
VIEW IN TELEGRAM
I made this stylized fire/smoke/waves Shader Graph (full graph + nodes/code)

https://redd.it/1hvqn2n
@r_Unity3D
This media is not supported in your browser
VIEW IN TELEGRAM
What's the best way to create a wake or bubbles behind this little boat?

https://redd.it/1hwa3hy
@r_Unity3D
This media is not supported in your browser
VIEW IN TELEGRAM
My custom terrain generator that converts an image into tiles!

https://redd.it/1hw302f
@r_Unity3D
🔥1👏1