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
Android App mit Adventure Creator?

Hello everyone, I have been working with Adventure Creator for a long time and would like to publish my projects as an Android app. Does anyone have experience with this process? I know that this is theoretically possible, but I don't know whether or how you can bundle several games in one app and how well updates can be carried out. Does anyone know anything about this topic?

https://redd.it/1hvt0yt
@r_Unity3D
DragandDrop Issue

“I have three objects placed side by side in Unity. Each object has the following code attached to it for drag-and-drop functionality. However, when I click on the middle object, it always selects the object on the left or right instead. After I move the left or right object, I can then grab the middle one. How can I fix this issue?”

https://redd.it/1hvs7lo
@r_Unity3D
This media is not supported in your browser
VIEW IN TELEGRAM
I need help with the jiggery look of the player!!! HOW TO FIX?
https://redd.it/1hvw0on
@r_Unity3D
Code Not recognized in IDE
https://redd.it/1hw0f47
@r_Unity3D
Media is too big
VIEW IN TELEGRAM
I'm working on a cozy city builder that lets you build European-style old towns

https://redd.it/1hvteoq
@r_Unity3D
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