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 class TreeInteraction : Interactable
{ {
public override string GetDescription() => "Baum muss schreie"; public override string GetDescription() => "Baum muss schreien";
public override void Interact() public override void Interact()
{ {
if (isInRange()) if (isInRange())
@@ -12,5 +12,4 @@ public class TreeInteraction : Interactable
else else
Debug.Log("Tree is not in range"); 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 - name: Player
uniqueID: 1888187 uniqueID: 1888187
locked: 0 locked: 0
- name: Tree
uniqueID: 2298673607
locked: 0