Search Unity

Bug Annoying warning: CommandBuffer: temporary render texture not found while executing (blit source)

Discussion in 'Editor & General Support' started by aaronmichaelfrost, Aug 30, 2021.

  1. aaronmichaelfrost

    aaronmichaelfrost

    Joined:
    Feb 4, 2021
    Posts:
    39
    Unity Version: 2020.3.15f2.

    The console warning says:


    CommandBuffer: Temporary render texture not found while executing (blit source)
    UnityEngine.GUIUtility:processEvent (int,intptr,bool&)


    I don't know what this means. I am using a render texture for one of my cameras as an output. Maybe that is the problem??

    This warning pops up all the time in the console. Would appreciate if anyone could help me get it off.

    Thanks!

    Aaron