Skip to content
Versunken

Games und Lyrik

Von Spielen inspiriert

  • Inhalt
  • Über uns
  • Shop
    • Mein Konto
    • Kasse
    • Warenkorb
  • Games & Lyrik Podcast
  • Pressezentrum und Media-Kit
  • Jobs
  • Impressum
    • AGBs
    • Datenschutzerklärung
    • Disclaimer
  • 0 Artikel0,00 €
  • Toggle search form

Was ist ein Sprite Renderer?

Posted on 17. Juni 2025 By Claudia Wendt Keine Kommentare zu Was ist ein Sprite Renderer?
Was ist ein Sprite Renderer?

Der Sprite Renderer wird ebenfalls für die Entwicklung von 2D-Projekten benötigt. Er definiert das Rendern von Sprites. Damit lässt sich beispielsweise bei 2D-Spielen die Illusion von Tiefe erzeugen.

Inhaltsverzeichnis

Toggle
  • Was ist ein Sprite Renderer?
    • Optimale Einstellungen des Sprite Renderers für ein 2D-Spiel

Was ist ein Sprite Renderer?

Ein Sprite Renderer ist eine sehr wichtige Komponente, wenn es um das Entwickeln von 2D-Projekten geht, da er definiert, wie ein Sprite gerendert wird. Es ist eine wichtige Komponente des Tilemap-Systems, damit die Einstellungen gut funktionieren.

Den Sprite Renderer hinzufügen

Werbung

Wenn du in einer 2D-Szene arbeitest, ist das Sprite Renderer sehr wichtig, da er dich Bilder als Sprite darstellen lässt. Dies ist auch bei 3D Projekten anwendbar.

Füge eine neue Spielekomponente bzw. ein GameObject mit Add Component hinzu. Gehe ins Komponenten-Menü und wähle Component –> Rendering –> Sprite Renderer

Sprite Renderer

Du kannst genauso ein GameObject hinzufügen, dass bereits einen Sprite Renderer hat:
GameObject–>2D Object–> Sprite

GameObject with Sprite Renderer
Du fügst damit eine Komponente hinzu, die bereits beim GameObject angehaftet ist. Dies erlaubt dir, Einstellungen vorzunehmen, um zu kontrollieren, wie das GameObject gerendert wird.

Füge zwei weitere GameObjects in deine Sczene ein, und gehe auf Nummer sicher, dass beide einen Sprite Renderer besitzen.

Von hier aus, siehst du die zwei GameObjects, die beide einen Sprite Renderer besitzen. Wir nutzen den Sprite Renderer, um einzustellen, wie das Sprite und die beiden GameObjects reagieren. Deswegen gehen wir einmal die Möglichkeiten durch, die beim Sprite Renderer eingestellt werden können.

Werbung

Die Einstellungen beim Sprite Renderer

Wähle ein Sprite GameObject aus, dass du siehst. Du wirst folgende Einstellungen zur Verfügung haben, um den Sprite Renderer zu verändern:

Sprite Renderer Einstellungen

Sprite: Das Sprite, das gerendert wird: Sprite objects können von Texturen generiert werden, in dem Sprite Einstellungen beim Importieren vorgenommen werden oder indem diese mit dem Sprite Editor Tool erstellt werden. Du fügst hier das Sprite hinzu, das gerendert werden soll.

Color: Die Farben des gerenderten Netzes für das Sprite: Diese Einstellung ist nützlich, um die Farbe des Sprites anzupassen.

Beispiel Spritefarbe

Suche die Sprite-Einstellungen und füge das Sprite über drag and drop hinzu, dass du beim Objekt nutzen willst:

Flip: Dadurch wird das Sprite in der x- oder y-Ebene gespiegelt und das Sprite effektiv gespiegelt

Hier wird an der X-Achse gespiegelt:

Flip X

Hier spiegelst du an der Y-Achse:

Flip Y

Hier spiegelst du zugleich an X- und Y-Achse:

Flip X und Y

Material: dabei handelt es sich um das Material, das für das Sprite verwendest: Es ist nützlich wenn du spezielle Materialien hast, die mit dem Sprite gerendert werden sollen.

Draw Mode: diese Einstellung hat verschienene Möglichkeiten mit einem drop-down-Menü, das definiert, wie ein Sprite skalliert wird, wenn du seine Größe veränderst.

Sorting Layer: Dies ist die Ebene, die die Priorität der Sprites-Überlagerung beim Rendern definiert. Kurz: Steht ein Pinguin vor oder hinter dem Iglu? Du definierst die Ebenen für das Sprite.

Pinguin hinter Iglu

Order in Layer: Die Überlagerungspriorität des Sprites innerhalb des eigenen Layer. Niedrigere Zahlen werden zuerst gerendert und nachfolgende Zahlen überlagern die unten Stehenden. Dies ist nützlich, wenn du ein bestimmtes Sprite hast, das sich hinter anderen Sprites auf derselben Ebene verstecken soll. Es hat somit eine ähnliche Funktion, wie die Sorting Layer.

