Search Unity

Empty Map on preview-1.0.0 when collab

Discussion in 'Input System' started by curtispelissier, Oct 18, 2019.

  1. curtispelissier

    curtispelissier

    Joined:
    Jul 26, 2019
    Posts:
    39
    Hello, I updated my project to the latest preview version of the NewInputSystem and, when I pull, sometimes, my action map gets empty.

    upload_2019-10-18_11-40-22.png

    When I create an action into main, it creates directly a new Action Map. But when I look the file in the inspector, my actions still in the file (and the json too).

    upload_2019-10-18_11-41-39.png

    My team and me could not play properly because of this input system problem.

    What can I do ? Move to the old input system (I don't want to...) ?

    Thanks for the help


    EDIT : After much tests, I found the origin of the problem. My file gets empty when I try to listen the input I'm looking for (in playmode, because of VR using) and I save it. But I don't know how to correct that.
     
    Last edited: Oct 18, 2019
  2. Rene-Damm

    Rene-Damm

    Joined:
    Sep 15, 2012
    Posts:
    1,779
    Could you file a bug report with the file that comes out empty attached? We'll have a look.
     
  3. curtispelissier

    curtispelissier

    Joined:
    Jul 26, 2019
    Posts:
    39
    Hi Rene-Damm, I attached you a ZIP file with the two bugs found and my .inputactions "corrupted" ?

    It seems to be a problem of my VR Input System (when I want to listen my controllers).

    I'm using Unity 2019.1.12f1, and here is my manifest.json :

    Code (JavaScript):
    1. {
    2.   "dependencies": {
    3.     "com.unity.analytics": "3.3.2",
    4.     "com.unity.collab-proxy": "1.2.16",
    5.     "com.unity.inputsystem": "1.0.0-preview.1",
    6.     "com.unity.package-manager-ui": "2.1.2",
    7.     "com.unity.postprocessing": "2.1.7",
    8.     "com.unity.terrain-tools": "1.1.4-preview",
    9.     "com.unity.textmeshpro": "2.0.1",
    10.     "com.unity.timeline": "1.0.0",
    11.     "com.unity.xr.legacyinputhelpers": "2.0.6",
    12.     "com.unity.xr.management": "2.0.0-preview.13",
    13.     "com.unity.xr.oculus.standalone": "1.38.3",
    14.     "com.unity.xr.openvr.standalone": "1.0.5",
    15.     "com.unity.modules.ai": "1.0.0",
    16.     "com.unity.modules.animation": "1.0.0",
    17.     "com.unity.modules.assetbundle": "1.0.0",
    18.     "com.unity.modules.audio": "1.0.0",
    19.     "com.unity.modules.cloth": "1.0.0",
    20.     "com.unity.modules.director": "1.0.0",
    21.     "com.unity.modules.imageconversion": "1.0.0",
    22.     "com.unity.modules.imgui": "1.0.0",
    23.     "com.unity.modules.jsonserialize": "1.0.0",
    24.     "com.unity.modules.particlesystem": "1.0.0",
    25.     "com.unity.modules.physics": "1.0.0",
    26.     "com.unity.modules.physics2d": "1.0.0",
    27.     "com.unity.modules.screencapture": "1.0.0",
    28.     "com.unity.modules.terrain": "1.0.0",
    29.     "com.unity.modules.terrainphysics": "1.0.0",
    30.     "com.unity.modules.tilemap": "1.0.0",
    31.     "com.unity.modules.ui": "1.0.0",
    32.     "com.unity.modules.uielements": "1.0.0",
    33.     "com.unity.modules.umbra": "1.0.0",
    34.     "com.unity.modules.unityanalytics": "1.0.0",
    35.     "com.unity.modules.unitywebrequest": "1.0.0",
    36.     "com.unity.modules.unitywebrequestassetbundle": "1.0.0",
    37.     "com.unity.modules.unitywebrequestaudio": "1.0.0",
    38.     "com.unity.modules.unitywebrequesttexture": "1.0.0",
    39.     "com.unity.modules.unitywebrequestwww": "1.0.0",
    40.     "com.unity.modules.vehicles": "1.0.0",
    41.     "com.unity.modules.video": "1.0.0",
    42.     "com.unity.modules.vr": "1.0.0",
    43.     "com.unity.modules.wind": "1.0.0",
    44.     "com.unity.modules.xr": "1.0.0"
    45.   }
    46. }
     

    Attached Files:

    Last edited: Oct 18, 2019