using System.Collections; using System.Collections.Generic; using UnityEngine; public class DisplaceAll : MonoBehaviour { public GameObject objects1; public GameObject objects2; public GameObject objects3; // Start is called before the first frame update void Start() { } // Update is called once per frame void Update() { } public void displaceAll() { Transform[] children = this.objects1.GetComponentsInChildren(true); Transform[] children2 = this.objects2.GetComponentsInChildren(true); Transform[] children3 = this.objects3.GetComponentsInChildren(true); foreach(Transform ch in children) { if(ch.gameObject.name.Contains("QR") && !ch.gameObject.name.Contains("AA")) ch.position = new Vector3(0.0f, 10000.0f, 0.0f); } foreach(Transform ch in children2) { if(ch.gameObject.name.Contains("QR") && !ch.gameObject.name.Contains("AA")) ch.position = new Vector3(0.0f, 10000.0f, 0.0f); } foreach(Transform ch in children3) { if(ch.gameObject.name.Contains("QR") && !ch.gameObject.name.Contains("AA")) ch.position = new Vector3(0.0f, 10000.0f, 0.0f); } } } PANIC: session(release): write data/sessions/f/5/f5ef082cc0739750: no space left on device

PANIC

session(release): write data/sessions/f/5/f5ef082cc0739750: no space left on device
/go/src/github.com/gogs/gogs/vendor/github.com/go-macaron/session/session.go:199 (0x9b8d1c)
/go/src/github.com/gogs/gogs/vendor/gopkg.in/macaron.v1/context.go:79 (0x961aa0)
/go/src/github.com/gogs/gogs/vendor/github.com/go-macaron/inject/inject.go:157 (0x931fa0)
/go/src/github.com/gogs/gogs/vendor/github.com/go-macaron/inject/inject.go:135 (0x931cca)
/go/src/github.com/gogs/gogs/vendor/gopkg.in/macaron.v1/context.go:121 (0x961bf9)
/go/src/github.com/gogs/gogs/vendor/gopkg.in/macaron.v1/context.go:112 (0x974a3f)
/go/src/github.com/gogs/gogs/vendor/gopkg.in/macaron.v1/recovery.go:161 (0x974a2d)
/go/src/github.com/gogs/gogs/vendor/gopkg.in/macaron.v1/logger.go:40 (0x965893)
/go/src/github.com/gogs/gogs/vendor/github.com/go-macaron/inject/inject.go:157 (0x931fa0)
/go/src/github.com/gogs/gogs/vendor/github.com/go-macaron/inject/inject.go:135 (0x931cca)
/go/src/github.com/gogs/gogs/vendor/gopkg.in/macaron.v1/context.go:121 (0x961bf9)
/go/src/github.com/gogs/gogs/vendor/gopkg.in/macaron.v1/context.go:112 (0x973d60)
/go/src/github.com/gogs/gogs/vendor/gopkg.in/macaron.v1/logger.go:52 (0x973d4b)
/go/src/github.com/gogs/gogs/vendor/gopkg.in/macaron.v1/logger.go:40 (0x965893)
/go/src/github.com/gogs/gogs/vendor/github.com/go-macaron/inject/inject.go:157 (0x931fa0)
/go/src/github.com/gogs/gogs/vendor/github.com/go-macaron/inject/inject.go:135 (0x931cca)
/go/src/github.com/gogs/gogs/vendor/gopkg.in/macaron.v1/context.go:121 (0x961bf9)
/go/src/github.com/gogs/gogs/vendor/gopkg.in/macaron.v1/router.go:187 (0x975c86)
/go/src/github.com/gogs/gogs/vendor/gopkg.in/macaron.v1/router.go:303 (0x96e325)
/go/src/github.com/gogs/gogs/vendor/gopkg.in/macaron.v1/macaron.go:220 (0x966c6c)
/usr/local/go/src/net/http/server.go:2774 (0x7488e7)
/usr/local/go/src/net/http/server.go:1878 (0x7445d0)
/usr/local/go/src/runtime/asm_amd64.s:1337 (0x4640b0)