Search Unity

  1. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice
  2. Unity is excited to announce that we will be collaborating with TheXPlace for a summer game jam from June 13 - June 19. Learn more.
    Dismiss Notice
  3. Dismiss Notice

Kann das C script nicht öffnen

Discussion in 'Scripting' started by unity_DE1485B0028D55761D19, Aug 31, 2021.

  1. unity_DE1485B0028D55761D19

    unity_DE1485B0028D55761D19

    Joined:
    Aug 30, 2021
    Posts:
    1
    Ich wollte fragen ob jemand weiss wie ich das Problem lösen kann.
    Ich kann das C script nicht öffnen, wenn ich es probiere kommt diese Warnung

    Assets/characterMovement.cs: Überprüfen Sie die Einstellungen für externe Anwendungen.

    Ich habe vs studio code als programm.
    Vielen Dank.
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    39,369
    Regardless of language, the complete error message contains everything you need to know to fix the error yourself.

    Always start with the FIRST error in the console window, as sometimes that error causes or compounds some or all of the subsequent errors.

    The important parts of the error message are:

    - the description of the error itself (google this; you are NEVER the first one!)
    - the file it occurred in (critical!)
    - the line number and character position (the two numbers in parentheses)
    - also possibly useful is the stack trace (all the lines of text in the lower console window)

    All of that information is in the actual error message and you must pay attention to it. Learn how to identify it instantly so you don't have to stop your progress and fiddle around with the forum.

    Remember: NOBODY memorizes error codes. The error code is absolutely the least useful part of the error. It serves no purpose at all. Forget the error code. Put it out of your mind.
     
  3. Valjuin

    Valjuin

    Joined:
    May 22, 2019
    Posts:
    481
    upload_2021-8-31_15-52-36.png

    To access the Preferences window, go to Edit > Preferences (Windows) or Unity > Preferences (macOS) from the main menu in Unity.
     
  4. Biley545

    Biley545

    Joined:
    May 26, 2024
    Posts:
    1
    Bei mir will das Script nicht auf Unity angezeigt werden obwohl ich ihn schon geschrieben habe
     
  5. Bunny83

    Bunny83

    Joined:
    Oct 18, 2010
    Posts:
    4,192
    Please do not necro post. If you have a problem, create your own thread. Also please respect the forum language which is english. Even most third world countries manage to translate their language into english. There are many tools available online.

    Apart from that I have no idea what you actually wanted to ask or what your problem might be. We don't know your Unity version, we don't know your IDE / script editor, we know literally nothing about your problem.

    So please, make a new thread and include more details.
    Bitte nicht blind alte Threads "aufwecken". Wenn du ein Problem hast, mach einen eigenen Thread und sei bitte genauer was dein Problem ist.

    Die Forumssprache ist Englisch. Ich schreibe das hier nur als Ausnahme. Jedes andere Land schafft es auch ihre Fragen in Englisch zu übersetzen. Es gibt unzählige Tools online die dir dabei helfen können.

    Nichts für ungut, aber dein Deutsch ist grammatikalisch jetzt nicht auf der Höhe und das nur bei einem Satz. Bitte gibt dir etwas mehr Mühe denn wir müssen das entziffern was du da schreibst. Wir sind keine Maschinen und Arbeit kostet Zeit.

    Ich hab keine Ahnung was du mit deinem Satz fragen willst. Wir haben keine Ahnung welche Unity version du benutzt, welche IDE / script editor du benutzt oder was du sonst für Probleme auf deinem Rechner hast.

    Also bitte einen neuen Thread erstellen und deutlich genauer werden. Foren sind keine Chats und ein Thread / eine Frage / ein Problem sollte nicht mit nur einem Satz eingeleitet werden.