There seem to be two extremes in our city's perception range these days.
Either close the bedroom door, take off the mask, and just feel alive.
Either one picks up the phone and suddenly cares about any interaction or family matter thousands of miles away.
The area between the ‘bedroom’ and the ‘world’ seems to disappear, the surroundings become blurred, and interactions with the people and things around us become unfamiliar
The public sphere is actually collapsing, and the internet has made it appear that the public sphere extends to the entire globe, but in reality it has shrunk to the home - an illusory mirror image, as if a small film were projected onto a large screen through a light, but one can only establish one's own world by being in the company of others.
Intro:
Resonance encourages people to interact with the community in an AR world where players can move the cube to their desired location, build their own style of STRUCTURE, and then go through a portal to another scene that will see the world affected by your interactions in the AR scene.
The other players will see the perspective of the player who is operating from a monitor next to them, and can direct or think about how they would change and move the cube, promoting teamwork. This means that the future built by different groups will be different, and everyone is encouraged to discover their own small or large interactions with the community, which will have a different impact on the future, as well. Goal:
Foster curiosity about surroundings
Highlight the effects of individual actions on the environment
Strengthen the connection between people and their communities
demo video:
(test Version)
ARVR Platform Conversion Demo:
Goal:
Smooth transition between ARscene and VRscene. While moving items in ARscene, VRscene needs to generate some items.
Challenge: Need to record the cube position in the AR scene and synchronize it to the VR scene. I used SharedState at first to let the system track the objects in the two scenes, but the test site was outdoors and the network was not very good, using SharedState would cause the file to get stuck directly, and in the end, I used the number of times I recorded the movement in the AR scene to open the prefabs that had already been laid out in the VR scene to be used as a simulation of the display.
For richness also need VR prefabs are randomly generated.
cubes in AR scene need to be can regenerate [take one away and generate one again].
Memory problemquest can't record too much data will cause lag.