open-project-1
open-project-1 copied to clipboard
Unity Open Project #1: Chop Chop
Bugfix for issues #383 and #349: [Forum Thread](https://forum.unity.com/threads/the-slime-critter-attack-throws-the-player-several-meters-away.1050692/#post-7016377) This issue was caused by the player and Slime colliders overlapping after the player's hit reaction plays, causing it to be pushed...
**Short description** When enabling the Enter Play Mode Settings, the game spits out a few errors on start. **Expected behaviour** It's not mandatory, but it would be nice to make...
The current custom lighting implementation didn't support additional light shadows. They are turned off on the UniversalRenderPipelineAsset, but since the existing ShaderGraph implementation did contain the relevant keywords I assume...
**Short description** Hard to play the game because of performance issues : camera lags, it takes 3 seconds to jump, 2,50 GB RAM used for the application. **Expected behaviour** Smooth...
Hi there! In the Animations card I saw that you need a "faint" animation for the rock critter, so I went ahead and made one. 
**Short description** In TestingGround SlimeCritter_Base is able to knock player on top of rocks less than 0.5 units (meters) high. This is observed on both of the rocks less than...
A limited change to demonstrate events published from Input. An EventAggregator was created and a SO to hold the instance so that it can be shared within the project. The...
Card : https://open.codecks.io/unity-open-project-1/decks/15-code/card/1ak-special-camera-angles Forum : https://forum.unity.com/threads/camera-cinematics.1051310/ I have implemented the approach I posted in the thread above. I have created a scene : Scenes/Examples/CameraSwapTest where you can test the new...
**Short description** When jumping in certain rock formations, sometimes the player doesn't finish sliding. When that happens the directional movement becomes unresponsive (jumping sometimes does work to help the player...
**Generic PR** - Do you have a forum thread linked to this PR? Yes : [threads/state-machine.979371](https://forum.unity.com/threads/state-machine.979371/page-7) - What will this PR bring to the project for everyone? It had a...