Search Unity

Instancing on Win10-Pararells not working.

Discussion in 'General Graphics' started by GironTordin, Dec 9, 2019.

  1. GironTordin

    GironTordin

    Joined:
    May 1, 2019
    Posts:
    5
    Hello!

    As the title suggests I'm having troubles working out why my instance rendering is not working on my windows 10 running in parallels. (I'm running a macbook pro with parallels)

    It functions fine on a native PC with windows and on MacOS.
    The same code should run fine on all platforms, Even if Parallels with windows is some sort of VM.

    Any suggestions here?
     
  2. aleksandrk

    aleksandrk

    Unity Technologies

    Joined:
    Jul 3, 2017
    Posts:
    3,023
    VM is a key thing here.
    A VM provides a layer on top of the real driver and graphics API. This layer is likely the reason behind your trouble with rendering.
     
    richardkettlewell likes this.
  3. GironTordin

    GironTordin

    Joined:
    May 1, 2019
    Posts:
    5
    Hey,
    I suspected this to be VM related. Thanks for confirming.
    Will bring it to Parallels instead.
     
    richardkettlewell likes this.