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
Knotenarbeitsbereich

Systeme im Visual Effect Graph

Posted on 31. Oktober 2024 By Claudia Wendt Keine Kommentare zu Systeme im Visual Effect Graph
Systeme im Visual Effect Graph

Ein System bezieht sich auf einen oder mehrere Kontexte, die einen eigenständigen Teil eines visuellen Effekts definieren.

Inhaltsverzeichnis

Toggle
  • Systeme
    • Systeme aus Vorlagen erstellen
    • Systemsimulationsräume
      • Festlegen eines Systemsimulationsbereichs
      • Simulationsraumbezeichnung in Eigenschaften
    • Contexts
      • Kontexte erstellen und verbinden
      • Kontexte konfigurieren
      • Durchflusskompatibilität
    • Übersicht über den Kontexttyp
      • Event
      • Spawn
      • Ein- und Ausschalten vom Spawn-Kontext
      • Looping und Verzögerung
  • GPU-Ereignisse
  • Initialize Contexts
  • Aktualisieren (Update)
  • Output

Systeme

Ein System kann ein Partikelsystem, ein Partikelstreifensystem, ein Netz oder eine Spawn-Maschine sein. In der Diagrammansicht zeichnet ein System einen gestrichelten Rahmen um die Kontexte, aus denen es besteht.

Schnee

In einem visuellen Effektdiagramm können mehrere Systeme miteinander interagieren:

Werbung

Ein Spawn-System kann Partikel in einem oder mehreren Partikelsystemen erzeugen. Dies ist die Hauptmethode zum Erschaffen von Partikeln.

Partikelsysteme können GPU-Ereignisse verwenden, um Partikel in anderen Partikelsystemen zu erzeugen. Diese alternative Methode kann Partikel aus anderen Partikeln erzeugen, basierend auf Simulationsereignissen wie dem Tod von Partikeln.

Ein Spawn-System kann andere Spawn-Systeme aktivieren und deaktivieren. Auf diese Weise kann ein Master-Spawn-System verwendet werden, das andere Spawn-Systeme verwaltet, um die Partikelemission zu synchronisieren.

Systeme aus Vorlagen erstellen

Das visuelle Effektdiagramm wird mit vorgefertigten Systemvorlagen geliefert, die dem Diagramm hinzugefügt werden können. So wird ein System aus einer Vorlage erstellt:

Klicke mit der rechten Maustaste in einen leeren Bereich des Arbeitsbereichs und wähle Knoten erstellen.

Knoten erstellen
Wähle im Menü System.

Werbung

System
Wähle eine Vorlage aus der Liste aus.

Systemauswahl

Systemsimulationsräume

Systeme im Visual Effect Graph

Einige Systeme verwenden eine Simulationsraum-Eigenschaft, um den Referenzraum zu definieren, den sie zum Simulieren ihres Inhalts verwendet:

Lokale Raumsysteme simulieren den Effekt lokal für das GameObject, das die Visual Effect-Komponente enthält.
World Space Systems simulieren den Effekt unabhängig von dem GameObject, das die Visual Effect-Komponente enthält.
Unabhängig vom Simulationsbereich des Systems können mit Spaceable Properties auf Local- oder World-Werte zugegriffen werden.

 

Festlegen eines Systemsimulationsbereichs

Ein System zeigt seinen Simulationsbereich in der rechten oberen Ecke jedes Kontexts an, aus dem es besteht. Dies ist die Simulationsraumkennung des Systems. Wenn in einem Kontext kein Prozess verwendet wird, der vom Simulationsbereich abhängt, wird die Simulationsbereichskennung nicht angezeigt.

Systeme im Visual Effect Graph

Um den Simulationsraum für ein System zu ändern, klicken Sie auf die Simulationsraum-ID des Systems, um durch die kompatiblen Räume zu blättern.

Systeme im Visual Effect Graph

Simulationsraumbezeichnung in Eigenschaften