Mask Interaction: Wenn das Sprite Masking genutzt wird, bestimmt dies, wie sich das Sprite mit der Sprite Mask verhält. Es gibt drei mögliche Optionen: None, Visible Inside Mask, Visible Outside Mask. Dies muss kontrolliert werden, wenn du Sprite Masks nutzt.

Klicke auf den Draw Mode vom Sprite Renderer, um weitere Einstellungen zu bekommen.

Draw Mode

Simple: Diese Einstellung beeinflusst das Verhalten, wie das Bild in alle Richtungen skalliert wird, wenn seine Größe sich verändert.

Sliced: Nutze diese Option, wenn du ein 9-Slicing-Sprite (geteiltes Sprite) erstellst und diese Abschnitte vergrößern willst. In diesem Modus bleiben die Ecken in derselben Größe, während sich der obere und untere Teil des bereits horizontal vergrößert kann. Die Seiten des Sprites vergrößern sich vertikal und die Mitte des bereits verändert sich horizontal und vertikal, um sich an die Spritegröße anzupassen.

Tiled: Verwende diese Option, wenn du ein 9-Slicing-Sprite verwendest und sich die Abschnitte wiederholen sollen. In diesem Modus bleibt das Sprite in der gleichen Größe und wird nicht skalliert. Stattdessen wiederholen sich oberer und unterer Teil des Sprites horizontal und die Seite vertikal. Das Zentrum des Sprites wiederholt sich die Kachelform des Reiters, die der Größe des Sprites entspricht.

Wähle Tiled-Option von der Liste, um nur mehr Einstellungen zu bekommen.

Size: Nutze dies, um horizontale und vertikale Änderung des Sprites einzustellen. Du musst diese Einstellungen vornehmen, um die für Größe des Sprite zu verändern, wenn du ein 9-Sliced-Sprite (9-teilig gekacheltes Sprite) verwendest.

Tile Mode: Nutze diese Einstellung, um zu kontrollieren, wie sich die Abschnitte wiederholen, wenn sich die Dimensionen des Sprites verändern.

Tiled Mode

Erweiterte Einstellungen des Tile Mode:

Continuous: Diese Einstellungen ist wichtig, wenn es um die Größen Veränderung des Sprites geht, wenn sich dieses gleichmäßig verändern soll.

Adaptive: dieser Teil wiederholt sich nur, wenn die Dimension des Sprites den Stretch-Wert erreicht.

Stretch Value: dieser Wert bewegt sich zwischen 0 und 1. Eins repräsentiert das Bild, das zweimal so groß ist wie das Original. Wenn der Wert 1 beträgt, wiederholt sich der Abschnitt, wenn das Bild zweimal so groß ist wie das Original.

Sprite Renderer Materialien

Ein Sprite Renderer nutzt Texturen, in der Sprite Eigenschaften angegeben werden, aber es nutzt auch Shader und andere Materialien. Dies bedeutet, du kannst das gleiche Material zum Ändern verschiedener Sprites verwenden, ohne dir Sorgen zu machen, welche Textur, welchem Material zugeordnet ist. Das Sprite wird auf einem Netz gerendert, dass Position, Farbe und UV an jeder Stelle nutzt, aber keinen normalen Vektor. Wenn es normale Vektoren nutzen kann, kannst du dies mit dem vertex Shader erreichen. Es gibt zwei Shader, die für Sprites genutzt werden:

Sprites/Default: Ties ist ein simples alpha blended shader, das nicht mit dem Licht in der Szene interagiert.

Sprites/Diffuse: Dies ist ein simpler alpha blended Oberflächen Shader, der mit dem Licht in der Szene interagiert. Der Shader generiert einen nach vorn gerichteten normalen Vektor.

Sprites umdrehen:

1. Nehme ein zweites Sprite und ordne es dem Ersten unter.
2. Wähle das übergeordnete Sprite und ordne ihm eine -1 bei der Skallierung in der X-Richtung zu
3. Berücksichtige, dass es Nebeneffekte auf alle untergeordneten Sprites hat.
4. Setze die Skallierung zurück auf 1
5. Gehe auf Nummer sicher, dass du das übergeordnete Sprite ausgewählt hast und stelle die Flip-X-Option an. Diese Dreheinstellungen sind eine Leichtgewichtalternative, die keine anderen Komponenten des GameObject zu beeinflusst, die beim Sprite angehängt sind. Dies ermöglicht es, Sprites individuell zu drehen, unabhängig davon, ob es Eltern oder Kindern anderer GameObjects sind.

Ebenen mit Sprites sortieren

Werfe als nächstes einen Blick auf die Sorting Layers und sieh, was sie dir für Vorteile bringen können. Die Soring Layers helfen dir zu ordnen, wie die Sprites gerendert werden sollen. Wenn du ein Bild hast, dass eine niedrigere Sortierschicht hat, wird dieses zuerst gerendert, wie zum Beispiel ein Stein hinter dem Spieler, um Hintergrundobjekte zu simulieren. Wenn der Stein eine höhere Sortierschicht zugewiesen bekommt, überlagert er den Spieleravatar und wird zum Vordergrund-Objekt.

