Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Question How to disable Translate Transformer in runtime - Oculus Integration

Discussion in 'VR' started by ShavSkelet, Jan 11, 2023.

  1. ShavSkelet

    ShavSkelet

    Joined:
    Nov 29, 2017
    Posts:
    26
    I have one grabbable object that use the Translate Transformer but I want it to disable that "translate" effect when the object reach certain position. The problem is when I try to disable the Translate transformer in runtime, even if I destroy the component the grabbable is having the "translate" effect. So maybe this information is taken by the grabbable on start? How can I disable this behaviour?