Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

First project - Collision issues

Discussion in 'Getting Started' started by Cookiejack, Sep 19, 2018.

  1. Cookiejack

    Cookiejack

    Joined:
    Jun 29, 2018
    Posts:
    1
    Hey unity community,

    I'm building my first small project which is a 3D Kicker-Table (table-soccker) wich can be interfaced through python-api.
    The goal is to have an api which I can interface for some machine learning things.
    Actually everything is progressing well so far, but I have an Issue that when you move the bars back and fourth for some time, they just glitch out. It feels like I failed at some collision things.

    It's hard to explain what the issue actually is, but probably, if you are interested, I've published the code:
    https://github.com/jaecktec/kicker-table-ml

    It would be great if someone hints me, what I did wrong, because I am totally clueless

    Thanks in advance :)
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    There is no way anyone is going to go through your entire project to find the relevant code. Please post here, using proper Code format (use the Code tag above to format your code). Where is the glitch? Use Debug.Log to help determine where it happens. Likely in Update or FixedUpdate?