Einige Spaceable Properties zeigen eine kleinere Version der Simulationsraumkennung an. Dies ändert nicht den Simulationsbereich des Systems, sondern ermöglicht es, einen Wert in einem Bereich auszudrücken, der sich vom Simulationsbereich des Systems unterscheidet. Zum Beispiel könnte ein System im Weltraum simulieren, aber eine Eigenschaft könnte eine lokale Position sein.

Contexts

Kontexte sind die Hauptelemente der Grafik-Workflow-Logik (vertikal) und definieren die Abfolge und die Beziehungen von Operationen und Simulationen. Jeder Kontext definiert eine Stufe des Rechnens, zum Beispiel das Berechnen, wie viele Partikel erzeugt werden müssen, das Erstellen neuer Partikel oder das Aktualisieren aller lebenden Partikel.

Kontextverbindung herstellen, wenn es eine Bedeutung gibt: Nach dem Erstellen neuer Partikel kann ein Initialisierungskontext eine Verbindung zu einem Aktualisierungspartikelkontext oder direkt zu einem Ausgabepartikelkontext herstellen, um die Partikel zu rendern, ohne sie zu simulieren.

Kontexte erstellen und verbinden

Kontexte sind Diagrammelemente. Sie können daher mit der rechten Maustaste> Knotenmenü hinzugefügt, mit der Leertaste oder durch Herstellen einer (vertikalen) Workflowverbindung aus einem anderen Kontext erstellt werden (wobei nur kompatible Kontexte bereitgestellt werden).

Kontexte werden über die Ports oben und unten miteinander verbunden.

Kontexte konfigurieren

Durch Anpassen der Kontexteinstellungen in der Knoten-Benutzeroberfläche oder im Inspector können  das Aussehen und Verhalten des Operators geändert werden.

Wenn beispielsweise der UV-Modus eines Kontexts mit vier Ausgängen von „Einfach“ in „FlipbookMotionBlend“ geändert wird, werden dem Kontext-Header die Eigenschaften „Zusätzliche Flipbook-Größe“, „Bewegungsvektorkarte“ und „Bewegungsvektorskala“ hinzugefügt.

Durchflusskompatibilität

Nicht alle Kontexte können in beliebiger Reihenfolge miteinander verbunden werden. Es gelten einige Regeln, um einen konsistenten Workflow aufrechtzuerhalten:

  • Kontexte werden nach kompatiblem Eingabe- / Ausgabedatentyp verbunden.
  • Ereignisse können sich mit einem oder mehreren Ereignissen verbinden / Kontexte initialisieren.
  • Initialisierungskontexte können eine oder mehrere SpawnEvent-Quellen oder eine oder mehrere GPUSpawnEvent-Quellen enthalten, diese Datentypen schließen sich jedoch gegenseitig aus.
  • Es kann nur eine Initialisierung mit einem Aktualisierungskontext verbunden werden
  • Es können beliebige Ausgabekontexte mit einem Initialisierungs- / Aktualisierungskontext verbunden  werden.

Die Kontextkompatibilität:

Event Keiner SpawnEvent (1+)  
Spawn SpawnEvent (1+) SpawnEvent (1+) Zwei Input-Pins starten und stoppen den Spawn-Kontext
GPU Event Keiner SpawnEvent Ausgaben zum Initialisieren des Kontexts
Initialize SpawnEvent (1+) / GPUSpawnEvent (1+) Particle (1) Kann zur Partikelaktualisierung oder zur Partikelausgabe ausgegeben werden. Die Eingabetypen SpawnEvent / GPUSpawnEvent schließen sich gegenseitig aus.
Update Particle (1) Particle (1+) Kann auf eine Partikelaktualisierung oder eine Partikelausgabe ausgegeben werden
Particle Output Particle (1) Keiner Kann entweder Eingaben von einem Initialize- oder UpdateOutput-Objekt haben
Static Mesh Output Keiner Keiner Eigenständiger Kontext

Übersicht über den Kontexttyp

Dieser Abschnitt behandelt alle allgemeinen Einstellungen für jede Art von Kontext.

