Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Wintersemester 2018-2019
Unity
Suck It
Commits
2253a11c
Commit
2253a11c
authored
Mar 29, 2019
by
Michael But
Browse files
And Again SavePoint update... Es fehlt die Aktivierung von weiteren Methoden im Script.
parent
7b8d9392
Changes
1
Hide whitespace changes
Inline
Side-by-side
Assets/_Game/Scripts/SaveAndLoad/SavePoint.cs
View file @
2253a11c
...
...
@@ -13,9 +13,7 @@ public class SavePoint : MonoBehaviour
private
void
Start
()
{
button
.
interactable
=
false
;
isUsed
=
false
;
options
=
gameObject
.
transform
.
Find
(
"Options"
);
//options = gameObject.transform.Find("Options");
}
public
void
OnTriggerEnter2D
(
Collider2D
other
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment