Skip to content

Commit

Permalink
Merge pull request #88 from alessandrofama/dev
Browse files Browse the repository at this point in the history
Enhancements, Bug Fixes, Cleanup
  • Loading branch information
alessandrofama authored Oct 23, 2023
2 parents e662385 + 9136dde commit 5f471d7
Show file tree
Hide file tree
Showing 79 changed files with 1,121 additions and 684 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ on:
env:
BASE_BRANCH: ci
WWISE_VERSION: "2023.1.0-beta"
GODOT_ENGINE_VERSION: "4.1.1"
GODOT_ENGINE_VERSION: "4.1.2"
GODOT_ENGINE_STAGE: "stable"
INTEGRATION_VERSION: "2.0"
INTEGRATION_VERSION: "2.0.3"

jobs:
build-all:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Build](https://github.com/alessandrofama/wwise-godot-integration/workflows/Build/badge.svg)](https://github.com/alessandrofama/wwise-godot-integration/actions/workflows/build_all.yml)
[![Discord](https://img.shields.io/discord/1128222869898416182?label=Discord&logo=discord&logoColor=ffffff&labelColor=5865F2&color=5865F2)](https://discord.gg/6tHrP3gaYf)

Welcome! This repository provides an integration of [Audiokinetic's Wwise audio middleware](https://www.audiokinetic.com/products/wwise/) into [Godot Engine](https://godotengine.org) 4.1.1. At the moment, Wwise version 2023.1 Beta is supported. Older versions can be downloaded in the releases section of the repository.
Welcome! This repository provides an integration of [Audiokinetic's Wwise audio middleware](https://www.audiokinetic.com/products/wwise/) into [Godot Engine](https://godotengine.org) 4.1.2 and 4.2 Beta. At the moment, Wwise version 2023.1 Beta is supported. Older versions can be downloaded in the releases section of the repository.

## Features

Expand Down
36 changes: 36 additions & 0 deletions addons/Wwise/editor/images/AcousticTexture_nor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions addons/Wwise/editor/images/AcousticTexture_nor.svg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://dtl5m1faegd7c"
path="res://.godot/imported/AcousticTexture_nor.svg-7052446467938c70bece44de02fa6583.ctex"
metadata={
"has_editor_variant": true,
"vram_texture": false
}

[deps]

source_file="res://addons/Wwise/editor/images/AcousticTexture_nor.svg"
dest_files=["res://.godot/imported/AcousticTexture_nor.svg-7052446467938c70bece44de02fa6583.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=true
editor/convert_colors_with_editor_theme=false
1 change: 1 addition & 0 deletions addons/Wwise/editor/images/AuxBus_nor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@

importer="texture"
type="CompressedTexture2D"
uid="uid://b8lhh0dkeqom2"
path="res://.godot/imported/bus.svg-4905dbba6ab6fe7842c20adf7713c12c.ctex"
uid="uid://brb20yxmqs8ns"
path="res://.godot/imported/AuxBus_nor.svg-1ed6d09f61a4b44ca5939327fb4d9f5c.ctex"
metadata={
"editor_scale": 1.0,
"has_editor_variant": true,
"vram_texture": false
}

[deps]

source_file="res://addons/Wwise/editor/images/bus.svg"
dest_files=["res://.godot/imported/bus.svg-4905dbba6ab6fe7842c20adf7713c12c.ctex"]
source_file="res://addons/Wwise/editor/images/AuxBus_nor.svg"
dest_files=["res://.godot/imported/AuxBus_nor.svg-1ed6d09f61a4b44ca5939327fb4d9f5c.ctex"]

[params]

Expand Down
1 change: 1 addition & 0 deletions addons/Wwise/editor/images/BusSimple_nor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@

importer="texture"
type="CompressedTexture2D"
uid="uid://d3x57gg1pn75g"
path="res://.godot/imported/folder.svg-65132fdd84bb0df78fdc4b9e9b4dfc03.ctex"
uid="uid://bberivmnwa7b7"
path="res://.godot/imported/BusSimple_nor.svg-2a7d7eb1bbea7edeae1f09d1fd0259dc.ctex"
metadata={
"editor_scale": 1.0,
"has_editor_variant": true,
"vram_texture": false
}

[deps]

source_file="res://addons/Wwise/editor/images/folder.svg"
dest_files=["res://.godot/imported/folder.svg-65132fdd84bb0df78fdc4b9e9b4dfc03.ctex"]
source_file="res://addons/Wwise/editor/images/BusSimple_nor.svg"
dest_files=["res://.godot/imported/BusSimple_nor.svg-2a7d7eb1bbea7edeae1f09d1fd0259dc.ctex"]

[params]

Expand Down
45 changes: 45 additions & 0 deletions addons/Wwise/editor/images/Event_nor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@

importer="texture"
type="CompressedTexture2D"
uid="uid://dvo1ewp8imk38"
path="res://.godot/imported/rtpc.svg-6c1027ef707fbe753a86cd079bf10216.ctex"
uid="uid://c6320wx4uohhj"
path="res://.godot/imported/Event_nor.svg-cca1b541d543badefe73ca9210414ad3.ctex"
metadata={
"editor_scale": 1.0,
"has_editor_variant": true,
"vram_texture": false
}

[deps]

source_file="res://addons/Wwise/editor/images/rtpc.svg"
dest_files=["res://.godot/imported/rtpc.svg-6c1027ef707fbe753a86cd079bf10216.ctex"]
source_file="res://addons/Wwise/editor/images/Event_nor.svg"
dest_files=["res://.godot/imported/Event_nor.svg-cca1b541d543badefe73ca9210414ad3.ctex"]

[params]

Expand Down
23 changes: 23 additions & 0 deletions addons/Wwise/editor/images/Folder_nor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@

importer="texture"
type="CompressedTexture2D"
uid="uid://lmbgnqlef5th"
path="res://.godot/imported/event.svg-b84e7609af6aa99a32c7fd796afd69a5.ctex"
uid="uid://ip6ktdm4yldl"
path="res://.godot/imported/Folder_nor.svg-bcc9eb4105339dfc40b4fabeac9d5ceb.ctex"
metadata={
"editor_scale": 1.0,
"has_editor_variant": true,
"vram_texture": false
}

[deps]

source_file="res://addons/Wwise/editor/images/event.svg"
dest_files=["res://.godot/imported/event.svg-b84e7609af6aa99a32c7fd796afd69a5.ctex"]
source_file="res://addons/Wwise/editor/images/Folder_nor.svg"
dest_files=["res://.godot/imported/Folder_nor.svg-bcc9eb4105339dfc40b4fabeac9d5ceb.ctex"]

[params]

Expand Down
Loading

0 comments on commit 5f471d7

Please sign in to comment.