Skip to content
#

unity-3d

Here are 584 public repositories matching this topic...

DapperDino
DapperDino commented Apr 25, 2021

Is your feature request related to a problem? Please describe.
When trying to implement a loading screen for switching scenes I tried using the OnSceneSwitchStarted event to start fading to black and OnSceneSwitched event to start fading the loading screen back to being transparent. The issue here is that OnSceneSwitchStarted and the call to SceneManager.LoadSceneAsync happen at the same time

type:feature good first issue stat:awaiting triage
SS3D
EikoBiko
EikoBiko commented May 12, 2022

Summary

Attempting to utilize a consumable item (such as drinks) results in the game crashing.

Current Behavior

Attempting to drink any of the soda items results in a crash, due to the consumables script creating a null reference error.

Steps to Reproduce

Attempt to drink a soda by picking one up and clicking on yourself.

Expected Behavior

The soda should empty s

Type: Bug (Unconfirmed) Good First Issue System: Interactions

Improve this page

Add a description, image, and links to the unity-3d topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the unity-3d topic, visit your repo's landing page and select "manage topics."

Learn more