Questions tagged [bolt]

The Bolt Protocol is a lightweight (binary) messaging protocol for databases. Bolt is statement oriented with a client-server design; originally created by the team behind Neo4j.

For an in-depth overview, including transport layer details, messaging, serialization, and examples see https://boltprotocol.org/ .

Originally, Bolt was created for use in the Neo4j graph database. PostgreSQL's binary network protocol and the data interchange format MessagePack inspired Bolt.

136 questions
-2
votes
1 answer

Unity visual scripting not changing sprite

For some reason, the API only support visual scripting which is hell for me. But some of the function work and some don't, not sure if it's bug please help. This is driving me crazy because I try to change the sprite to something else, and you can…
aron kan
  • 72
  • 8
1 2 3
9
10