Search Issue Tracker
By Design
Votes
0
Found in
2018.2.0a5
Issue ID
1014260
Regression
No
AudioSource's pitch is ignored when audio is played via Timeline
To reproduce:
1. Open the project, attached by the user (case_1014213-3dSoundTest.zip)
2. Open the "default" scene
3. Enter Play mode
4. Select the SoundSourceObject
5. Change the Pitch of the Audio Source
6. Observe how the pitch isn't being changed
Expected: pitch should be changed when Audio Source is being played by the Timeline
Reproduced in 2017.1.3p2, 2017.2.2p1, 2017.3.1p4, 2018.1.0b11, 2018.2.0a3, 2018.2.0a5
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
This is by design -- when an audio source is playing a clip on a timeline, pitch cannot be changed, because this would break the synchronization with the other clips on the time line.