Render Pipeline set up Transparency Sort Mode

This commit is contained in:
janis
2022-02-14 19:51:20 +01:00
parent d59bf90deb
commit 9349fb6d72
3 changed files with 21 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ using UnityEngine;
public class TreeInteraction : Interactable
{
public override string GetDescription() => "Baum muss schreie";
public override string GetDescription() => "Baum muss schreien";
public override void Interact()
{
if (isInRange())
@@ -13,4 +13,3 @@ public class TreeInteraction : Interactable
Debug.Log("Tree is not in range");
}
}

File diff suppressed because one or more lines are too long

View File

@@ -44,3 +44,6 @@ TagManager:
- name: Player
uniqueID: 1888187
locked: 0
- name: Tree
uniqueID: 2298673607
locked: 0