1. Kreiere 2 Sorting Layers und benenne die erste, die du erschaffen willst als Hintergrund und die zweite als Vordergrund.
2. Wähle das erste Sprite und füge es als Hintergrund Sorting Layer hinzu
3. Nimm ein zweites Sprite und füge es zum Vodergrund Sorting Layer hinzu
4. Verschiebe beide Sprites in die gleiche Position. Du wirst erkennen: Das Vordergrundschicht wird die Hintergrundschicht überlagern
5. Drehe das Sprites-Layer und du siehst, dass die Sprites sich umkehrt, welches Sprite das andere überlappt.

Im Gegensatz Satz zu 3D-Spielen, gibt es kein Konzept von Tiefe bei 2D-Spielen. Es ist wichtig, einen Weg zu haben, Prioritäten im Bild zu definieren, damit die Illusion von Tiefe erzeugt wird. Aus diesem Grund sind die Sorting Layers bzw. die Sortierschichten für zwei Teilprojekte sehr wichtig, da sie erlauben Sprites in Gruppen mit Prioritäten zu definieren. Weiterhin kannst du die Priorität der Überlappung einstellen, damit Sprites zum Beispiel auf der gleichen Schicht existieren, aber einander überlappen können. Wenn dem Sprite des Spielers eine höhere Wichtigkeit zugewiesen wird, als zum Beispiel einem Stein, so wird der Spieler in den Vordergrund geschoben. Dies sagt dem Renderer, dass der Spieler-Sprite Priorität hat.

Es ist wichtig zu verstehen, wie der Sprite-Renderer arbeitet, damit du ihn besser kontrollieren kannst. So kannst du in deinen 2D-Projekten einstellen, wie sich die Sprites verhalten, wenn sie sich im Bildschirm befinden. Je öfter du ihn nutzt, desto einfacher wird es, die Einstellungen vorzunehmen, die du benötigst.

Optimale Einstellungen des Sprite Renderers für ein 2D-Spiel

Bei der Konfiguration des Sprite Renderers für ein 2D-Spiel gibt es einige grundlegende Einstellungen, die du berücksichtigen solltest, um die bestmögliche Darstellung und Leistung zu erreichen. Hier sind die empfohlenen Einstellungen:

  1. Sprite: Wähle das Sprite aus, das dein GameObject repräsentieren soll. Achte darauf, dass es gut aufgelöst und für dein Spiel geeignet ist.
  2. Draw Mode: In den meisten Fällen ist „Simple“ ausreichend. Wenn dein Sprite sich über eine größere Fläche erstrecken soll, ohne verzerrt zu werden, könnten „Sliced“ oder „Tiled“ besser geeignet sein.
  3. Color: Standardmäßig auf Weiß eingestellt, was bedeutet, dass das Sprite in seinen Originalfarben gerendert wird. Du kannst diese Option nutzen, um Farbvariationen zu erstellen, ohne mehrere Sprites zu benötigen.
  4. Material: Verwende das Standardmaterial, es sei denn, du benötigst spezielle Effekte wie Leuchten oder Schatten.
  5. Sort Layer & Order in Layer: Diese Einstellungen sind essenziell für die korrekte Anordnung der Sprites. Stelle sicher, dass deine Hintergrundobjekte auf einer niedrigeren Ebene und deine Vordergrundobjekte auf einer höheren Ebene liegen.
  6. Flip: Nutze diese Einstellung, um dein Sprite zu spiegeln, wenn nötig, z.B. wenn ein Charakter sich nach links oder rechts dreht.
  7. Mask Interaction: Diese Einstellung ist nur relevant, wenn du mit Sprite Masken arbeitest. Ansonsten kannst du sie ignorieren.
  8. Additional Settings:
  • Pixel Perfect: Aktiviere diese Option für eine schärfere, pixelgenaue Darstellung, besonders nützlich bei Pixel-Art-Spielen.
  • Sprite Pivot: Setze den Dreh- und Angelpunkt entsprechend deiner Anforderungen. Bei Charakteren ist das oft am unteren Rand des Sprites, damit sie korrekt auf dem Boden stehen.
  1. Compression: Achte auf die Einstellung der Sprite-Kompression in den Importeinstellungen. Geringe Kompression kann die Bildqualität verbessern, führt aber zu größeren Dateigrößen.
  2. Filter Mode: Für Pixel-Art-Spiele ist „Point (no filter)“ oft die beste Wahl, um die klaren Pixelkanten zu bewahren. Für glattere Sprites kann „Bilinear“ oder „Trilinear“ geeigneter sein.
  3. Anti-Aliasing: Für Spiele mit vielen glatten Kurven und Übergängen kann Anti-Aliasing helfen, Kanten weicher zu machen.

Diese Einstellungen bieten einen guten Ausgangspunkt. Es ist jedoch wichtig, sie an die spezifischen Bedürfnisse und das visuelle Design deines Spiels anzupassen. Experimentieren und Testen sind Schlüssel, um die bestmögliche Darstellung und Leistung zu erreichen.

Weitere Infos findest du im Unity Manual

Originally posted 2020-02-04 16:04:04.

Post Views: 2.944
Weitersagen:
Games und Lyrik Tags:Unity

Beitragsnavigation

