Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
VAUnity
Commits
b401b247
Commit
b401b247
authored
Apr 05, 2017
by
Maurice Tayeb Andreas
Browse files
Adapter addsearchpath
parent
b1ef56b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
VAUAdapter.cs
View file @
b401b247
...
...
@@ -75,7 +75,8 @@ public class VAUAdapter : MonoBehaviour {
_VA
=
new
VANet
();
Init
();
DeactivateUnitySound
();
_VA
.
AddSearchPath
(
Application
.
dataPath
+
"/.."
);
if
(!
(
_VA
.
AddSearchPath
(
Application
.
dataPath
+
"/.."
)))
Debug
.
Log
(
"[VA] Could not add SearchPath:"
+
Application
.
dataPath
+
"/.."
);
}
void
OnEnable
()
...
...
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