Event

Ereigniskontexte zeigen nur einen Namen als Zeichenfolge an, die in der Komponenten-API aufgerufen werden muss, um dieses Ereignis an das Diagramm zu senden und einen Workflow von diesem Knoten aus zu aktivieren.

Spawn

Spawn definiert, wie viele Partikel in welcher Zeit erschaffen werden. Spawn-Blöcke sind für die Verarbeitung von Spawn-Events ausgelegt.

Spawn-Kontexte sind eigenständige Systeme mit drei Zuständen: Abspielen, Anhalten und Verzögert.

  • Looping (Running) -Zustand bedeutet, dass die Blöcke berechnet werden und neue Partikel erzeugt werden
  • Beendet (Leerlauf) bedeutet, dass die Spawn-Maschine ausgeschaltet ist und keine Partikel erzeugt
  • Der Zustand DelayingBeforeLoop / DelayingAfterLoop (Waiting) stoppt das Spawnen von Partikeln bis zum Ende einer vom Benutzer festgelegten Verzögerung und startet das Spawnen von Partikeln erneut.

Ein- und Ausschalten vom Spawn-Kontext

Spawn-Kontexte haben zwei Flow-Eingabefelder: Start und Stop:

  • Start input setzt das Spawn-System zurück und / oder startet es: Wenn keine Verbindung besteht, ist es implizit an das OnPlay-Ereignis gebunden. Das mehrmalige Drücken von Start hat den gleichen Effekt wie das einmalige Drücken.
  • Eingabe stoppen hält das Spawn-System an: Wenn keine Verbindung besteht, ist es implizit an das OnStop-Ereignis gebunden

Looping und Verzögerung

Spawn-Kontexte enthalten einen Status und führen das Spawnen von Partikeln, basierend auf einem Schleifensystem durch.

  • Der Spawn-Kontext kann während definierter Dauer für die Schleifen ausgegeben werden (dh die interne Spawn-Zeit wird zu Beginn jeder Schleife zurückgesetzt). Standardmäßig ist die Dauer unendlich. Um den Loop-Modus einzustellen, wählen Sie den Kontext in der Grafik aus und ändere das Popup-Fenster für die Loop-Dauer im Inspektor.

Loop-Einstellungen

(Mögliche Werte: Unendlich, Konstant, Zufällig)

Loop-Dauer

  • Spawn-Kontexte können eine, mehrere oder unendlich viele Schleifen ausführen.
    Um diese Einstellung festzulegen, wähle den Spawn-Kontext im Diagramm aus und ändern Sie das Popup-Fenster „Loop count“ im Inspector (Mögliche Werte: Infinite, Constant, Random).
  • Spawn-Kontexte können vor und / oder nach jeder Schleife verzögert werden. Während einer Verzögerung (Delay Mode) läuft die Spawn-Zeit normal ab, es wird jedoch kein Spawn durchgeführt.
    Um diese Einstellung festzulegen, wählen Sie den Spawn-Kontext im Diagramm aus und ändere im Popup-Menü Verzögerung vor Loop und Verzögerung nach Loop im Inspector (Mögliche Werte: Keine, Konstante, Zufällig)

Durch Festlegen einer Schleifenzahl, einer Schleifendauer und / oder von Verzögerungen werden neue verbindbare Eigenschaften im Header des Kontexts angezeigt.

Veränderung im Header

Die Bewertung dieser Werte erfolgt nach folgenden Regeln:

Wenn gesetzt: Loop Count wird ausgewertet, wenn die Eingabe Start Workflow des Kontexts getroffen wird.
Wenn gesetzt: Loop Duration wird bei jedem Start eines Loops ausgewertet
Wenn gesetzt: Die Schleifenverzögerung (Vorher / Nachher) wird bei jedem Start einer Verzögerung ausgewertet.

Spawn-Kontexte können mit kompatiblen Blöcken angepasst werden.

Constant Rate: Die konstante Spawnrate erschafft N Partikel in der Sekunden