Previous Post: Green and Grey
Next Post: Digimon: Time Stranger – Die Zeitreise beginnt am 24. Oktober

Related Posts

  • Van Iersel Luchtman: Ein starkes Fundament für rechtliche Expertise Games und Lyrik
  • Shredder's Revenge Cover
    Teenage Mutant Ninja Turtles: Shredder’s Revenge Games und Lyrik
  • Elemental: War of Magic
    Elemental: War of Magic Games und Lyrik
  • Heavy Metal Machines Screenshot
    Heavy Metal Machines Games und Lyrik
  • Bible Buffet Cover
    Bible Buffet Games und Lyrik
  • Poki Logo
    Poki.com: Die Plattform für kostenlose Online-Spiele Games und Lyrik

Schreibe einen Kommentar Antwort abbrechen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre, wie deine Kommentardaten verarbeitet werden.

Unsere Besucher

089921
Users Today : 4
Total views : 411280
Powered By WPS Visitor Counter
  • Games und Lyrik (2.726)
    • Action (83)
    • Adventure (462)
      • Point & Click-Adventure (16)
    • Ecke der verlorenen Spiele (17)
    • Horror (35)
    • Kinderfreundliche Games (5)
    • Partyspiele (9)
    • Puzzle (17)
    • Rollenspiele (115)
    • Shooter (346)
    • Simulation (31)
    • Sport (113)
      • Fußball (5)
      • Rennspiele (6)
    • Strategie (201)
    • Survival (10)
    • Wimmelbild (8)
  • Hardware (2)
  • Jump & Run (1)
  • Lyrik (112)
  • Spieleentwickler (432)
  • Spieleprogrammierung (48)

Action Adventure Capcom Daedalic Deck 13 Devcom 2020 Ecke der verlorenen Spiele Gamescom 2019 Gamescom 2020 Gamescom 2021 Gamescom 2023 Games from Spain GB GBA GBC Horror Indie Arena Booth 2022 Jump & Run Kalypso Media Mega Man N64 NDS NES Nintendo Switch PC PS1 PS2 PS3 PS4 PS5 PSP Rareware Rennspiel Sega Shooter SNES State of Play Strategie Switch Unity Visual Novel VR Windows Xbox XBox One

Cosplay-Schnittmuster

  • 094ddf7788f49439577a1f264f2ea1ca Akira Band 2 Katsuhiro Otomo Carlsen Verlag Manga 19,90 €
  • 3b19aed4a4ecd2d447d502b5040d272e Fruits Basket Pearls Band 1 Natsuki Takaya Carlsen Verlag Manga 11,00 €
  • f1b2be429c6da35582dbc14e7d6d3b72 Angel Sanctuary Pearls Band 3 Kaori Yuki Carlsen Verlag Manga 12,00 €



Hier finden Sie mehr.

RSS Lets-Plays.de

  • Zombie Spiele: Die spannendsten Survival- und Action-Games
  • Pen and Paper Spiele

Ezoic

RSS GameStar – News

  • Warhammer 40.000 - In WH40k gibt es einen geheimen Kult, den die Inquisitoren sogar noch mehr fürchten als das Chaos
  • BBC-Interview - Als es noch überall Videotheken gab und kaum Internetzugänge, sagte Microsoft Netflix und das Shoppen auf Knopfdruck voraus, aber mit einem Fehler [Best of GameStar]
  • The Boys - In Folge 5 erwartet uns die heiß ersehnte Supernatural-Reunion, doch wen spielt Sam-Darsteller Jared Padalecki? Einen »Dreckskerl«
TopBlogs.de das Original - Blogverzeichnis | Blog Top Liste
blogwolke.de - Das Blog-Verzeichnis
  • Fights in Tight Spaces
    Fights in Tight Spaces Games und Lyrik
  • Ankoku Shinwa Yamato Takeru Densetsu Cover
    Ankoku Shinwa Yamato Takeru Densetsu Games und Lyrik
  • Way of the Hunter
    The Way of the Hunter Games und Lyrik
  • Star Control 2
    Star Control 2 Games und Lyrik
  • Saint Seiya - Ougon Densetsu Cover
    Saint Seiya – Ougon Densetsu Shooter
  • Armadillo
    Armadillo Shooter
  • Anthology of Fear Cover
    Anthology of Fear – Tauche ein in die albtraumhafte Welt der Angst Games und Lyrik
  • BlitWorks Games Logo
    BlitWorks Games: Ein Blick hinter die Kulissen Spieleentwickler

Copyright © 2026 Games und Lyrik.

Powered by PressBook News Dark theme

Cookie-Einstellungen
Diese Webseite benutzt Cookies um die Nutzererfahrung zu verbessern. Diese Cookies können Sie hier ausschalten.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.
Cookie-Einstellungen / Cookie settingsAkzeptieren / ACCEPT
Privatsphären- und Cookie-Einstellungen

Informationen zu Cookies / Privacy Overview

Informationen zu Cookies / Privacy Overview


