Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Core
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
Releases
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HYPER
Core
Commits
496f5c37
Commit
496f5c37
authored
1 month ago
by
Victor
Browse files
Options
Downloads
Patches
Plain Diff
Add Spatial Audio to GameObject menu
parent
65a58159
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+6
-0
6 additions, 0 deletions
CHANGELOG.md
Editor/GameObjectMenuEditor.cs
+6
-0
6 additions, 0 deletions
Editor/GameObjectMenuEditor.cs
package.json
+1
-1
1 addition, 1 deletion
package.json
with
13 additions
and
1 deletion
CHANGELOG.md
+
6
−
0
View file @
496f5c37
...
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
...
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.1.0/
)
,
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.1.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## 1.0.7 - 2025-06-07
### Added
-
Add Spatial Audio to GameObject menu.
## 1.0.6 - 2025-06-07
## 1.0.6 - 2025-06-07
### Added
### Added
...
...
This diff is collapsed.
Click to expand it.
Editor/GameObjectMenuEditor.cs
+
6
−
0
View file @
496f5c37
...
@@ -9,6 +9,12 @@ public class GameObjectMenuEditor : MonoBehaviour
...
@@ -9,6 +9,12 @@ public class GameObjectMenuEditor : MonoBehaviour
AddPrefab
(
"XR"
);
AddPrefab
(
"XR"
);
}
}
[
MenuItem
(
"GameObject/HCP-XR/XR Starter/Spatial Audio"
)]
public
static
void
AddSpatialAudioPrefab
()
{
AddPrefab
(
"SpatialAudio"
);
}
private
static
void
AddPrefab
(
string
prefabName
)
private
static
void
AddPrefab
(
string
prefabName
)
{
{
// Path to the prefab in your package
// Path to the prefab in your package
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
496f5c37
{
{
"name"
:
"de.tu-dresden.hcp-xr.xr-starter"
,
"name"
:
"de.tu-dresden.hcp-xr.xr-starter"
,
"version"
:
"1.0.
6
"
,
"version"
:
"1.0.
7
"
,
"displayName"
:
"HCP-XR Starter"
,
"displayName"
:
"HCP-XR Starter"
,
"description"
:
"This package helps you to get started quickly with your Unity XR projects."
,
"description"
:
"This package helps you to get started quickly with your Unity XR projects."
,
"unity"
:
"6000.0"
,
"unity"
:
"6000.0"
,
...
...
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