Search Unity

error CS0619

Discussion in 'Editor & General Support' started by ProgramerFatih, Jun 9, 2019.

  1. ProgramerFatih

    ProgramerFatih

    Joined:
    Jun 9, 2019
    Posts:
    5
    How to fix ?

    2019-06-09_12-34-40-5852e8c8fcc5cae174bf5aedb48f896e.jpg
     
  2. Use UI.Text instead.
     
  3. ProgramerFatih

    ProgramerFatih

    Joined:
    Jun 9, 2019
    Posts:
    5
    Gives Error Again

    screenshot.JPG
    screenshot2.JPG
     
  4.  
  5. ProgramerFatih

    ProgramerFatih

    Joined:
    Jun 9, 2019
    Posts:
    5
    minutes do have?
     
  6. It is apparent that you have no idea what the UI is and how it works so just watch the whole 12 minutes of it. And than look up more "how to make a menu" and similar things to get comfortable with the UI system.
     
    Joe-Censored likes this.
  7. ProgramerFatih

    ProgramerFatih

    Joined:
    Jun 9, 2019
    Posts:
    5
    you know a direct solution ? because I little know English?
     
  8. ProgramerFatih

    ProgramerFatih

    Joined:
    Jun 9, 2019
    Posts:
    5
    Bro write me pls
     
  9. cgrgcmn

    cgrgcmn

    Joined:
    Oct 30, 2018
    Posts:
    1
    fatih çözdün mü, aynı sorunu ben de yaşıyorum
     
    BKoculu likes this.
  10. bsrysl

    bsrysl

    Joined:
    Apr 6, 2020
    Posts:
    2
    [QUOTE = "ProgramerFatih, yayın: 4629583, üye: 3242947"] Nasıl düzeltilir?

    434.077 [/ ATTACH] [/ Alıntı] [= tam ATTACH]
    CS0619.png
     
  11. bsrysl

    bsrysl

    Joined:
    Apr 6, 2020
    Posts:
    2
    Ben bu yöntem ile hatayı düzelttim umarım yararlı olur.
     
  12. kdrgcmn

    kdrgcmn

    Joined:
    Apr 10, 2020
    Posts:
    1
    using System;
    using UnityEngine;
    using UnityEngine.UI;
    #pragma warning disable 618
    namespace UnityStandardAssets.Utility
    {
    public class SimpleActivatorMenu : MonoBehaviour
    {
    public Text camSwitchButton;
    public GameObject[] objects;
    ...
    Bu benim sorunu çözdü. Teşekkürler
     
    SandrHeide likes this.
  13. LifeStudios

    LifeStudios

    Joined:
    Jun 29, 2020
    Posts:
    1
    Go on setting on you tube Screen Shot 2020-06-29 at 10.27.07 AM.png Go to subtitles/CC(1) Screen Shot 2020-06-29 at 10.27.07 AM.png Screen Shot 2020-06-29 at 10.29.49 AM.png and look for then press alto translate and look for your your Screen Shot 2020-06-29 at 10.33.39 AM.png and look for your language
     
    RampageRabbit likes this.