Diese Webseite benutzt Cookies um die Funktion und die Nutzererfahrung zu verbessern. Es gibt zwei Arten von Cookies: Die notwendigen im Browser gespeichert und sind wichtig für die korrekte Funktion der Webseite. Die nicht notwendigen oder auch Drittanbieter-Cookies, die zum Einsatz kommen, dienen zur Analyse und zeigen uns die Benutzung dieser Webseite. Diese Cookies werden ebenfalls im Browser gespeichert aber nur, wenn Sie es ausdrücklich erlauben. Sie haben im Folgenden die Möglichkeit, diese Drittanbieter-Cookies zu verbieten. Das Abschalten dieser  Cookies kann das Verhalten der Webseite beeinflussen.


This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.

necessary
immer aktiv
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
CookieDauerBeschreibung
AWSALBCORS7 daysThis cookie is managed by Amazon Web Services and is used for load balancing.
client_id10 yearsThis cookie is used for passing authentication information.
cookielawinfo-checkbox-advertisement1 yearSet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Advertisement" category .
cookielawinfo-checkbox-advertisement1 yearSet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Advertisement" category .
cookielawinfo-checkbox-analytics1 yearSet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Analytics" category .
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional1 yearThe cookie is set by the GDPR Cookie Consent plugin to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary1 yearSet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Necessary" category .
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-non-necessary1 yearSet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Non-necessary" category .
cookielawinfo-checkbox-others1 yearSet by the GDPR Cookie Consent plugin, this cookie is used to store the user consent for cookies in the category "Others".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance1 yearSet by the GDPR Cookie Consent plugin, this cookie is used to store the user consent for cookies in the category "Performance".
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
CookieLawInfoConsent1 yearRecords the default button state of the corresponding category & the status of CCPA. It works only in coordination with the primary cookie.
CookieLawInfoConsent1 yearRecords the default button state of the corresponding category & the status of CCPA. It works only in coordination with the primary cookie.
ezCMPCCS1 yearEzoic sets this cookie to track when a user consents to statistics cookies.
PHPSESSIDsessionThis cookie is native to PHP applications. The cookie is used to store and identify a users' unique session ID for the purpose of managing user session on the website. The cookie is a session cookies and is deleted when all the browser windows are closed.
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Nicht notwendige
Alle Cookies, die für die korrekte Funktion der Webseite nicht unmittelbar notwendig sind und genutzt werden, um persönliche Nutzerdaten per Analyse, Werbung oder anderen eingebetteten Inhalt zu sammeln, werden als nicht notwendige Cookies bezeichnet. Es ist zwingend erforderlich die Zustimmung des Nutzers / der Nutzerin einzuholen, bevor diese Cookies zur Anwendung kommen. Wird die Einwilligung zur Nutzung der Cookies nicht erteilt, werden sie nicht angewendet und nur die notwendigen Cookies sind aktiv.
CookieDauerBeschreibung
__qca1 year 26 daysThe __qca cookie is associated with Quantcast. This anonymous data helps us to better understand users' needs and customize the website accordingly.
eudssessionThis cookie is set by Rocket Fuel for targeted advertising so that users are shown relevant ads.
i10 yearsThis cookie is set by OpenX to record anonymized user data, such as IP address, geographical location, websites visited, ads clicked by the user etc., for relevant advertising.
IDE1 year 24 daysGoogle DoubleClick IDE cookies are used to store information about how the user uses the website to present them with relevant ads and according to the user profile.
mc1 year 1 monthQuantserve sets the mc cookie to anonymously track user behaviour on the website.
rud1 year 24 daysThe rud cookie is owned by Rocketfuel and registers user data, such as IP address, location, etc. for the purpose of optimising ad display.
rudssessionThis cookie is owned by Rocketfuel and collects anonymous user data to target audiences and deliver personalized ads.
test_cookie15 minutesThe test_cookie is set by doubleclick.net and is used to determine if the user's browser supports cookies.
VISITOR_INFO1_LIVE5 months 27 daysA cookie set by YouTube to measure bandwidth that determines whether the user gets the new or old player interface.
YSCsessionYSC cookie is set by Youtube and is used to track the views of embedded videos on Youtube pages.
yt-remote-connected-devicesneverYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt-remote-device-idneverYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt.innertube::nextIdneverThis cookie, set by YouTube, registers a unique ID to store data on what videos from YouTube the user has seen.
yt.innertube::requestsneverThis cookie, set by YouTube, registers a unique ID to store data on what videos from YouTube the user has seen.
Funktionelle
Funktionelle Cookies werden benutzt, um bestimmte Funktionen wie die Teilung von Informationen auf Plattformen der sozialen Medien, Sammlung von Rückmeldungen und andre Drittanbieterfunktionen einsetzen zu können.
CookieDauerBeschreibung
__cf_bm30 minutesThis cookie, set by Cloudflare, is used to support Cloudflare Bot Management.
pll_language1 yearThe pll _language cookie is used by Polylang to remember the language selected by the user when returning to the website, and also to get the language information when not available in another way.
Leistungsanalyse
Leistungsanalyse-Cookies werden eingesetzt um die wichtigsten Leistungsaspekte zu analysieren und zu verstehen. Dies trägt dazu bei, die Webseite kontinuierlich zu verbessern und so den Besuchern eine gute Nutzererfahrung zu bieten.
CookieDauerBeschreibung
AWSALB7 daysAWSALB is an application load balancer cookie set by Amazon Web Services to map the session to the target.
ezds7 yearsThe ezds cookie is set by the provider Ezoic, and is used for storing the pixel size of the user's browser, to personalize user experience and ensure content fits.
ezoab_10342 hoursEzoic uses this cookie to split test different features and functionality.
ezohw7 yearsThe ezohw cookie is set by the provider Ezoic, and is used for storing the pixel size of the user's browser, to personalize user experience and ensure content fits.
ymex1 yearYandex sets this cookie to collect information about the user behaviour on the website. This information is used for website analysis and for website optimisation.
yuidss1 yearYandex stores this cookie in the user's browser in order to recognize the visitor.
Analytik
Analytische Cookies werden benutzt um zu verstehen, auf welche Art und Weise Besucher mit dieser Webseite interagieren. Diese Cookies helfen Informationen über Anzahl der Besucher, Absprungrate (Anzahl der Besucher,, die eine Webseite Besuchen und sie gleich wieder verlassen), Ursprungsland des Besuchers, usw. zu erhalten.
CookieDauerBeschreibung
__gads1 year 24 daysThe __gads cookie, set by Google, is stored under DoubleClick domain and tracks the number of times users see an advert, measures the success of the campaign and calculates its revenue. This cookie can only be read from the domain they are set on and will not track any data while browsing through other sites.
_gu1 monthThis cookie is set by the provider Getsitecontrol. This cookie is used to distinguish the users.
_ym_d1 yearYandex sets this cookie to store the date of the users first site session.
_ym_isad20 hoursYandex sets this cookie to determine if a visitor has ad blockers.
_ym_uid1 yearYandex sets this cookie to identify site users.
CONSENT2 yearsYouTube sets this cookie via embedded youtube-videos and registers anonymous statistical data.
eud1 year 24 daysThis cookie is owned by Rocketfuel and collects anonymous user data to target audiences and deliver personalized ads.
ezepvv1 dayThis cookie is set by the provider Ezoic to track what pages the user has viewed.
ezoadgid_103430 minutesEzoic uses this cookie to record an id for the user's age and gender category.
ezoref_10342 hoursEzoic uses this cookie to store the referring domain, i.e the website the user was on, before he came to the current website.
ezouspvasessionThe ezouspva cookie is set by the provider Ezoic and is used to track the number of pages a user has visited all time.
ezouspvvsessionThe ezouspvv cookie is set by the provider Ezoic and is used to track the number of pages a user has visited all time.
UserID13 monthsThis cookie is set by ADITION Technologies AG, as a unique and anonymous ID for the visitor of the website, to identify unique users across multiple sessions.
yabs-sidsessionYandex sets this cookie to store the session ID.
yandexuid1 yearYandex sets this cookie to identify site users.
Werbung
Werbungs-Cookies werden benutzt um Besuchern relevante Werbungen und Vermarktungskampanien anzuzeigen. Diese Cookies verfolgen die Besucher beim Besuch einer Webseite und sammeln Informationen mit deren Hilfe sie angepasste Werbungen einblenden.
CookieDauerBeschreibung
__qca1 year 26 daysThe __qca cookie is associated with Quantcast. This anonymous data helps us to better understand users' needs and customize the website accordingly.
eudssessionThis cookie is set by Rocket Fuel for targeted advertising so that users are shown relevant ads.
i10 yearsThis cookie is set by OpenX to record anonymized user data, such as IP address, geographical location, websites visited, ads clicked by the user etc., for relevant advertising.
IDE1 year 24 daysGoogle DoubleClick IDE cookies are used to store information about how the user uses the website to present them with relevant ads and according to the user profile.
mc1 year 1 monthQuantserve sets the mc cookie to anonymously track user behaviour on the website.
rud1 year 24 daysThe rud cookie is owned by Rocketfuel and registers user data, such as IP address, location, etc. for the purpose of optimising ad display.
rudssessionThis cookie is owned by Rocketfuel and collects anonymous user data to target audiences and deliver personalized ads.
test_cookie15 minutesThe test_cookie is set by doubleclick.net and is used to determine if the user's browser supports cookies.
VISITOR_INFO1_LIVE5 months 27 daysA cookie set by YouTube to measure bandwidth that determines whether the user gets the new or old player interface.
YSCsessionYSC cookie is set by Youtube and is used to track the views of embedded videos on Youtube pages.
yt-remote-connected-devicesneverYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt-remote-device-idneverYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt.innertube::nextIdneverThis cookie, set by YouTube, registers a unique ID to store data on what videos from YouTube the user has seen.
yt.innertube::requestsneverThis cookie, set by YouTube, registers a unique ID to store data on what videos from YouTube the user has seen.
Sonstige
Zu den sonstigen unkategorisierten Cookies zählen jene, die zwar analysiert wurden, aber noch keiner Kategorie zugeordnet werden konnten.
CookieDauerBeschreibung
_auid1 yearNo description available.
active_template::3326192 days

