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 Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Bug Assertion failed on expression: 'bytesWritten <= info.size'

Discussion in 'Editor & General Support' started by b4gn0, Jun 1, 2021.

  1. b4gn0

    b4gn0

    Joined:
    Jul 26, 2019
    Posts:
    119
    Since updating to 2021.1.9f1 this error:
    Assertion failed on expression: 'bytesWritten <= info.size'

    keeps popping in console each frame, hindering performance while in editor mode.
     
    Tala97 likes this.
  2. alti

    alti

    Joined:
    Jan 8, 2014
    Posts:
    92
    I'm getting this when I use 2 skinned mesh renderers in vfx graph. It doesn't mind that I have it, but when I populate the exposed variable it throws this error. Very annoying.