Variable Rate: Eine variable Rate gibt ein zeitbasiertes Minimum und Maximum für das Spawnen der Partikel an.

Single Burst: Eine bestimmte Menge von partikeln wird einmal zu einem festgelegten Zeitpunkt erzeugt

Einstellungen:

Spawn-Modus: Konstant / Zufällig – Wird verwendet, um zu steuern, ob der Burst eine konstante oder eine zufällige Zählung ausgibt.

Verzögerungsmodus: Konstant / Zufällig – Wird verwendet, um zu steuern, ob der Burst gleichzeitig oder mit einer zufälligen Verzögerung erfolgt.

Periodische Bursts

Periodische Bursts haben etwas dasselbe Verhalten wie Single Bursts, treten jedoch im Laufe der Zeit wiederholt auf. Bei jedem Burst kommt es zu einer zufälligen Verzögerung und / oder Zählung.

 
SetEventAttribute
 
SetEventAttribute ist ein reiner Spawn-Block, der das Speichern von SpawnEvent-Attributen ermöglicht. Da Attribute über die C # -Komponenten-API festgelegt werden können, können sie auch über die Spawn-Kontexte festgelegt werden, um Werte zur Spawn-Zeit zu berechnen, anstatt die Zeit zu initialisieren.
 
Benutzerdefinierte Spawn-Blöcke
 
Benutzerdefinierte Spawn-Blöcke sind in C # geschriebene Spawn-Funktionen, mit denen der Benutzer eine benutzerdefinierte Laufzeitlogik auf Spawn-Ebene ausführen kann. Diese Blöcke werden bei jedem Frame ausgeführt und enthalten spezielle Funktionen, die ausgeführt werden, wenn ein Spawn-Kontext aktiviert oder deaktiviert wird.
 

Diese Blöcke können für viele Zwecke verwendet werden:  

  • Spawn-Ausgabe steuern (einschließlich der Lese-Ausgabe von vorherigen Blöcken)
  • Steuerung der Ereignisattributausgabe
  • Spawn-Kontext steuern (Abspielen, Stoppen, Zugriff auf DeltaTime und TotalTime)
 

GPU-Ereignisse

GPU-Ereigniskontexte sind experimentelle Kontexte, die Eingaben mit GPU-Ausgangsereignissen anderer Systeme verbinden. Sie unterscheiden sich vom traditionellen Spawn, da sie von der GPU berechnet werden. Es kann nur eine Art von Spawn mit einem Initialisierungskontext verbunden werden (GPU-Ereignis und Spawn / Ereignisse schließen sich gegenseitig aus)

GPU-Ereigniskontexte können nicht mit Blöcken angepasst werden.

GPU-Event

Initialize Contexts

Durch das Initialisieren von Kontexten werden neue Partikel basierend auf SpawnEvent-Daten generiert, die aus Ereignissen, Spawn- oder GPU-Ereigniskontexten berechnet werden.

Beispiel: Wenn du den Befehl zum Erstellen von 200 neuen Partikeln aus einem Spawn-Kontext erstellst, wird der Kontext verarbeitet und führt die Kontextblöcke für alle 200 neuen Partikel aus.

Initialisierungskontexte können mit kompatiblen Blöcken angepasst werden.

Initialisierungskontexte sind der Einstiegspunkt für neue Systeme. Als solche zeigen sie Informationen und Konfiguration in ihrer Kopfzeile an:

Grenzen (Eigenschaft): Steuert die Begrenzungsbox des Systems
Capacity: Kapazität (Einstellung): Bestimmt, wie viele Partikel gleichzeitig im System existieren können

Initialize Particle

Aktualisieren (Update)

Update Particle

Update-Kontexte aktualisieren alle lebenden Partikel basierend auf Partikeldaten, die aus dem Initialisieren und Aktualisieren von Kontexten berechnet wurden. Diese Kontexte werden in jedem Frame ausgeführt und aktualisieren jeden Partikel.