No description

appReleasesessionNo description available.
BACKENDIDsessionNo description available.
dspid1 yearNo description available.
ezoab_3326192 hoursNo description
ezoadgid_33261930 minutesNo description
ezopvc_33261930 minutesNo description
ezoref_3326192 hoursNo description
ezosuibasgeneris-11 yearNo description
ezovid_33261930 minutesNo description
ezovuuid_33261930 minutesNo description
ezovuuidtime_3326192 daysNo description
ezux_lpl_3326191 yearNo description
f_0013 monthsNo description
g_0011 dayNo description
gt_auto_switch1 monthNo description available.
lp_33261930 minutesNo description
mts_id9 years 10 months 8 daysNo description available.
mts_id_last_sync9 years 10 months 8 daysNo description available.
pvc_visits[0]1 yearThis cookie is created by post-views-counter. This cookie is used to count the number of visits to a post. It also helps in preventing repeat views of a post by a visitor.
srpsessionNo description available.
userId5 months 27 daysNo description
Notwendige
Notwendige Cookies sind für die korrekte Funktion der Webseite unerlässlich. Diese Kategorie enthält nur Cookies, die grundlegende Funktionalitäten und Sicherheitsfunktionen der Webseite ermöglichen. Diese Cookies speichern keine persönlichen Daten.
CookieDauerBeschreibung
AWSALBCORS7 daysThis cookie is managed by Amazon Web Services and is used for load balancing.
client_id10 yearsThis cookie is used for passing authentication information.
cookielawinfo-checkbox-advertisement1 yearSet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Advertisement" category .
cookielawinfo-checkbox-analytics1 yearSet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Analytics" category .
cookielawinfo-checkbox-functional1 yearThe cookie is set by the GDPR Cookie Consent plugin to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary1 yearSet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Necessary" category .
cookielawinfo-checkbox-non-necessary1 yearSet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Non-necessary" category .
cookielawinfo-checkbox-others1 yearSet by the GDPR Cookie Consent plugin, this cookie is used to store the user consent for cookies in the category "Others".
cookielawinfo-checkbox-performance1 yearSet by the GDPR Cookie Consent plugin, this cookie is used to store the user consent for cookies in the category "Performance".
CookieLawInfoConsent1 yearRecords the default button state of the corresponding category & the status of CCPA. It works only in coordination with the primary cookie.
ezCMPCCS1 yearEzoic sets this cookie to track when a user consents to statistics cookies.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
CookieDauerBeschreibung
__qca1 year 26 daysThe __qca cookie is associated with Quantcast. This anonymous data helps us to better understand users' needs and customize the website accordingly.
eudssessionThis cookie is set by Rocket Fuel for targeted advertising so that users are shown relevant ads.
i10 yearsThis cookie is set by OpenX to record anonymized user data, such as IP address, geographical location, websites visited, ads clicked by the user etc., for relevant advertising.
IDE1 year 24 daysGoogle DoubleClick IDE cookies are used to store information about how the user uses the website to present them with relevant ads and according to the user profile.
loc1 year 1 monthAddThis sets this geolocation cookie to help understand the location of users who share the information.
mc1 year 1 monthQuantserve sets the mc cookie to anonymously track user behaviour on the website.
rud1 year 24 daysThe rud cookie is owned by Rocketfuel and registers user data, such as IP address, location, etc. for the purpose of optimising ad display.
rudssessionThis cookie is owned by Rocketfuel and collects anonymous user data to target audiences and deliver personalized ads.
test_cookie15 minutesThe test_cookie is set by doubleclick.net and is used to determine if the user's browser supports cookies.
VISITOR_INFO1_LIVE5 months 27 daysA cookie set by YouTube to measure bandwidth that determines whether the user gets the new or old player interface.
VISITOR_INFO1_LIVE5 months 27 daysA cookie set by YouTube to measure bandwidth that determines whether the user gets the new or old player interface.
YSCsessionYSC cookie is set by Youtube and is used to track the views of embedded videos on Youtube pages.
YSCsessionYSC cookie is set by Youtube and is used to track the views of embedded videos on Youtube pages.
yt-remote-connected-devicesneverYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt-remote-connected-devicesneverYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt-remote-device-idneverYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt-remote-device-idneverYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt.innertube::nextIdneverThis cookie, set by YouTube, registers a unique ID to store data on what videos from YouTube the user has seen.
yt.innertube::requestsneverThis cookie, set by YouTube, registers a unique ID to store data on what videos from YouTube the user has seen.
non-necessary
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
CookieDauerBeschreibung
_auid1 yearNo description available.
active_template::3326192 days

