Jump to content

Search the Community

Showing results for tags 'Replay'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 1 result

  1. Hi guys, Looks like I am the worst user of "UNiGiNE" game engine. I stuck on one another problem. I want to restart (Replay) the sound. E.g. Sound file is 20.0 Seconds long and I call Replay function after 3 Seconds which should restart sound from the first frame again. This is my script function: void RePlay(SoundSource sound){sound.stop();sound.setTime(0.0f);sound.play();} But this function is not giving me expected result. I am damn sure that this function was working ( at-least was giving me expected result ) before last update. This is the node file parameters : sound/Samples/Units/Engineer/engineer_shot_001.oga 0 0.0 5 50 180 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 Regards, rakeshj.
×
×
  • Create New...