Partikelaktualisierungskontexte verarbeiten auch automatisch einige Berechnungen für Partikel, um die allgemeinen Bearbeitungsaufgaben zu vereinfachen.

Aktualisierungskontexte können mithilfe kompatibler Blöcke angepasst werden.

Integration:

Keine: Keine Geschwindigkeitsintegration
Euler: Wendet eine einfache Euler-Geschwindigkeitsintegration auf die Partikelpositionen in jedem Frame an.

Winkelintegration (Angular Integration):

Keine: Keine Geschwindigkeitsintegration
Euler: Wendet eine einfache Euler-Winkelgeschwindigkeitsintegration auf die Partikelwinkel in jedem Frame an.

Alterspartikel (Age Particles):

Wenn das Attribut „Alter“ verwendet wird, wird gesteuert, ob durch die Aktualisierung Partikel im Laufe der Zeit altern

Particle beseitigen (Reap Particles):

Wenn die Attribute „Alter“ und „Lebensdauer“ verwendet werden, kann gesteuert werden, ob bei der Aktualisierung alle Partikel getötet werden, deren Alter über der Lebensdauer liegt.

Output

Ausgabekontexte rendern ein System mit verschiedenen Modi und Einstellungen, abhängig von den aus einem Initialisierungs- oder Aktualisierungskontext eingehenden Partikeldaten. Jedes Element wird mit einer bestimmten Konfiguration als bestimmtes Grundelement gerendert.

Ausgabekontexte können mit kompatiblen Blöcken angepasst werden.

Originally posted 2020-01-18 13:29:00.

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

Beitragsnavigation

Previous Post: WHZ – Westsächsische Hochschule Zwickau: Innovationszentrum für Technik, Design und Spieleentwicklung
Next Post: Giantstep: Innovativer Entwickler aus Korea

Related Posts

  • John Wick Hex Cover
    John Wick Hex Games und Lyrik
  • Mega Man Battle Network Cover
    Mega Man: Battle Network 1 – 4 Games und Lyrik
  • Detective Case and Clown Bot in - Murder in the Hotel Lisbon
    Detective Case and Clown Bot in: Murder in the Hotel Lisbon Games und Lyrik
  • Adventure Trilogy
    8-Bit Adventures Anthology Games und Lyrik
  • Gameboy Advance Atlantis Geheimnis der verlorenen Stadt The Lost Empire Cover
    Atlantis: Das Geheimnis der verlorenen Stadt Games und Lyrik
  • Lost Twins 2: ein niedliches Puzzlespiel
    Lost Twins 2: ein niedliches Puzzlespiel 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

089892
Users Today : 0
Total views : 410931
Powered By WPS Visitor Counter
  • Games und Lyrik (2.723)
    • 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 (30)
    • Sport (113)
      • Fußball (5)
      • Rennspiele (6)
    • Strategie (200)
    • Survival (9)
    • 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

  • Clayface: Der erste Teaser zum Body-Horror von DC ist endlich da – und Junge, wird das gruselig!
  • Verwirrendes Vakuum: In The Expanse Osiris Reborn laufen wir kopfüber und am Ende gibt's Loot
  • Wer braucht Mass Effect 5, wenn es solche Spiele gibt? - The Expanse vs. Exodus
TopBlogs.de das Original - Blogverzeichnis | Blog Top Liste
blogwolke.de - Das Blog-Verzeichnis
  • News Tower
    News Tower Simulation
  • Immortality Cover
    Immortality Adventure
  • Der Morgen stirbt nie - Cover
    James Bond – 007 – Der Morgen stirbt nie Games und Lyrik
  • Exient_Entertainment
    Exient Ltd Spieleentwickler
  • Never Alone Cover
    Never Alone Shooter
  • Cobra Command Cover
    Cobra Command Games und Lyrik
  • eNStudios Logo
    eNStudios – Zentrum für virtuelle Produktion und kreative Realisierung Games und Lyrik
  • Windfolk Cover
    Windfolk Action

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