No description

appReleasesessionNo description available.
BACKENDIDsessionNo description available.
dspid1 yearNo description available.
ezoab_3326192 hoursNo description
ezoadgid_33261930 minutesNo description
ezopvc_33261930 minutesNo description
ezoref_3326192 hoursNo description
ezosuibasgeneris-11 yearNo description
ezovid_33261930 minutesNo description
ezovuuid_33261930 minutesNo description
ezovuuidtime_3326192 daysNo description
ezux_lpl_3326191 yearNo description
f_0013 monthsNo description
g_0011 dayNo description
gt_auto_switch1 monthNo description available.
lp_33261930 minutesNo description
mts_id9 years 10 months 8 daysNo description available.
mts_id_last_sync9 years 10 months 8 daysNo description available.
pvc_visits[0]1 yearThis cookie is created by post-views-counter. This cookie is used to count the number of visits to a post. It also helps in preventing repeat views of a post by a visitor.
srpsessionNo description available.
srpsessionNo description available.
userId5 months 27 daysNo description
xtc1 year 1 monthNo description
performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
CookieDauerBeschreibung
AWSALB7 daysAWSALB is an application load balancer cookie set by Amazon Web Services to map the session to the target.
ezds7 yearsThe ezds cookie is set by the provider Ezoic, and is used for storing the pixel size of the user's browser, to personalize user experience and ensure content fits.
ezoab_10342 hoursEzoic uses this cookie to split test different features and functionality.
ezohw7 yearsThe ezohw cookie is set by the provider Ezoic, and is used for storing the pixel size of the user's browser, to personalize user experience and ensure content fits.
ymex1 yearYandex sets this cookie to collect information about the user behaviour on the website. This information is used for website analysis and for website optimisation.
yuidss1 yearYandex stores this cookie in the user's browser in order to recognize the visitor.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
CookieDauerBeschreibung
_auid1 yearNo description available.
active_template::3326192 days

