Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
via-vr-unity-bridge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIA-VR
via-vr-unity-bridge
Commits
b00bd6f6
Commit
b00bd6f6
authored
3 years ago
by
Samuel Truman
Browse files
Options
Downloads
Patches
Plain Diff
Minor improvement
parent
e1781d75
No related branches found
Branches containing commit
Tags
1.0.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Packages/de.jmu.ge.viavr.gameplaymanager/Editor/Package.cs
+1
-1
1 addition, 1 deletion
Packages/de.jmu.ge.viavr.gameplaymanager/Editor/Package.cs
Packages/de.jmu.ge.viavr.gameplaymanager/Editor/UnityBridge.cs
+1
-0
1 addition, 0 deletions
...ges/de.jmu.ge.viavr.gameplaymanager/Editor/UnityBridge.cs
with
2 additions
and
1 deletion
Packages/de.jmu.ge.viavr.gameplaymanager/Editor/Package.cs
+
1
−
1
View file @
b00bd6f6
namespace
de.jmu.ge.viavr.UnityBridge
{
public
class
Package
{
public
abstract
class
Package
{
/// <summary>
///
/// </summary>
...
...
This diff is collapsed.
Click to expand it.
Packages/de.jmu.ge.viavr.gameplaymanager/Editor/UnityBridge.cs
+
1
−
0
View file @
b00bd6f6
...
...
@@ -14,6 +14,7 @@ public static void ExecuteAll() {
public
static
void
Init
()
=>
CallMethods
(
nameof
(
Package
.
Init
));
[
MenuItem
(
"Test/Configure Scenes"
)]
// TODO: open each scene and execute methods
public
static
void
OnConfigureScene
()
=>
CallMethods
(
nameof
(
Package
.
OnConfigureScene
));
public
static
void
OnPostConfiguration
()
=>
CallMethods
(
nameof
(
Package
.
OnPostConfiguration
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment