Search Unity

Virtual Text Variable

Discussion in 'UGUI & TextMesh Pro' started by miledaoun90, May 20, 2019.

  1. miledaoun90

    miledaoun90

    Joined:
    Aug 28, 2017
    Posts:
    2
    I'm developing a RTL game and I'm using an extension of Your library which is RTLTextMeshPro and each time I run my project it says that "cannot override inherited member 'TMP_Text.text' because it is not marked virtual, abstract, or override"

    Is it possible to update the TMP_Text.cs file and mark the text variable as virtual so that I don't have to do that each time I run the project

    Much appreciated
     
  2. Stephan_B

    Stephan_B

    Joined:
    Feb 26, 2017
    Posts:
    6,595
    Let me take a look at that... I don't see any issue with such request / change.
     
  3. Clouraxe

    Clouraxe

    Joined:
    Jun 2, 2019
    Posts:
    1
    I have this problem too... any solutions?