No description

appReleasesessionNo description available.
BACKENDIDsessionNo description available.
dspid1 yearNo description available.
ezoab_3326192 hoursNo description
ezoadgid_33261930 minutesNo description
ezopvc_33261930 minutesNo description
ezoref_3326192 hoursNo description
ezosuibasgeneris-11 yearNo description
ezovid_33261930 minutesNo description
ezovuuid_33261930 minutesNo description
ezovuuidtime_3326192 daysNo description
ezux_lpl_3326191 yearNo description
f_0013 monthsNo description
g_0011 dayNo description
gt_auto_switch1 monthNo description available.
lp_33261930 minutesNo description
mts_id9 years 10 months 8 daysNo description available.
mts_id_last_sync9 years 10 months 8 daysNo description available.
pvc_visits[0]1 yearThis cookie is created by post-views-counter. This cookie is used to count the number of visits to a post. It also helps in preventing repeat views of a post by a visitor.
srpsessionNo description available.
srpsessionNo description available.
userId5 months 27 daysNo description
xtc1 year 1 monthNo description
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
CookieDauerBeschreibung
__gads1 year 24 daysThe __gads cookie, set by Google, is stored under DoubleClick domain and tracks the number of times users see an advert, measures the success of the campaign and calculates its revenue. This cookie can only be read from the domain they are set on and will not track any data while browsing through other sites.
_gu1 monthThis cookie is set by the provider Getsitecontrol. This cookie is used to distinguish the users.
_ym_d1 yearYandex sets this cookie to store the date of the users first site session.
_ym_isad20 hoursYandex sets this cookie to determine if a visitor has ad blockers.
_ym_uid1 yearYandex sets this cookie to identify site users.
at-randneverAddThis sets this cookie to track page visits, sources of traffic and share counts.
CONSENT2 yearsYouTube sets this cookie via embedded youtube-videos and registers anonymous statistical data.
CONSENT2 yearsYouTube sets this cookie via embedded youtube-videos and registers anonymous statistical data.
eud1 year 24 daysThis cookie is owned by Rocketfuel and collects anonymous user data to target audiences and deliver personalized ads.
ezepvv1 dayThis cookie is set by the provider Ezoic to track what pages the user has viewed.
ezoadgid_103430 minutesEzoic uses this cookie to record an id for the user's age and gender category.
ezoref_10342 hoursEzoic uses this cookie to store the referring domain, i.e the website the user was on, before he came to the current website.
ezouspvasessionThe ezouspva cookie is set by the provider Ezoic and is used to track the number of pages a user has visited all time.
ezouspvvsessionThe ezouspvv cookie is set by the provider Ezoic and is used to track the number of pages a user has visited all time.
UserID13 monthsThis cookie is set by ADITION Technologies AG, as a unique and anonymous ID for the visitor of the website, to identify unique users across multiple sessions.
uvc1 year 1 monthSet by addthis.com to determine the usage of addthis.com service.
yabs-sidsessionYandex sets this cookie to store the session ID.
yandexuid1 yearYandex sets this cookie to identify site users.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
CookieDauerBeschreibung
__atuvc1 year 1 monthAddThis sets this cookie to ensure that the updated count is seen when one shares a page and returns to it, before the share count cache is updated.
__atuvs30 minutesAddThis sets this cookie to ensure that the updated count is seen when one shares a page and returns to it, before the share count cache is updated.
__cf_bm30 minutesThis cookie, set by Cloudflare, is used to support Cloudflare Bot Management.
pll_language1 yearThe pll _language cookie is used by Polylang to remember the language selected by the user when returning to the website, and also to get the language information when not available in another way.
pll_language1 yearThe pll _language cookie is used by Polylang to remember the language selected by the user when returning to the website, and also to get the language information when not available in another way.
SPEICHERN & AKZEPTIEREN
Präsentiert von CookieYes Logo